Learn R Programming

equivalenceTest (version 0.0.1.1)

createEquivTestSmpl: Create summary information of a dataset

Description

Create a list of summary statistics of a dataset for equivalence test.

Usage

createEquivTestSmpl(smpl)

Arguments

smpl

a vector representing the dataset

Value

a list of objects summarizing the dataset

Examples

Run this code
# NOT RUN {
vecT = rnorm(n=20)
s = createEquivTestSmpl(vecT)

# }

Run the code above in your browser using DataLab