powered by
Displays results of is.t
# S3 method for ist summary(object, ...)
Matrix of values for results from independent samples t-test.
Object returned by is.t.
is.t
Additional parameters to pass on.
data1 <- mtcars ttest <- is.t(data1, mpg, am) summary(ttest)
Run the code above in your browser using DataLab