View source: R/summary.chi.sq.R
summary.chi.sq | R Documentation |
Displays results of chi.sq
## S3 method for class 'chi.sq'
summary(object, ...)
object |
Object returned by |
... |
Additional parameters to pass on. |
Matrix of values for results from chi square test.
data1 <- mtcars
x2 <- chi.sq(data1, vs, am)
summary(x2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.