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)An nm object (base model).
A directory to run in.
Output of test_relations().
Numeric (default = 0.05). Alpha level for forward
inclusion.
Numeric (default = 0.01). Alpha level for backward
deletion.
The nm object of the selected model.