Functions to compute generalized logit and inverse logit with respect to a reference group.
mix.colors.moc
computes subject colors useful for plotting by
mixing group base colors according to the subject posterior
probabilities.
mocUtils
lists or returns an environment (which can be
attached) containing the utility functions from Utils
subdirectory of moc package.
inv.glogit(gmix, ref = 1)
glogit(p, ref = 1)mix.colors.moc(object, group.colors = rainbow(object$groups))
mocUtils(filename)
A fitted moc object.
Vector of probabilities to transform in generalized logit (log-odds) with ref as a reference group.
Vector of generalized logit with respect to ref to transform in probabilities.
Reference group.
The groups base colors to be mixed in proportion corresponding to posterior probabilities.
The filename containing the source of utility functions or empty for a list of available source codes.
A vector of probabilities or generalized logit.
mix.colors.moc
invisibly returns a vector of subject mixed colors in
hexadecimal RGB format.
These functions do not perform any check on their arguments.