AdjustFormatTable.RdAuxiliar 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, ... )
| 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 |
Latex code with the formatted table.