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

summary.pk.testR 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:

  • summary_tables Table of computed descriptive statistics per variable.

  • test_results Data frame with the results of the performed Poisson kernel-based test.

  • qqplots Figure with qq-plots for each variable against the uniform distribution.

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)


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