summary,pk.test-method {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:

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