This R package provide Tools for Business Indirect Sampling (tbis).
The method is valid only if the initial business sampling is a stratified simple sampling (the usual in INSEE business survey).
See JMS 2022 (french paper) for details on the methodology.
To use it, write in the R console : remotes::install_github("arnaudfi/tbis")
On AUS V3 (INSEE) :
Vous devriez pouvoir installer le package via l'instruction suivante : install.packages("tbis", repos = "https://nexus.insee.fr/repository/r-public",type= « source »)
Si cela ne fonctionne pas, vous pouvez suivre le protocole suivant :
- Téléchargez les sources ;
- Mettez les dans une archive tbis.tar.gz accessible sur AUS (par exemple U:/tbis.tar.gz);
- Executez install.packages("U:/tbis.tar.gz", repos = NULL, type="source")