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]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to