powered by
Computes coordinate values by comparing observed values to the reference, using the covariance matrix as when computing the chi-squared loss.
pullCoords(df, covInv, exp, ...)
matrix with coordinate representation of all points
data frame
inverse covariance matrix
reference values
other expected values of getCoords
head(pullCoords(Bikes$space2,solve(cov(Bikes$space2)), data.frame(value = colMeans(Bikes$space2))))
Run the code above in your browser using DataLab