print.pvclust {pvclust} | R Documentation |
Print Function for Pvclust Object
Description
print clustering method and distance measure used in
hierarchical clustering, p
-values and related statistics for
a pvclust
object.
Usage
## S3 method for class 'pvclust'
print(x, which=NULL, digits=3, ...)
Arguments
x |
object of class |
which |
numeric vector which specifies the numbers of edges
(clusters) of which the values are printed. If |
digits |
integer indicating the precision to be used in rounding. |
... |
other parameters used in the function. |
Value
this function prints p
-values and some related
statistics.
au |
AU (Approximately Unbiased) |
bp |
BP (Bootstrap Probability) value, which is a simple
statistic computed by bootstrap resampling. This value tends to be
biased as |
se.au , se.bp |
estimated standard errors for |
v , c |
values related to geometric aspects of
hypotheses. |
pchi |
|
Author(s)
Ryota Suzuki suzuki@ef-prime.com