View source: R/run_feat_sepjobs.R
run_feat_sepjobs | R Documentation |
function to submit a set of jobs on a cluster to estimate many Feat level 1 models
run_feat_sepjobs(
gpa,
level = 1L,
model_names = NULL,
rerun = FALSE,
wait_for = ""
)
gpa |
a |
model_names |
an optional level 1 model name used to subset the runs to submit to feat.
If not provided, all level 1 models in |
rerun |
a logical indicating whether to re-run an existing directory. Default: FALSE |
wait_for |
a parent job that should complete before these jobs commence |
a vector of job ids for all files that were submitted to the cluster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.