Questions tagged [ancova]
46 questions
0
votes
0 answers
Test if intercepts in ancova model are significantly different in R
I ran a model explaining the weight of some plant as a function of time and trying to incorporate the treatment effect.
mod <- lm(weight ~time + treatment)
The model looks like this:
with model summary being:
Call:
lm(formula = weight ~ time +…

Stevestingray
- 399
- 2
- 12