num_parameters.default {nonmemica}R Documentation

Get the Number of Declared Parameters for a NONMEM Model

Description

Gets the number of declared parameters for a NONMEM model.

Usage

## Default S3 method:
num_parameters(x, ...)

Arguments

x

object of dispatch

...

passed arguments

Details

Parameters fixed to some value are included, but unlike (*.ext) matrix off-diagonals are not included unless specified.

Value

integer

Examples

library(magrittr)
options(project = system.file('project/model',package='nonmemica'))
1001 %>% num_parameters

[Package nonmemica version 1.0.11 Index]