powered by
Gets the number of declared parameters for a NONMEM model.
# S3 method for default num_parameters(x, ...)
integer
object of dispatch
passed arguments
Parameters fixed to some value are included, but unlike (*.ext) matrix off-diagonals are not included unless specified.
library(magrittr) options(project = system.file('project/model',package='nonmemica')) 1001 %>% num_parameters
Run the code above in your browser using DataLab