Hi Laura and R users,

I would like to know whether we can do siginificance test between Column Yes
and Column No.

Any one tried? I have seen it in Tabulaiton software packages from our
vendors and in SPSS Custom Table.

Thanks,

On Wed, Mar 2, 2011 at 7:43 PM, Laura Clasemann <violagirl...@msn.com>wrote:

>
> Hi,
>
> I have a table in R with data I needed and need to create a contingency
> table out of it. The table I have so far looks like this:
>
>
>                   Binger
> r
> DietType     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]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to