sspm_fit
model elementsR/accessors-methods-sspm_fit.R
accessors-methods-sspm_fit.Rd
All methods described here allow to access the elements of contained in objects of class sspm_fit.
# S4 method for sspm_fit
spm_unique_ID(sspm_object)
# S4 method for sspm_fit
spm_unique_ID(object) <- value
# S4 method for sspm_fit
spm_time(sspm_object)
# S4 method for sspm_fit
spm_time(object) <- value
# S4 method for sspm_fit
spm_formulas(sspm_object)
# S4 method for sspm_fit
spm_formulas(object) <- value
# S4 method for sspm_fit
spm_smoothed_data(sspm_object)
# S4 method for sspm_fit
spm_smoothed_data(object) <- value
spm_get_fit(sspm_object)
# S4 method for sspm_fit
spm_get_fit(sspm_object)
spm_get_fit(object) <- value
# S4 method for sspm_fit
spm_get_fit(object) <- value
# S4 method for sspm_fit
spm_boundaries(sspm_object)
# S4 method for sspm_fit
spm_boundaries(object) <- value
# S4 method for sspm_fit
spm_boundary(sspm_object)
# S4 method for sspm_fit
spm_boundary(object) <- value
The object in the required slot.
if (FALSE) {
spm_formulas(sspm_object)
...
}