utils.moc {moc}R Documentation

MOC utility functions

Description

Functions to compute generalized logit and inverse logit with respect to a reference group.

Usage

   inv.glogit(gmix,ref=1)
   glogit(p,ref=1)

Arguments

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.

Details

These functions do not perform any check on their arguments.

Value

A vector of probabilities or generalized logit.

Author(s)

Bernard Boulerice <Bernard.Boulerice@umontreal.ca>


[Package Contents]