model_description

model_description

Functions

Name Description
model_description Interpret model formula and obtain a model description.

model_description

model_description.model_description(formula)

Interpret model formula and obtain a model description.

This function receives a string with a formula describing a statistical model and returns an object of class Model that describes the model interpreted from the formula.

Parameters

formula : str

A string with a model description in formula language.

Returns

: An object of class Model with an internal description of the model.