Hi every one. I want to analyze my data. The y (density) is very skewed to the right. this is my tentative fit<-density~factor(Site)+factor(Species)+ depth. which model to apply between glm and lm, for sure I can not use lm( This is non linear data)
-- View this message in context: http://r.789695.n4.nabble.com/regression-fit-tp4108686p4108686.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ [email protected] 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.

