Dear all,

I am trying to fit sigmoidal curves to describe the relative growth rate (RGR) according to the plant competition (PC). I am implementing three types of models to describe the RGR: i) a competition-dependent model (IND), ii) a competition-dependent model with species-specific parameters (SP), and iii) competition-dependent model based on the life form (LF). The first one can be considered as the null model, because the all individuals can have the same growth rate, regardless of species. The second model the growth model parameters are species-specific, meaning that each species has its own growth trajectory. And the third model the growth model parameters are life form -specific, meaning that each functional group has its own growth trajectory. I am using non-linear fixed and mixed effect regression with nls and nlme in R to describe these model, but I have problems with the syntax of the models in R and the way of how to choose the best model.

For example,

I have the three parameter sigmoid curve describe by this function sigmoid()

  • sigmoid
Similar questions and discussions