## S3 method for class 'logitreg':
fitted(object, combined = FALSE, ...)
"logitreg"
resulting from a
call to logitreg
.combined == FALSE
(the default) then a matrix of fitted
probabilities, where the rows are the training set samples and the
columns the groupings, is returned. If combined == TRUE
, then a
list with components "group"
and
"combined"
. "group"
is a matrix of fitted probabilities
as above. "combined"
is a vector of fitted values for the
entire set of pairwise comparisons considered.logitreg
for example usage.