Displaying 1 result from an estimated 1 matches for "v0036".
Did you mean:
10036
2008 Dec 15
2
Using a covariance matrix as input to relaimpo package
...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
V0029 0.4207775 0.7043533 0.5567348...