search for: v0034

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

Did you mean: 0034
2008 Dec 15
2
Using a covariance matrix as input to relaimpo package
...ut it looks fine to me. Pardon my R ignorance if this is an easy error message to decipher. Below is my code. # calculate covariance matrix from survey respondent data using pairwise deletion covmatrx = cov(respdata[,c("V0007","V0029","V0031","V0032","V0034","V0035","V0036")], use = "pairwise") > # show the resulting covariance matrix > covmatrx V0007 V0029 V0031 V0032 V0034 V0035 V0036 V0007 0.5713399 0.4207775 0.4144349 0.4178506 0.3679451 0.4073394 0.3847520...