createEquivTestSmpl {equivalenceTest} | R Documentation |
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
vecT = rnorm(n=20)
s = createEquivTestSmpl(vecT)
[Package equivalenceTest version 0.0.1.1 Index]