powered by
Class methods for the generalKSStat S3 object
# S3 method for generalKSStat print(x, ...)getStatName(x)getStatValue(x)getSampleSize(x)getPvalue(x)
getStatName(x)
getStatValue(x)
getSampleSize(x)
getPvalue(x)
the generalKSStat S3 object
Ignored.
print: invisible x other fucntions: a numeric value
x
# 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