mytstat: A function which outputs the t statistic for given sample...

Description Usage Arguments Value Examples

View source: R/mytstat.R

Description

A function which outputs the t statistic for given sample data.

Usage

1
mytstat(z, mu0)

Arguments

z

The sample data to return the t statistic for.

Value

The t-statistic for the sample data.

Examples

1
## Not run: mytstat(c(1,2,3,4,5), 3)

ShilohBeeler/shilohMATH4753 documentation built on Nov. 21, 2020, 9:10 a.m.