get.theta.npar | R Documentation |
Calculates the number of THETA parameters that are estimated (and not fixed) in the NONMEM model file.
get.theta.npar(model, path = getOption("nmDir"), prefix = "run", ...)
model |
select the model run number (e.g. 1) |
path |
select the directory where the model file resides |
prefix |
text to precede run number in model name (default: 'run') |
... |
additional arguments passed to |
returns a vector with the number of estimated THETA parameters
Koen Jolling
## Not run: \donttest{
models = c(101,102,104:109,111,115, 141:145, 147:149, 151, 153:156)
get.theta.npar(models)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.