View source: R/psn_style_scm.R
psn_style_scm | R Documentation |
Intent is not to replicate PsN SCM. This is mainly here for illustrative and comparison purposes. Should replicate the model selection in PsN's SCM functionality with greedy setting.
psn_style_scm(base, run_in, dtest, alpha_forward = 0.05, alpha_backward = 0.01)
base |
An nm object (base model). |
run_in |
A directory to run in. |
dtest |
Output of |
alpha_forward |
Numeric (default = |
alpha_backward |
Numeric (default = |
The nm object of the selected model.
test_relations()
, covariate_step_tibble()
,
bind_covariate_results()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.