Learn R Programming

RATest (version 0.1.10)

summary.RPT: Summarizing Robust Permutation Test

Description

summary method for class "RPT"

Usage

# S3 method for RPT
summary(object, ..., digits = max(3, getOption("digits") - 3))

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.

Arguments

object

an object of class "RPT", usually a result of a call to RPT

...

unused

digits

number of digits to display

Author

Maurcio Olivares

Ignacio Sarmiento Barbieri