coco-class | R Documentation |
An S4 class to store information
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 specification
locs
(numeric matrix
) a matrix with locs matching data
z
(numeric matrix
) A matrix of dimension n x p with response values
model.list
(list
) A list specifying a model for each aspect of the spatial structure.
info
(list
) a list with information about the coco object
output
(list
) if building an already fitted coco
object (not the standard approach), then requires an output from Optimparallel output, including as well boundaries, etc.
Federico Blasi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.