MinSkew {MultiSkew} | R Documentation |
MinSkew
Description
Reduces sample skewness by projecting the data onto appropriate linear subspaces
Usage
MinSkew(data, dimension)
Arguments
data |
data matrix |
dimension |
number of required projections |
Value
Linear |
linear function of the variables |
Projections |
projected data |
Author(s)
Cinzia Franceschini and Nicola Loperfido
References
Loperfido, N. (2014). Linear Transformations to Symmetry. Journal of Multivariate Analysis 129, 186-19
Examples
data(PM10_2006)
PM10_2006_matrix<-data.matrix(PM10_2006)
MinSkew(PM10_2006_matrix[,2:5],4)
[Package MultiSkew version 1.1.1 Index]