Displaying 1 result from an estimated 1 matches for "recat".
Did you mean:
recap
2011 Mar 02
4
Contingency table in R
...tType No Yes
Dangerous 15 12
Healthy 52 9
None 134 24
Unhealthy 72 23
These are the error messages that I keep getting whenever I try to get a contingency table. I'm not sure why it won't work for me, any help would be appreciated!
> nametable<-table(excat,recat)
Error in table(excat, recat) : object 'excat' not found
[[alternative HTML version deleted]]