An S4 class to store the event and accumulation times of archaeological assemblages.
id
A character
string specifying the unique
identifier of the corresponding matrix (UUID v4).
counts
A numeric matrix of count data.
level
A length-one numeric
vector giving the
confidence level.
model
A multiple linear model
: the Gaussian
multiple linear regression model fitted for event date estimation and
prediction.
rows
A 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.
columns
A 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.
accumulation
A 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