acceptAllEffects {Certara.RsNLME} | R Documentation |
Accepts all estimates for fixed effects, Sigma, and random effects
Description
Updates PML statements in model object with estimates returned from model execution. Use copyModel
and set
argument acceptAllEffects = TRUE
to create new model object with final estimates from base model run.
Usage
acceptAllEffects(model)
Arguments
model |
Model object |
Value
NlmePmlModel
object
See Also
Examples
model <- acceptAllEffects(model)
[Package Certara.RsNLME version 3.0.1 Index]