| apa_performance | R Documentation |
format model performance metrics in APA style
apa_performance(fit, metrics = c("R2", "Sigma"), column_formats = NULL)
## S3 method for class 'lm'
apa_performance(fit, metrics = c("R2", "Sigma"), column_formats = NULL)
fit |
model fit object |
metrics |
performance metrics. Default is R2 and Sigma |
column_formats |
column_formats object to format columns. If NULL, the default column_formats is used. |
tibble
lm(mpg ~ cyl + wt, data = mtcars) |>
apa_performance() |>
apa_flextable()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.