apply_link {fitode} | R Documentation |
Apply link functions to model parameters
Description
Apply link functions to model parameters – for fitode
internal usage. type=linkfun
applies link functions;
type=linkinv
applies inverse link functions; type=mu.eta
returns derivative of inverse link functions
Usage
apply_link(par, linklist, type = c("linkfun", "linkinv", "mu.eta"))
Arguments
par |
named vector of parameter values |
linklist |
list containing |
type |
string specifying which function should be applied |
Value
vector of parameter values with link transformations
See Also
[Package fitode version 0.1.1 Index]