symbox first transforms x to each of a series
of selected powers, with each transformation standardized to mean 0 and
standard deviation 1. The results are then displayed side-by-side in boxplots, permiting
a visual assessment of which power makes the distribution reasonably symmetric.symbox(x, ...)
## S3 method for class 'formula':
symbox(formula, data=NULL, subset, na.action=NULL, ylab, ...)
## S3 method for class 'default':
symbox(x, powers = c(-1, -0.5, 0, 0.5, 1), start=0,
trans=bcPower, xlab="Powers", ylab, ...)lm).ylab is missing, a label will be supplied.x is to be raised.
For meaningful comparison of powers, 1 should be included
in the vector of powers.x.powers argument; the default
is bcPower, andboxplot.boxplot, boxcox, bcPower, yjPowersymbox(~ income, data=Prestige)Run the code above in your browser using DataLab