Description Usage Arguments Value Examples
Test of Homogeniety/Independence from a Cross Table
1 | cross.test(x, v1, v2, alp = 0.05, dig = 2, dig2 = 4, prt = TRUE)
|
x |
Cross Table |
v1 |
Row variable name (optional) |
v2 |
Column variable name (optional) |
alp |
Level of significance, Default: 0.05 |
dig |
Number of digits below the decimal point for the table, Default: 2 |
dig2 |
Number of digits below the decimal point for the results, Default: 4 |
prt |
Logical, whether to print tables in detail, Default: TRUE |
list(stat=test stat, df=df, crv=critical value, pv=p-value, exp=exp table, ress=residual square)
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.