Learn R Programming

Rfit (version 0.14)

oneway.rfit: Rank-based Oneway Analysis of Variance

Description

Carries out a robust analysis of variance for a one factor design. Analysis is based on the R estimates.

Usage

oneway.rfit(y, g, scores = wscores, p.adjust = "none")

Arguments

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

Value

  • fitfull model fit from rfit
  • estEstimates
  • seStandard Errors
  • IFirst Index
  • JSecond Index
  • p.valuep-values
  • yresponse vector
  • gvector denoting group membership

Details

Carries out a robust one-way analysis of variance based on full model r fit.

References

Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

See Also

rfit

Examples

Run this code
data(quail)
	oneway.rfit(quail$ldl,quail$treat)

Run the code above in your browser using DataLab