summary.pk.test {QuadratiK}R Documentation

Summarizing kernel-based quadratic distance results

Description

summary method for the class pk.test

Usage

## S4 method for signature 'pk.test'
summary(object)

Arguments

object

Object of class pk.test

Value

List with the following components:

See Also

pk.test() and pk.test for additional details.

Examples

# create a pk.test object
x_sp <- sample_hypersphere(3, n_points=100)
unif_test <- pk.test(x_sp,rho=0.8)
summary(unif_test)


[Package QuadratiK version 1.1.3 Index]