Added na.action option to pcm

This commit is contained in:
2025-06-03 13:40:05 +02:00
parent 0ce205a6d4
commit 873020b813
2 changed files with 12 additions and 10 deletions

View File

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