summary.kb.test | R Documentation |
summary
method for the class kb.test
## S4 method for signature 'kb.test'
summary(object)
object |
Object of class |
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.
kb.test()
and kb.test for more details.
# create a kb.test object
x <- matrix(rnorm(100),ncol=2)
# Normality test
my_test <- kb.test(x, h=0.5)
summary(my_test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.