| oneway.rfit | R Documentation | 
Carries out a robust analysis of variance for a one factor design. Analysis is based on the R estimates.
oneway.rfit(y, g, scores = Rfit::wscores, p.adjust = "none",...)
y | 
 n by 1 response vector  | 
g | 
 n by 1 vector representing group membership  | 
scores | 
 an object of class 'scores'  | 
p.adjust | 
 adjustment to the p-values, argument passed to p.adjust  | 
... | 
 additional arguments  | 
Carries out a robust one-way analysis of variance based on full model r fit.
fit | 
 full model fit from rfit  | 
est | 
 Estimates  | 
se | 
 Standard Errors  | 
I | 
 First Index  | 
J | 
 Second Index  | 
p.value | 
 p-values  | 
y | 
 response vector  | 
g | 
 vector denoting group membership  | 
Joseph McKean, John Kloke
Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.
rfit
	data(quail)
	oneway.rfit(quail$ldl,quail$treat)
 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.