Description Usage Arguments Examples
View source: R/lm_effsize_ci.R
The difference between lm_effsize_ci and
lm_effsize_standardizer is that the former has more opinionated column
naming, while the latter doesn't. The latter can thus be more helpful in
writing a wrapper around this function.
| 1 2 3 4 5 6 7 | lm_effsize_standardizer(
  object,
  effsize = "eta",
  partial = TRUE,
  conf.level = 0.95,
  ...
)
 | 
| object | The linear model object (can be of class  | 
| effsize | Character describing the effect size to be displayed:  | 
| partial | Logical that decides if partial eta-squared or omega-squared
are returned (Default:  | 
| conf.level | Numeric specifying Level of confidence for the confidence
interval (Default:  | 
| ... | Ignored. | 
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.