[R] Question on nlme
sasha a
w@terme|on_c@n@d@ @end|ng |rom out|ook@com
Fri Sep 19 15:36:33 CEST 2025
Hello,
I am using the nlme package in R:
model <- lme(
response ~ response_type + x_y + x_z - 1,
random = ~ response_type - 1 | group,
weights = varIdent(form = ~ 1 | response_type),
data = data_long,
control = lmeControl(opt = "optim")
)
Is it possible to know what estimation process this is using? For example, is it using EM? Or is it use Newton-Raphson with GLS/RMLE?
Thanks!
[[alternative HTML version deleted]]
More information about the R-help
mailing list