U3poly(matrix, Ncat,
NA.method = "NPModel", Save.MatImp = FALSE,
IP = NULL, IRT.PModel = "GRM", Ability = NULL, Ability.PModel = "EAP")"Hotdeck", "NPModel" (default), and "PModel".IP=NULL). The options available are "PCM", "GPCM", and "GRM" (default).matrix.
In case no ability parameters are available then Ability=NULL.Ability=NULL). The options available are "EB", "EAP" (default), and "MI".Ncat, is the same for all items.
U3poly reduces to U3 when Ncat=2.
Missing values in matrix are imputed by one of three single imputation methods: Hotdeck imputation (NA.method = "Hotdeck"), nonparametric model imputation (NA.method = "NPModel"), and parametric model imputation (NA.method = "PModel"); see Zhang and Walker (2008).
IRT.PModel = "PCM","GPCM", or"GRM"). Item parameters (IP) and ability parameters (Ability) may be provided for this purpose (otherwise the algorithm finds estimates for these parameters).U3, ZU3# Load the physical functioning data (polytomous item scores):
data(PhysFuncData)
# Compute the U3poly scores:
U3poly.out <- U3poly(PhysFuncData,Ncat=3)Run the code above in your browser using DataLab