I want to run the glm () function for my data but instead of using the
family distributions in R, I need the 4P Burr distribution.
Can some please explain how can I go about doing that. Or please provide
me with an example.
I‘m new to R.
Eg.
Model1 <- glm(Postwt ~ Prewt + Treat + offset(Prewt),
family = gaussian, data = anorexia)
[[alternative HTML version deleted]]