sspm_formula
model elementsR/accessors-methods-sspm_formula.R
accessors-methods-sspm_formula.Rd
All methods described here allow to access the elements of contained in objects of class sspm_formula.
raw_formula(sspm_object)
# S4 method for sspm_formula
raw_formula(sspm_object)
raw_formula(object) <- value
# S4 method for sspm_formula
raw_formula(object) <- value
translated_formula(sspm_object)
# S4 method for sspm_formula
translated_formula(sspm_object)
translated_formula(object) <- value
# S4 method for sspm_formula
translated_formula(object) <- value
formula_vars(sspm_object)
# S4 method for sspm_formula
formula_vars(sspm_object)
formula_vars(object) <- value
# S4 method for sspm_formula
formula_vars(object) <- value
formula_type(sspm_object)
# S4 method for sspm_formula
formula_type(sspm_object)
formula_type(object) <- value
# S4 method for sspm_formula
formula_type(object) <- value
is_fitted(sspm_object)
# S4 method for sspm_formula
is_fitted(sspm_object)
is_fitted(object) <- value
# S4 method for sspm_formula
is_fitted(object) <- value
spm_response(sspm_object)
# S4 method for sspm_formula
spm_response(sspm_object)
spm_response(object) <- value
# S4 method for sspm_formula
spm_response(object) <- value
spm_lagged_vars(sspm_object)
# S4 method for sspm_formula
spm_lagged_vars(sspm_object)
spm_lagged_vars(object) <- value
# S4 method for sspm_formula
spm_lagged_vars(object) <- value
[sspm_formula] An object of class sspm_formula.
[sspm_formula] An object of class sspm_formula.
typically an array-like R object of a similar class as
x
.
The object in the required slot.
if (FALSE) {
translated_formula(sspm_object)
...
}