Create APA regression coefficients table

Description

Create APA regression coefficients table

Usage

create_apa_regression_table(
  regression_results,
  predictor_labels = NULL,
  show_beta = TRUE,
  show_ci = FALSE,
  KEY = TRUE
)

Arguments

regression_results A results list from linear_reg_answers().
predictor_labels Optional labels for predictors.
show_beta Show standardized coefficients.
show_ci Show confidence intervals.
KEY If TRUE, show filled values; if FALSE, show blanks.

Value

A flextable object.