Learn R Programming

generalKSStat (version 1.0.3)

print.generalKSStat: Class methods for the generalKSStat S3 object

Description

Class methods for the generalKSStat S3 object

Usage

# S3 method for 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

Run this code
# NOT RUN {
## Generate samples
x <- rbeta(10, 1, 2)

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

# }

Run the code above in your browser using DataLab