View source: R/hardReexports.R
profileLlp | R Documentation |
Profile confidence intervals with log-likelihood profiling
profileLlp(fitted, which, control)
fitted |
The fit model |
which |
Either |
control |
A list passed to |
A data.frame with columns named "Parameter" (the parameter name(s) that were fixed), OFV (the objective function value), and the current estimate for each of the parameters. In addition, if any boundary is found, the OFV increase will be indicated by the absolute value of the "profileBound" column and if that boundary is the upper or lower boundary will be indicated by the "profileBound" column being positive or negative, respectively.
Other Profiling:
fixedControl()
,
llpControl()
,
profile.nlmixr2FitCore()
,
profileFixed()
,
profileNlmixr2FitCoreRet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.