I want to test the Mistcherlich Model to data I get from papers.

I have data of agronomic yield and an environmental variable (naturally I have the standard deviation and the number of repetition) and I want to test whether there is a Mistcherlich relation.

Mitscherlich equation is Y=Ymax * (1-e(-b*x))

Where Y is the yield, x my environmental variable and Ymax and b are the two paramaters of my model: the maximum yield and the curve parameter.

To model it without considering the sd, I use the nls function but I would like to know wether is possible to use the sd, or use a weight for the data.

Which R function can do that?

Thanks

More Raphael Anzalone's questions See All
Similar questions and discussions