powered by
Displays results of chi.sq
# S3 method for chisquare summary(object, ...)
Matrix of values for results from chi square test.
Object returned by chi.sq.
chi.sq
Additional parameters to pass on.
data1 <- mtcars x2 <- chi.sq(data1, vs, am) summary(x2)
Run the code above in your browser using DataLab