estimate_score_distr: Estimate Score Distribution

View source: R/linking_error.R

estimate_score_distrR Documentation

Estimate Score Distribution

Description

Estimates the score distribution to compute the standard error associated with the linking error. This function requires PIAAC data.

Usage

estimate_score_distr(
  piaac_data,
  by = "GENDER_rec",
  pvs_names,
  weights = "SPFWT0"
)

Arguments

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.

Author(s)

Manuel Reif


manuelreif/svyPVpack documentation built on Nov. 27, 2024, 1:31 a.m.