MASS-internal {MASS}R Documentation

Internal MASS functions

Description

Internal MASS functions

Usage

biplot.bdr(obs, bivars, col, cex = rep(par("cex"), 2),
           olab = NULL, vlab = NULL, xlim = NULL, ylim = NULL, ...)
enlist(vec)
fbeta(x, alpha, beta)
frequency.polygon(x, nclass = nclass.freq(x), xlab="", ylab="", ...)
nclass.freq(x)
neg.bin(theta = stop("theta must be given"))
negexp.SSival(mCall, data, LHS)
pairs.profile(x, colours = 2:3, ...)
plot.profile(x, nseg, ...)
print.Anova(x, ...)

Details

These are not to be called by the user. Some are for compatibility with earlier versions of MASS (the book).


[Package Contents]