augdat_ilink_binom {projpred} | R Documentation |
Inverse-link function for augmented-data projection with binomial family
Description
This is the function which has to be supplied to extend_family()
's argument
augdat_ilink
in case of the augmented-data projection for the binomial()
family.
Usage
augdat_ilink_binom(eta_arr, link = "logit")
Arguments
eta_arr |
An array as described in section "Augmented-data projection"
of |
link |
The same as argument |
Value
An array as described in section "Augmented-data projection" of
extend_family()
's documentation.
[Package projpred version 2.8.0 Index]