Learn R Programming

Rfit (version 0.27.0)

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 = Rfit::wscores, p.adjust = "none",...)

Value

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

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

...

additional arguments

Author

Joseph McKean, John Kloke

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