sspm_formula-class: sspm formula object

sspm_formula-classR Documentation

sspm formula object

Description

This class is a wrapper around the formula class. It is not intended for users to directly manipulate and create new objects.

Slots

raw_formula

[formula] The raw formula call

translated_formula

[formula] The translated formula call ready to be evaluated.

vars

[list] List of relevant variables for the evaluation of the different smooths.

lag_vars

Smooth lag variables used for predictions

response

[charatcer] The response variable in the formula.

is_fitted

[logical] Whether this formula has already been fitted.

See Also

See the mgcv function for defining smooths: s().


sspm documentation built on April 4, 2025, 1:43 a.m.