initializeCovars | R Documentation |
Initializing covariates before estimation
initializeCovars( fitobject, fstring, covNames, initialEst, initialEstLB, initialEstUB )
fitobject |
an nlmixr 'fit' object |
fstring |
a string giving the entire expression for the model function string |
covNames |
a list of covariate names (parameters) that need to be estimates |
initialEst |
the initial estimate for the covariate parameters to be estimated; default is 0 |
initialEstLB |
a lower bound for the covariate parameters to be estimated; default is -Inf |
initialEstUB |
an upper bound for the covariate parameters to be estimated; default is Inf |
updated model object with the modified initial values
Vipul Mann, Matthew Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.