summary,kb.test-method {QuadratiK} | R Documentation |
Summarizing kernel-based quadratic distance results
Description
summary
method for the class kb.test
Usage
## S4 method for signature 'kb.test'
summary(object)
Arguments
object |
Object of class |
Value
List with the following components:
-
summary_tables
Table of computed descriptive statistics per variable (and per group if available). -
test_results
Data frame with the results of the performed kernel-based quadratic distance test. -
qqplots
Figure with qq-plots for each variable.
Examples
# create a kb.test object
x <- matrix(rnorm(100),ncol=2)
y <- matrix(rnorm(100),ncol=2)
# Normality test
my_test <- kb.test(x, h=0.5)
summary(my_test)
[Package QuadratiK version 1.1.1 Index]