summary
method for class "prepivot.ks.permtest"
# S3 method for prepivot.ks.permtest
summary(object, ..., digits = max(3, getOption("digits") - 3))
summary.prepivot.ks.permtest
returns an object of class "summary.prepivot.ks.permtest
" which has the following components
Matrix with the Testing Problem, Sample Sizes, Number of Permutations, Number of Bootstrap samples, Observed test Statistic, Critical value and P-value.
an object of class "prepivot.ks.permtest"
, the result of calling prepivot.ks.permtest
unused
number of digits to display
Maurcio Olivares