| profileFixed | R Documentation |
Estimate the objective function values for a model while fixing defined parameter values
profileFixed(fitted, which, control = list())
profileFixedSingle(fitted, which)
fitted |
The fit model |
which |
A data.frame with column names of parameters to fix and values of the fitted value to fix (one row only). |
control |
A list passed to |
which with a column named OFV added with the objective function
value of the fitted estimate fixing the parameters in the other columns
profileFixedSingle(): Estimate the objective function value for a model
while fixing a single set of defined parameter values (for use in parameter
profiling)
Bill Denney (changed by Matt Fidler to take out R 4.1 specific code)
Other Profiling:
fixedControl(),
llpControl(),
profile.nlmixr2FitCore(),
profileLlp(),
profileNlmixr2FitCoreRet()
Other Profiling:
fixedControl(),
llpControl(),
profile.nlmixr2FitCore(),
profileLlp(),
profileNlmixr2FitCoreRet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.