Learn R Programming

pandemonium (version 0.2.4)

pullCoordsNoCov: Generic Loss Function Coordinates

Description

Coordinates are computed as centered by the reference value and scaled with the standard deviation. Uses the i,ith entry of the covariance matrix as the standard deviation of the ith variable.

Usage

pullCoordsNoCov(df, cov, exp, ...)

Value

matrix with coordinate representation of all points

Arguments

df

data frame

cov

covariance matrix

exp

reference values

...

other expected values of getCoords

Examples

Run this code
head(pullCoordsNoCov(Bikes$space2,cov(Bikes$space2),
                data.frame(value = colMeans(Bikes$space2))))


Run the code above in your browser using DataLab