summary.dsample {dsample} | R Documentation |
Summary Statistics of Marginal Distributions
Description
Producing basic summary statistics (mean, standard deviation and the first five modes) from the sample drawn for all marginal distributions.
Usage
## S3 method for class 'dsample'
summary(object, n = 5, k = 1, ...)
Arguments
object |
|
n |
the first n samples |
k |
number of clusters |
... |
arguments passing to the functions used internally |
Value
summary.dsample
gives a list of summary statistics.
means |
Means |
stdevs |
Standard deviations |
modes |
Modes |
hc |
object produced by |
grp |
cluster members produced by |
X |
samples generated by |
cdf |
cumulative distributions |
[Package dsample version 0.91.3.4 Index]