[R] Conditional model in R

Kirsten Martin kmmartin at knights.ucf.edu
Wed Nov 28 20:32:43 CET 2012


Hello all, 

I have a data set where the response variable is the percent cover of a
specific plant (represented in cover classes 0,1,2,3,4,5, or 6). This data
set has a lot of zeros (plots where the plant was not present). 
I am trying to model cover class of the plant as a function of both total
nitrogen and shrub cover. 

After quite a bit of research I have come across a conditional approach to
modeling data with a lot of zeros (Fletcher et al. 2005, Welsh et al. 1996).
In this approach you model the presence/absence data using a logistic
regression and then model the presence only data using ordinary (least
squares) regression. 

I have successfully come up with both a logistic model and an ols model with
good fits. I am running into trouble combining the two (as outlined in the
third step of the Fletcher et al. 2005 paper).

Does anyone have any experience or any advice on doing this? How does one
come up with an overall model for the data using this approach?

Thanks for your help!
Kirsten



--
View this message in context: http://r.789695.n4.nabble.com/Conditional-model-in-R-tp4651188.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list