Hi,
I have this data (attached - my_data.csv ) and I want to add a reference levels (if possible) for interaction term to be explicitly visible
in regression summary table (something like extended coefficients table in eg. SPSS) ?
I want to use model specified like this in R:
model3 <- lm(response ~ time * treatment, data = my_data)
so response is DV and categorical predictors are time and treatment. Time has got two levels:
Pre and Post, and treatment has two levels as well: Control and Treatment.
I want to achieve something like this:

or this:

Can it be done in Stata ?
I have this data (attached - my_data.csv ) and I want to add a reference levels (if possible) for interaction term to be explicitly visible
in regression summary table (something like extended coefficients table in eg. SPSS) ?
I want to use model specified like this in R:
model3 <- lm(response ~ time * treatment, data = my_data)
so response is DV and categorical predictors are time and treatment. Time has got two levels:
Pre and Post, and treatment has two levels as well: Control and Treatment.
I want to achieve something like this:

or this:

Can it be done in Stata ?
Comment