An S4 class to store the event and accumulation times of archaeological assemblages.
idA character string specifying the unique
identifier of the corresponding matrix (UUID v4).
countsA numeric matrix of count data.
levelA length-one numeric vector giving the
confidence level.
modelA multiple linear model: the Gaussian
multiple linear regression model fitted for event date estimation and
prediction.
rowsA four columns numeric matrix giving the predicted
event dates for each archaeological assemblage, with the following columns:
The event date estimation.
The lower boundary of the confidence interval.
The upper boundary of the confidence interval.
The standard error of predicted dates.
columnsA four columns numeric matrix giving the
predicted event dates for each archaeological type or fabric, with the
following columns:
The event date estimation.
The lower boundary of the confidence interval.
The upper boundary of the confidence interval.
The standard error of predicted dates.
accumulationA two columns numeric matrix giving the
point estimate of the accumulation dates and the corresponding error.
x[[i]]Extracts informations from a slot selected by
subscript i. i is a length-one character
vector. Returns the corresponding slot values.
Other class:
BootCA-class,
DiversityIndex,
PermutationOrder-class