classMethod: Class methods for the GKSStat S3 object

print.GKSStatR Documentation

Class methods for the GKSStat S3 object

Description

Class methods for the GKSStat S3 object

Usage

## S3 method for class 'GKSStat'
print(x, ...)

getStatName(x)

getStatValue(x)

getSampleSize(x)

getPvalue(x)

getData(x)

Arguments

x

the GKSStat S3 object

...

Ignored.

Value

print: invisible x other fucntions: a numeric value

Examples


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

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


Jiefei-Wang/exceedance documentation built on May 11, 2022, 1:43 a.m.