summary.kb.test: Summarizing kernel-based quadratic distance results

summary.kb.testR 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 kb.test

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.

See Also

kb.test() and kb.test for more details.

Examples

# create a kb.test object
x <- matrix(rnorm(100),ncol=2)
# Normality test
my_test <- kb.test(x, h=0.5)
summary(my_test)


QuadratiK documentation built on Oct. 29, 2024, 5:08 p.m.