apply_link | R Documentation |
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
apply_link(par, linklist, type = c("linkfun", "linkinv", "mu.eta"))
par |
named vector of parameter values |
linklist |
list containing |
type |
string specifying which function should be applied |
vector of parameter values with link transformations
make.link
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.