Evaluate a link function
Arguments
- l
a
corehydro_linkfromlink_function().- x, eta
numeric vectors on the data and linear-predictor scales.
Examples
l <- link_function("Logit")
link(l, c(0.1, 0.5, 0.9))
#> [1] -2.197225 0.000000 2.197225
Evaluate a link function
a corehydro_link from link_function().
numeric vectors on the data and linear-predictor scales.
l <- link_function("Logit")
link(l, c(0.1, 0.5, 0.9))
#> [1] -2.197225 0.000000 2.197225