spm_split | R Documentation |
Split data before fitting spm.
spm_split(sspm_object, ...)
## S4 method for signature 'sspm'
spm_split(sspm_object, ...)
sspm_object |
[sspm] An object of class sspm. |
... |
[expression] Expression to evaluate to split data. |
The updated sspm object.
## Not run:
sspm_model <- sspm_model %>%
spm_split(year_f %in% c(1990:2017))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.