summary.RPT {RATest} | R Documentation |
Summarizing Robust Permutation Test
Description
summary
method for class "RPT"
Usage
## S3 method for class 'RPT'
summary(object, ..., digits = max(3, getOption("digits") - 3))
Arguments
object |
an object of class |
... |
unused |
digits |
number of digits to display |
Value
summary.RPT
returns an object of class "summary.RPT
" which has the following components
results |
Matrix with the Testing Problem, Point Estimates, Sample Sizes, Test Statistic, P-values and Sample Sizes. |
Author(s)
Maurcio Olivares
Ignacio Sarmiento Barbieri
[Package RATest version 0.1.10 Index]