Added theta estimation methods

This commit is contained in:
2025-05-06 08:31:24 +02:00
parent a70686cae0
commit 28e43dee33
6 changed files with 34 additions and 8 deletions

View File

@ -11,7 +11,8 @@ pcm(
dif.items = NULL,
type.dif = NULL,
verbose = T,
fit = "ucminf"
fit = "ucminf",
method.theta = "eap"
)
}
\arguments{
@ -24,6 +25,12 @@ pcm(
\item{dif.items}{vector containing the list of indexes in "items" corresponding to dif items}
\item{type.dif}{vector containing DIF form for each item specified in dif.items. 1 is homogeneous DIF, 0 is heterogeneous DIF}
\item{verbose}{set to TRUE to print a detailed output, FALSE otherwise}
\item{fit}{string determining the optimization algorithm. Values "ucminf" or "nlminb" ar recommended}
\item{method.theta}{string determining the estimation method for individual latent variable values. Either "eap", "mle" or "wle"}
}
\value{
A data.frame containing various model outputs