Looking for some help on the following:
I want to tabulate the univariate association of 8 variables (v1-v8) with an outcome (outcome).
For each variable I would write, for instance:
I want the outputs that are created to be added as new rows to create a table where the first column has all the variables and their subcategories (some are i.variables), and the columns show the regression outputs as they would when I write the above code for each variable individually.
Many thanks in advance
I want to tabulate the univariate association of 8 variables (v1-v8) with an outcome (outcome).
For each variable I would write, for instance:
Code:
logistic outcome v1, coef
Many thanks in advance

Comment