View source: R/ParametricModel.R
ParametricModel | R Documentation |
This is a base class used for FixedEffectsModel
and MixedEffectsModel
ParametricModel(
response,
covariates,
predict_fn,
parameters,
descriptors = list(),
response_definition = NA_character_,
covariate_definitions = list()
)
response |
A named list containing one element, with a name representing the response
variable and a value representing the units of the response variable
using the |
covariates |
A named list containing the covariate specifications, with names
representing the covariate name and the values representing the units of
the coavariate using the |
predict_fn |
A function that takes the covariate names as arguments and returns a prediction of the response variable. This function should be vectorized. |
descriptors |
An optional named list of descriptors that describe the context of the allometric model |
response_definition |
A string containing an optional custom response definition, which is used instead of the description given by the variable naming system. |
covariate_definitions |
An optional named list of custom covariate definitions that will supersede
the definitions given by the variable naming system. The names of the list
must match the covariate names given in |
An object of class ParametricModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.