Calculates point estimates and standard errors using replicate weights and plausible values for International Large-Scale Assessments (ILSA), including: means, proportions, quantiles, correlations, singlelevel regressions, and multilevel regressions.
You can install the stable version of ILSAstats directly
from CRAN:
install.packages("ILSAstats")Or, if you wish to install the development version of
ILSAstats:
remotes::install_github("dopatendo/ILSAstats")Before working with replicate weights statistics we need to be sure
to create the replicate weights (if they are not provided within the
data). For an example on how to create them see
vignette("repweights").
When doing multiple estimations we may need to use the same options
more than one time. For an example on how to create a setup object for
ILSAstats see vignette("setup").
For an example on estimating means using replicate weights and
plausible values see vignette("means").
For an example on estimating proportions using replicate weights and
plausible values see vignette("proportions").
For an example on estimating quantiles using replicate weights and
plausible values see vignette("quantiles").
For an example on estimating correlations using replicate weights and
plausible values see vignette("correlations").
For an example on estimating league tables automatically see
vignette("leaguetables").