Displaying 1 result from an estimated 1 matches for "francish".
Did you mean:
francis
2003 Dec 02
0
xtabs or model.frame (PR#5461)
...not "factors", implying to us that the coercion to
factor will take place.
Rich
######################
Date: Mon, 1 Dec 2003 21:53:06 -0500
From: "Francis Hsuan" <francis.hsuan@temple.edu> Add To Address Book
To: <rmh@temple.edu>
Cc: "Francis Hsuan" <francish@temple.edu>
Rich, I got some strange output from R. Does this indicate
a bug in the xtabs() function? Thanks, Francis
> rm(list=ls(all=TRUE))
> Freq <- c(9, 2, 5, 4, 16, 26, 10, 28)
> H <- rep(c("yes", " no"), each=4)
> S <- rep(rep(c("yes"...