This is the version control site for the TeachingSampling
package. This software allows you to select samples from the most common (but somehow complex) sampling schemes. Along with this feature, the software allows you to estimate parameters such as totals, means, ratios, coefficient regressions, percentiles, medians, etc.
The software is based on the book written by the author of the package.
Gutierrez, H. A. (2009), Estrategias de muestreo: diseno de encuestas y estimacion de parametros. Editorial Universidad Santo Tomas
First, you need to install the devtools
R package
install.packages("devtools")
Then load the devtools
R package
library(devtools)
Finally type
install_github("psirusteam/TeachingSampling")
This package is maintained by Andrés Gutiérrez. Email: hagutierrezro@gmail.com
Having trouble with the TeachingSampling
package? Check out the documentation or contact support. Comments, amends, and critics are very welcome. This is the CRAN site of the last stable version of the package.