wrap.t.one: T test (one sample)

View source: R/wrap.t.one.R

wrap.t.oneR Documentation

T test (one sample)

Description

Performs one-sample t tests. The function delegates the primary operations to t.test.

Usage

wrap.t.one(dv1, mu = 0)

Arguments

dv1

Column vector containing the dependent variable

mu

Mean against which to compare responses on the dependent variable

See Also

t.test

Examples

wrap.t.one(dv1 = bdata$DV5, mu = 5)

michaelkardas/bwrappers documentation built on Nov. 13, 2022, 1:14 a.m.