changed default theta estimation to wle in pcm
This commit is contained in:
@ -13,7 +13,7 @@ pcm(
|
||||
weights = NULL,
|
||||
verbose = T,
|
||||
fit = "ucminf",
|
||||
method.theta = "eap",
|
||||
method.theta = "wle",
|
||||
na.action = na.omit
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user