new_edm_model: Construct an EDM model class object with pre-defined names.

Description Usage Arguments Value

View source: R/edm-model.R

Description

Base class that provides slots for growth within the modeling objects.

Usage

1
new_edm_model(chain, property_list, estimate = NA, ..., class = character())

Arguments

chain

Values from the MCMC chains across iterations.

property_list

Information on the data and algorithm configuration.

estimate

Any estimate done within C++ and raised into R during the modeling procedure.

...

Additional model-specific data

class

Designate the model-specific class.

Value

An EDM model object with subclasses of class, edm, and list that contains:


tmsalab/edmcore documentation built on Sept. 4, 2021, 2:46 a.m.