Description Usage Arguments Value Examples
This model return the mean of the outcome
as a prediction
1 2 3 4 5 6 7 8 | baseline_model(
predictors,
outcome,
SESOI_lower = 0,
SESOI_upper = 0,
na.rm = FALSE,
...
)
|
predictors |
Data frame |
outcome |
Vector |
SESOI_lower |
Lower smallest effect size of interest threshold |
SESOI_upper |
Upper smallest effect size of interest threshold |
na.rm |
Should NAs be removed? Default is |
... |
Extra arguments forwarded to |
model
object
1 2 3 4 | baseline_model(
predictors = iris[2:3],
outcome = iris[[1]]
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.