adding proportions table (and hopefully nothing else)
This commit is contained in:
@@ -70,6 +70,8 @@ summary(df)
|
||||
obama.tbl <- table(took_fruit=df$fruit, saw_flotus=df$obama)
|
||||
obama.tbl
|
||||
|
||||
obama.prop.tbl <- proportions(table(took_fruit=df$fruit, saw_flotus=df$obama), margin=2)
|
||||
obama.prop.tbl
|
||||
```
|
||||
|
||||
## PC4. Test for differences between groups
|
||||
|
||||
Reference in New Issue
Block a user