classMethod: Class methods for the generalKSStat S3 object

Description Usage Arguments Value Examples

Description

Class methods for the generalKSStat S3 object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'generalKSStat'
print(x, ...)

getStatName(x)

getStatValue(x)

getSampleSize(x)

getPvalue(x)

Arguments

x

the generalKSStat S3 object

...

Ignored.

Value

print: invisible x other fucntions: a numeric value

Examples

1
2
3
4
5
## Generate samples
x <- rbeta(10, 1, 2)

## Perform KS test
GKSStat(x = x, statName = "KS")

Jiefei-Wang/generalKSStat documentation built on Jan. 31, 2022, 2:37 a.m.