coco-class {cocons} | R Documentation |
An S4 class to store information
Description
An S4 class to store information
Slots
type
(
character
) One of two available types "dense" or "sparse". See description.data
(
data.frame
) A data.frame with covariates information, where colnames(data) matches model.list specificationlocs
(
numeric matrix
) a matrix with locs matching dataz
(
numeric matrix
) A matrix of dimension n x p with response valuesmodel.list
(
list
) A list specifying a model for each aspect of the spatial structure.info
(
list
) a list with information about the coco objectoutput
(
list
) if building an already fittedcoco
object (not the standard approach), then requires an output from Optimparallel output, including as well boundaries, etc.
Author(s)
Federico Blasi
[Package cocons version 0.1.4 Index]