powered by
reg.nl Adjusts non-linear regression models in Anova (Models: Power, Exponential, Logistic, Gompertz).
reg.nl
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.
graphics.
graphics
# NOT RUN { data(exnl) attach(exnl) x<-crd(trat, resp, quali = FALSE, nl = TRUE) graphics(x, degree = "log") # }
Run the code above in your browser using DataLab