powered by
fixef extracts estimated fixed effects from nlmm objects.
fixef
nlmm
# S3 method for nlmm fixef(object, ...)
a vector of estimated fixed effects.
a nlmm object.
not used.
Marco Geraci
nlmm summary.nlmm
summary.nlmm
if (FALSE) { data(rats) fit <- nlmm(y ~ trt*time, random = ~ 1, group = id, data = rats, control = nlmmControl(multistart = FALSE)) fixef(fit) }
Run the code above in your browser using DataLab