Creates APA-style tables containing output from multiple Mplus objects. These include descriptives tables, correlations tables, multi-level reliability tables and general tables.

mplus_apa_table(
  data,
  type = "general",
  bold = TRUE,
  CI = TRUE,
  SD = FALSE,
  triangle = "lower",
  header = TRUE,
  orientation = "vertical",
  n_tables = NULL
)

Arguments

type

One of 'general' or 'correlation'. Defaults to 'general'.

bold

Whether significant results (as indicated by confidence intervals not including 0) should be bolded. Defaults to TRUE.

CI

Whether confidence intervals should be displayed in square brackets. Defaults to TRUE.

SD

Whether standard deviation should be displayed in round brackets. Defaults to FALSE. Note that CI and SD cannot both equal TRUE.

triangle

Whether correlations tables, if applicable, should contain values in the upper or lower triangle. One of 'upper' or 'lower'. Defaults to "upper".

header

Whether correlations tables should contain the name of the dataset. Defaults to TRUE.

orientation

Whether the orientation of the table (if the type = 'general') should be vertical or horizontal. Defaults to "vertical".

Value

APA-style table of Mplus output.