View source: R/linking_error.R
estimate_score_distr | R Documentation |
Estimates the score distribution to compute the standard error associated with the linking error. This function requires PIAAC data.
estimate_score_distr(
piaac_data,
by = "GENDER_rec",
pvs_names,
weights = "SPFWT0"
)
piaac_data |
The PIAAC dataset. It must contain plausible values and the Weight0 variable. |
by |
A categorical variable used to estimate different score distributions. |
pvs_names |
A character vector specifying the names of the plausible value columns. |
weights |
The Weight0 variable from the PIAAC dataset. |
Manuel Reif
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.