PFIMmod: Create a PFIM model structure

Description Usage Arguments Value

Description

Expand information in the PFIMmod structure

Usage

1
2
3
PFIMmod(PFIMmodel, Type, parModelName, parModel, parModelVar,
    parModelVarType, parObsName, parObsErr, parObsTimes, parArms,
    parArmsName, ArmsName, TimeName, tRange, parArmsIC)

Arguments

PFIMmodel

either a list containing the elements of the model or a function or an expression

Type

character - one of 'AE' (algebraic equations) or 'DE' differential equations

parModelName

character vector of model parameter names

parModel

numeric - model parameter values

parModelVar

numeric - model parameter variances

parModelVarType

character - one of 'add' or 'exp'

parObsName

- character vector of observation/response names

parObsErr

error amount and structure related to observations

parObsTimes

list of possible sampling times per observation

parArms

arm/group-specific parameters

parArmsName

names of arm/group-specific parameters

ArmsName

labels of the arms

TimeName

label for the time axis

tRange

numeric vector of length 2 giving the range of possible times

parArmsIC

initial conditions (for ODEs only)

Value

list of model specification


PFIM documentation built on May 2, 2019, 5:46 p.m.

Related to PFIMmod in PFIM...