Align Column Numbers by Decimal Mark in gtsummary Table
I am trying to create a table using the **gtsummary **package in R, with column numbers aligned by the decimal mark. Here’s my code:
survey – @gtsummary converting double to categorical why
i am currently having covid19 survey, the main goal was to ask question and score were given depending on the answer ranging from 0-30. but when i performed the analysis the package resume my variables as if they were categorical, i want the mean score for each vraiable . here is the data frame
Using tbl_summary() to create pooled Table 1 after MICE imputation
I used MICE to impute on missingness in my data but do not know if it is possible to use tbl_summary() to create a pooled descriptive table.