I have a dataset with 100 columns and 4 groups.
I want to apply compareGroups
function to have descriptive and inferential statistics for my data.
However; compareGroups
function is taking a formula as follows: compareGroups
(Grouping variable~variable1+variable2..and so on). what would be the code to use compareGroups
for the whole 100 columns without specifying name of each and every column in my dataset?
Thanks in advance