search for: cov01

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

Did you mean: com01
2008 Mar 25
1
Error propagation
...in the literature, but I read this is not good practice. ### The covariances are evaluated for each pair of the permutation, but without pairs with the same index. ### Is this right or am I m issing something here??? if (cov) { for (i in 1:nrow(perm)) { COV01 <- part[perm[i, 1]] COV02 <- part[perm[i, 2]] COV03 <- as.vector(varList[[perm[i, 1]]]) COV04 <- as.vector(varList[[perm[i, 2]]]) COVALL[i] <- COV01 * COV02 * cov(COV03, COV04, use = "complete.obs")...