tableC {furniture} | R Documentation |
Correlation Table
Description
Correlations printed in a nicely formatted table.
Usage
tableC(
.data,
...,
cor_type = "pearson",
na.rm = FALSE,
rounding = 3,
output = "text",
booktabs = TRUE,
caption = NULL,
align = NULL,
float = "htb"
)
Arguments
.data |
the data frame containing the variables |
... |
the unquoted variable names to be included in the correlations |
cor_type |
the correlation type; default is "pearson", other option is "spearman" |
na.rm |
logical (default is |
rounding |
the value passed to |
output |
how the table is output; can be "text" for regular console output, "latex2" for specialized latex output, or any of |
booktabs |
when |
caption |
when |
align |
when |
float |
when |
See Also
stats::cor