powered by
graphics Plots from regression models fitted in ANOVA.
graphics
graphics( a, degree = 1, mod = TRUE, main = " ", sub = " ", xlab = "Levels (X)", ylab = "Response var (Y)", pch = 19, xlim = NULL, ylim = NULL, bty = "o" )
Output from anova (performed in ExpDes).
For polynomial models, 1 (linear model) is the default, 2 (quadratic model), 3 (cubic model), "pot" (Power model), "log" (Logistic model), "gom" (Gompertz model) and "exp" (Exponential model).
Logic. Print the model expression and its R2 on the top of the graphic. The default is TRUE.
Title of the plot. Empty is the default.
Subtitle of the plot. Empty is the default.
Name for axis X.
Name for axis Y.
Caracter type to be used on the observed values.
Limits for axis X.
Limits for axis Y.
Type of box the plot is fitted in.
STEEL, R. G. D.; TORRIE, J. H. Principles and procedures in Statistics: a biometrical approach. McGraw-Hill, New York, NY. 1980.
reg.poly, plotres.
reg.poly
plotres
# NOT RUN { data(ex1) attach(ex1) a<-crd(trat, ig, quali=FALSE, nl=FALSE) graphics(a, degree=1) graphics(a, degree=2) graphics(a, degree=3) # }
Run the code above in your browser using DataLab