search for: totalsleep

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

2005 Mar 21
2
NaN
Dear R What does NaN mean? I recently did a correlation on a batch of data for some reason it didn't like one column cor(sleep,use="complete.obs") BodyWt BrainWt SlowSleep ParaSleep TotalSleep BodyWt 1.00000000 0.95584875 -0.3936373 -0.07488845 -0.3428373 BrainWt 0.95584875 1.00000000 -0.3867947 -0.07427740 -0.3370815 SlowSleep -0.39363729 -0.38679474 1.0000000 0.51824287 0.9676730 ParaSleep -0.07488845 -0.07427740 0.5182429 1.00000000 0.7171864 TotalSleep -0.3428...