Learn R Programming

ExpDes (version 1.2.0)

reg.poly: Polinomial Regression

Description

Fits sequencial regression models until the third power.

Usage

reg.poly(resp, treat, DFerror, SSerror, DFtreat, SStreat)

Arguments

resp

Numeric or complex vector containing the response variable.

treat

Numeric or complex vector containing the treatments.

DFerror

Error degrees of freedom

SSerror

Error sum of squares

DFtreat

Treatments' dregrees of freedom

SStreat

Treatments' sum of squares

Value

Returns coefficients, significance and ANOVA of the fitted regression models.

References

GOMES, F. P. Curso de Estatistica Experimental. 10a ed. Piracicaba: ESALQ/USP. 1982. 430.

See Also

See: graphics