search for: fgmat

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

Did you mean: gmat
2005 Jun 24
1
Mahalanobis distances
...community Have just recently got back into R after a long break and have been amazed at how much it has grown, and how active the list is! Thank you so much to all those who contribute to this amazing project. My question: I am trying to calculate Mahalanobis distances for a matrix called "fgmatrix" >dim(fgmatrix) [1] 76 15 >fg.cov <- cov.wt(fgmatrix) >mahalanobis(fgmatrix, center = fg.cov$center, cov = fg.cov$cov) Then I get an error message "Covariance matrix is apparently singular" What does this mean? I can't see anything strange about the covariance...