ttestIS: Independent Samples T-Test

Description Usage Arguments

View source: R/ttestis.h.R

Description

Independent Samples T-Test

Usage

1
2
ttestIS(data, dependent, grouping, alternative = "two.sided", mu = 0,
  varEqual = FALSE, confLevel = 0.95)

Arguments

data

the data as a data frame

dependent

a string specifying the dependent variable in data

grouping

a string specifying the grouping variable in data; must have two levels

alternative

'two.sided', 'less', or 'greater'

mu

a number, the mean of the null hypothesis

varEqual

TRUE or FALSE (default), assume equal variances

confLevel

a number between 0 and 1 (default: 0.95), specifying the confidence interval width


jamovi/jmvbaseR documentation built on May 18, 2019, 12:23 p.m.