oneway: Performs a oneway analysis

Description Usage Arguments Value Examples

View source: R/oneway.R

Description

This function performs a oneway analysis of variance and returns a object of class "oneway"

Usage

1

Arguments

formula

argument that takes an dependent variable ~ independent variable

data

the data set that the dependent and independent variable will be taken from

Value

a object of class "oneway"

Examples

1
oneway(mpg ~ wt, mtcars)

arifaabbas/onewayR documentation built on Dec. 19, 2021, 4:38 a.m.