Review the statement below. What is the effect of covariate:factor on the analysis?
result <- lm(outcome ~ covariate + factor + covariate:factor, data = testcoef)
Review the statement below. What is the effect of covariate:factor on the analysis?
result <- lm(outcome ~ covariate + factor + covariate:factor, data = testcoef)