Standardize variables. For each column, return mean 0 and mean value of sum of squares = 1.
stan(x, weights)
A list with the following items.
standardized variables with each column: mean value 0 and mean value of sum of squares = 1.
a vector of means for each column in the original x
a vector of scales for each column in the original x
numeric variables, can be a matrix or vector
numeric positive vector of weights
Zhu Wang <zwang145@uthsc.edu>