set_link {fitode}R Documentation

Set up link functions for model parameters

Description

Set up link functions for model parameters – for fitode internal usage; assumes log-link by default if link functions are not specified

Usage

set_link(link, par)

Arguments

link

named list or vector of strings specifying link functions

par

(character) model parameters

Value

list of strings specifying link functions for each model parameter

See Also

make.link


[Package fitode version 0.1.1 Index]