Learn R Programming

vannstats (version 1.6.1.08)

summary.ist: Summarize Results of is.t

Description

Displays results of is.t

Usage

# S3 method for ist
summary(object, ...)

Value

Matrix of values for results from independent samples t-test.

Arguments

object

Object returned by is.t.

...

Additional parameters to pass on.

Examples

Run this code
data1 <- mtcars
ttest <- is.t(data1, mpg, am)

summary(ttest)

Run the code above in your browser using DataLab