Auxiliar method for printing a p-value table with bold font in p-values less than 0.05

AdjustFormatTable(
  table,
  rownames = NULL,
  colnames = NULL,
  type = "latex",
  print.code = FALSE,
  ...
)

Arguments

table

Table with p-values

rownames

Rownames for the table

colnames

Colnames for the table

type

Type of output. Default is latex.

print.code

Boolean for printing the table or the code that generates that table

...

Extra arguments for xtable

Value

Latex code with the formatted table.