Boxplots for transformations to symmetry
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, ...) ## Default S3 method: symbox(x, powers = c(-1, -0.5, 0, 0.5, 1), start, trans=bcPower, xlab="Powers", ylab, ...)
x |
a numeric vector. |
formula |
a one-sided formula specifying a single numeric variable. |
data, subset, na.action |
as for statistical modeling functions (see, e.g., |
xlab, ylab |
axis labels; if |
powers |
a vector of selected powers to which |
start |
a constant to be added to |
trans |
a transformation function whose first argument is a numeric vector and whose second
argument is a transformation parameter, given by the |
... |
arguments to be passed down. |
as returned by boxplot
.
Gregor Gorjanc, John Fox jfox@mcmaster.ca.
Fox, J. and Weisberg, S. (2019) An R Companion to Applied Regression, Third Edition. Sage.
symbox(~ income, data=Prestige)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.