Displaying 1 result from an estimated 1 matches for "handlingtotal".
2011 Feb 21
2
NPMC - replacement has 0 rows (multiple comparisons)
...ged to figure out is that the NPMC package from
CRAN MIGHT be able to do what I need, but I can't get it to.
First I created a dataset as NPMC calls for.
> Ind=Individual | <- predictor
> D=Day | <- predictor
> S=Sex | <- predictor
> hand = handlingtotal | <- response
> occy.df<-data.frame(hand,Ind,D,S)
Then I checked the classes of each variable (factor, integer, factor,
numeric from top to bottom).
Ok, go!
> npmc(occy.ds)
But alas, I get this error:
Error in `$<-.data.frame`(`*tmp*`, "class", value = integer(0))...