Description Usage Arguments Value
A function to streamline the process of running regressions in experimental psychology
1 2 3 |
data |
A |
dv |
Vector of one or more dependent variables. The function will regress all the terms on each dv separately |
terms |
Vector of terms to regress on dv. |
style |
Character string either "default", "incremental", "chord", or "bivariate". In what way should the terms regress on dv.
|
treatment |
Vector for terms to include in the output dataset. Returns coefficent, lower confidence interval, upper confidence interval, standard error, t-value, and p-value. |
clusters |
Clusters for grouping standard error. |
robust_se |
TRUE/FALSE. Whether to use to use robust standard errors ("HC2"). Equivalent to default standard error from lm_robust(). Set to FALSE by default. |
alpha |
Numeric p-value for the standard errors. Default .05. |
print_summary |
TRUE/FALSE. Whether to print model summaries or not. Default is FALSE. |
A tibble
containing all linear models, and data on what variables are included in each model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.