reg.poly: Polinomial Regression

Description Usage Arguments Value Author(s) References See Also

View source: R/reg.poly.R

Description

reg.poly Fits sequential regression models until the third power.

Usage

1
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.

Author(s)

Eric B Ferreira, eric.ferreira@unifal-mg.edu.br

Denismar Alves Nogueira

Portya Piscitelli Cavalcanti

References

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

See Also

graphics.


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

Related to reg.poly in ExpDes...