make_compare_continuous_full.Rdthis function is used to compare two groups using continuous metrics.
make_compare_continuous_full(df, treatment, variable, round_digits = 2)
| df | a dataframe object |
|---|---|
| treatment | the column representing treatment |
| round_digits | digits to rount to (default is 2) |