changed default theta estimation to wle in pcm

This commit is contained in:
2025-06-03 15:56:55 +02:00
parent f9bcebbec3
commit 52252dd5eb
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ pcm(
weights = NULL,
verbose = T,
fit = "ucminf",
method.theta = "eap",
method.theta = "wle",
na.action = na.omit
)
}