central.counts | R Documentation |
Computes the logratio mean composition of a continuous mixture of point-counting data.
## S3 method for class 'counts'
central(x, ...)
x |
an object of class |
... |
optional arguments |
The central composition assumes that the observed point-counting distribution is the combination of two sources of scatter: counting uncertainty and true geological dispersion.
an [5 x n]
matrix with n
being the number
of categories and the rows containing:
the ‘central’ composition.
the standard error for the central composition.
the overdispersion parameter, i.e. the coefficient of
variation of the underlying logistic normal
distribution. central
computes a continuous
mixture model for each component (column)
separately. Covariance terms are not reported.
the lower limit of a ‘1 sigma’ region for theta
.
the upper limit of a ‘1 sigma’ region for theta
.
the mean square of the weighted deviates, a.k.a. reduced chi-square statistic.
the p-value for age homogeneity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.