reg.nl: Non-linear Regression

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/reg.nl.R

Description

reg.nl Adjusts non-linear regression models in Anova (Models: Power, Exponential, Logistic, Gompertz).

Usage

1
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

graphics.

Examples

1
2
3
4
data(exnl)
attach(exnl)
x<-crd(trat, resp, quali = FALSE, nl = TRUE)
graphics(x, degree = "log")

ExpDes documentation built on Oct. 5, 2021, 9:09 a.m.

Related to reg.nl in ExpDes...