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 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.

Author(s)

Federico Blasi


[Package cocons version 0.1.4 Index]