sensitivity: Evaluate sensitivities (gradients)

Description Usage Arguments Details Value

Description

Evaluate the sensitivities (gradients) of a PFIM model

Usage

1
sensitivity(model, time=model$time, useHess=FALSE, ...)

Arguments

model

a PFIM model object

time

an optional numeric vector of times at which to evaluate

useHess

logical - whether to use the fdHess function from the nlme package or the gradient function from the numDeriv package.

...

optional arguments, none used at present

Details

Evaluate the sensitivities of a PFIM model object with respect to the model parameters.

Value

a three-dimensional array of model function values and sensitivities


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

Related to sensitivity in PFIM...