summary.FRBhot {FRB} | R Documentation |
Summary Method for Objects of Class 'FRBhot'
Description
Summary method for objects of class FRBhot
, and print method of the summary object.
Usage
## S3 method for class 'FRBhot'
summary(object, digits = 5, ...)
## S3 method for class 'summary.FRBhot'
print(x, ...)
Arguments
object |
an R object of class |
digits |
number of digits for printing (default is 5) |
x |
an R object of class |
... |
potentially more arguments to be passed to methods |
Details
The print
method here displays the value of the test statistic and the corresponding bootstrap p-value. It also presents the simultaneous confidence intervals for the components of the location vector (or difference
between the two location vectors), and the robust estimates for the location vector(s) and covariance matrix.
Value
summary.FRBhot
simply returns its two arguments in a list.
Author(s)
Gert Willems, Ella Roelant and Stefan Van Aelst
References
S. Van Aelst and G. Willems (2013), Fast and robust bootstrap for multivariate inference: The R package FRB. Journal of Statistical Software, 53(3), 1–32. doi:10.18637/jss.v053.i03.
See Also
FRBhotellingS
, FRBhotellingMM
, plot.FRBhot
Examples
data(ForgedBankNotes)
samplemean <- apply(ForgedBankNotes, 2, mean)
res = FRBhotellingS(ForgedBankNotes, mu0=samplemean)
summary(res) # -> print.summary.FRBhot() method