search for: ogspca

Displaying 1 result from an estimated 1 matches for "ogspca".

Did you mean: gspca
2007 Nov 29
0
Doing PCA
...ighted in bold. I am trying to do PCA on the data. Here are the errors. Error1 code : OGSscaled = rangescale(OGS) error message : Error in dim(newX) <- c(prod(d.call), d2) : dims [product 47960] do not match the length of object [43600] Error2 I tried to do PCA without rangescaling code :OGSpca <- prcomp(OGS, center=FALSE) error message : Error in svd(x, nu = 0) : infinite or missing values in 'x' CODE ###################################################### ########### Create matrix ########################### ###################################################### # load p...