Correlation Table
Correlations printed in a nicely formatted table.
tableC( .data, ..., cor_type = "pearson", na.rm = FALSE, rounding = 3, output = "text", booktabs = TRUE, caption = NULL, align = NULL, float = "htb" )
.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 |
stats::cor
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.