summary.pk.test | R Documentation |
summary
method for the class pk.test
## S4 method for signature 'pk.test'
summary(object)
object |
Object of class |
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.
pk.test()
and pk.test for additional details.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.