rescale.link {MBNMAdose} | R Documentation |
Rescale data depending on the link function provided
Description
Rescale data depending on the link function provided
Usage
rescale.link(x, direction = "link", link = "logit")
Arguments
x |
A numeric vector of data to be rescaled |
direction |
Can take either |
link |
A string indicating the link function to use in the model. Can take any link function
defined within JAGS (e.g. |
Value
A rescaled numeric vector
[Package MBNMAdose version 0.4.3 Index]