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

Value

List with the following components:

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.0 Index]