wrap.t.one: One-sample t test

Description Usage Arguments See Also Examples

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

Description

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

Usage

1
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

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

michaelkardas/behavioralwrappers documentation built on Jan. 2, 2020, 7:46 a.m.