ttestPS: Paired Samples T-Test

Description Usage Arguments

View source: R/ttestps.h.R

Description

Paired Samples T-Test

Usage

1
2
ttestPS(data, x, y, alternative = "two.sided", mu = 0, varEqual = FALSE,
  confLevel = 0.95)

Arguments

data

the data as a data frame

x

a string specifying the first measurement in data

y

a string specifying the second measurement in data

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.