powered by
Recoding of the quantitative data matrix.
recodquant(X)
the quantitative data matrix.
the standardized quantitative data matrix (centered and reduced with the standard deviations.)
the means of the columns of X
the standard deviations of the columns of X (population version with 1/n)
The quantitative matrix X with missing values replaced with the column mean values.
# NOT RUN { data(decathlon) X <- decathlon[1:5,1:5] X[1,2] <- NA X[2,3] <-NA rec <- recodquant(X) # }
Run the code above in your browser using DataLab