Description Usage Arguments Value
curveRunner - processes s-curve objects
1 2 | curveRunner(s.curve.model, inc.tidy.models = NULL,
inc.full.models = NULL, perm.index = NULL)
|
s.curve.model |
Specification curve model (generated by s.curve function) |
inc.tidy.models |
logical, should results include tidy model output for each specification (from package broom)? If specified, will override default passed from s.curve.model object (e.g., for simpler output in permutation testing) |
inc.full.models |
logical, should results include default model output for each specification (e.g., from function lm)? If specified, will override default passed from s.curve.model object (e.g., for simpler output in permutation testing) |
perm.index |
index value of permutation testing. If present, index column will be added to results. |
data frame, with rows containing model estimation results for each individual model specification in overall s-curve model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.