Learn R Programming

tabula (version 1.5.1)

DateModel-class: Date Model

Description

An S4 class to store the event and accumulation times of archaeological assemblages.

Arguments

Slots

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:

date

The event date estimation.

lower

The lower boundary of the confidence interval.

upper

The upper boundary of the confidence interval.

error

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:

date

The event date estimation.

lower

The lower boundary of the confidence interval.

upper

The upper boundary of the confidence interval.

error

The standard error of predicted dates.

accumulation

A two columns numeric matrix giving the point estimate of the accumulation dates and the corresponding error.

Subset

x[[i]]

Extracts informations from a slot selected by subscript i. i is a length-one character vector. Returns the corresponding slot values.

See Also

Other class: BootCA-class, DiversityIndex, PermutationOrder-class