| reg.nl {ExpDes} | R Documentation | 
Non-linear Regression
Description
reg.nl Adjusts non-linear regression models in Anova
(Models: Power, Exponential, Logistic, Gompertz).
Usage
reg.nl(resp, treat)
Arguments
| resp | Numeric or complex vector containing the response variable. | 
| treat | Numeric or complex vector containing the treatments. | 
Value
Returns coefficients, significance and ANOVA of the fitted regression models.
Author(s)
Eric B Ferreira, eric.ferreira@unifal-mg.edu.br
Luiz Alberto Beijo
References
DRAPER, N.R.; SMITH, H. Apllied regression analysis. 3ed. New York : John Wiley, 1998. 706p.
See Also
Examples
data(exnl)
attach(exnl)
x<-crd(trat, resp, quali = FALSE, nl = TRUE)
graphics(x, degree = "log")
[Package ExpDes version 1.2.2 Index]