Skip to content
Prev 256577 / 398506 Next

1 continuous non-normal variable ~ 4 factors + 1 continuous covariate (with interactions)

If you are working with a positive outcome variable, one approach is to use 
glm( ..., family ="Gamma"),
other approach is to use survreg() in the package survival.

Cheers,

Pablo