ifr_oneway_anova | R Documentation |
One way analysis of variance
ifr_oneway_anova(data, x, y, ...)
data |
a |
x |
numeric; column in |
y |
factor; column in |
... |
additional arguments passed to or from other methods |
ifr_oneway_anova
returns an object of class "ifr_oneway_anova"
.
An object of class "ifr_oneway_anova"
is a list containing the
following components:
adjusted_r2 |
adjusted r squared value |
df_btw |
between groups degress of freedom |
df_within |
within groups degress of freedom |
df_total |
total degress of freedom |
fstat |
f value |
group_stats |
group statistics |
ms_btw |
between groups mean square |
ms_within |
within groups mean square |
obs |
number of observations |
pval |
p value |
r2 |
r squared value |
rmse |
root mean squared error |
ss_between |
between group sum of squares |
ss_within |
within group sum of squares |
ss_total |
total sum of squares |
infer_oneway_anova()
has been deprecated. Instead use
ifr_oneway_anova()
Kutner, M. H., Nachtsheim, C., Neter, J., & Li, W. (2005). Applied linear statistical models. Boston: McGraw-Hill Irwin.
anova
ifr_oneway_anova(mtcars, mpg, cyl)
ifr_oneway_anova(hsb, write, prog)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.