powered by
Adjusts non-linear regression models in Anova (Models: Power, Exponential, Logistic, Gompertz).
reg.nl(resp, treat)
Numeric or complex vector containing the response variable.
Numeric or complex vector containing the treatments.
Returns coefficients, significance and ANOVA of the fitted regression models.
DRAPER, N.R.; SMITH, H. Apllied regression analysis. 3ed. New York : John Wiley, 1998. 706p.
See too: graphics
graphics
# NOT RUN { data(ex_nl) attach(ex_nl) x<-crd(trat, resp, quali=FALSE, nl=TRUE) graphics(x,degree = "log") # }
Run the code above in your browser using DataLab