utils.moc {moc} | R Documentation |
Functions to compute generalized logit and inverse logit with respect to a reference group.
inv.glogit(gmix,ref=1) glogit(p,ref=1)
p |
vector of probabilities to transform in generalized logit with ref as a reference group. |
gmix |
vector of generalized logit with respect to ref to transform in probabilities. |
ref |
reference group. |
These functions do not perform any check on their arguments.
A vector of probabilities or generalized logit.
Bernard Boulerice <Bernard.Boulerice@umontreal.ca>