Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add variable label to descriptive table, correlation table and regression table #11

Open
dnguyen-td opened this issue Oct 26, 2022 · 0 comments

Comments

@dnguyen-td
Copy link

dnguyen-td commented Oct 26, 2022

Hi,

How can we add variable labels to the descriptive table prepare_descriptive_table , correlation table prepare_correlation_table , and regression table prepare_regression_table?

Take mtcars database as an example.

t <- prepare_descriptive_table(mtcars)

t$df

If we want to label the variables in the database like the following:

var_names <- c( mpg = "Miles Per Gallon", disp = "Displacement )

And then these labels will appear on the tables when we prepare the descriptive table, elation table, and regression table, what should we do?

Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant