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