Added theta estimation methods
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user