search for: perceivedlearningcurv

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

Did you mean: perceivedlearningcurve
2009 Jul 07
1
cor vs cor.test
...functions are intended to work the same way - about how these functions handle NA values - whether cor.test supports 'use = complete.obs'. Some example output may explain why I am confused: ----------------------------------------------- WORKS: > cor(q[[9]], q[[10]]) perceivedlearningcurve overallimpression 0.7440637 ----------------------------------------------- DOES NOT WORK: > cor.test(q[[9]], q[[10]]) Error in `[.data.frame`(x, OK) : undefined columns selected ----------------------------------------------- (I assume that's because of R's generous type...