Description Usage Arguments Details Value See Also Examples
The oneway function performs a one way analysis of variance given a formula and a data set.
1 |
formula |
formula specifying dependent variable y and independent variables x, written as "y ~ x" |
data |
dataset which contains the variables specified in formula |
The oneway
function is essentially a wrapper for the lm
function, but returns instead a list containing the lm
object
and a dataframe of summary stats. Additionally, plot, print, and summary
methods are provided under the class oneway
a list containing fit, the model object, and summarystats, a dataframe of summary stats.
lm
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.