coco {cocons} | R Documentation |
coco Class
Description
Creates a coco object
Usage
coco(type, data, locs, z, model.list, info, output = list())
Arguments
type |
One of two available types "dense" or "sparse". See description. |
data |
A data.frame with covariates information, where colnames(data) matches model.list specification |
locs |
a matrix with locs matching data |
z |
A vector with response values |
model.list |
A list specyfing a model for each aspect of the spatial structure. |
info |
A list specifying characteristics of the coco object |
output |
empty or an output from optimparallel output, including as well boundaries |
Value
Creates a coco object
Author(s)
Federico Blasi
See Also
[Package cocons version 0.1 Index]