Analysis of Variance (test & table)
Test and confidence interval for Single Factor level Mean
inferences for Difference between Two Factor level Means
Contrast of Factor level Means
test and confidence interval for linear Combination of Factor level Means
Analysis of Means (CI for treatment effects)
*** Tests for Constancy of Error Variance: ***
Hartley Test
Brown-Forsythe Test
*** Simultaneos Inference Procedures: ***
Tukey multiple comparison procedure
Scheffe multiple comparison procedure
Bonferroni multiple comparison procedure
*** Nonparametric ***
Nonparametric Rank F Test and multiple Pairwise Testing Procedure
***A variety of residuals in the output: ***
residuals
semistudentized residuals
studentized residuals
studentized deleted residuals
*** PLOT ***
boxplot by factors
Line Plot of Estimated Factor Level Mean
Bar Graph and Main Effects Plot
bar graph and the main etfects plot of factor level means is to display the confidence limits
*** PLOT for residuals: ***
against fitted value
Aligned Residual Dot Plot
Normal Q-Q plot
histogram
boxplot
oneway(y, group, alpha=0.05,MSE=NULL, c.value=0, mc=NULL, residual,omission.variable=NULL)
library('ALSM')
library('SuppDists')
with(KentonFoodCompany,oneway(y,group,mc=matrix(c(.5,.5,-.5,-.5),1,4)))
Run the code above in your browser using DataLab