aov_t: Checking statistically significantly mean difference across...

Description Usage Arguments Value Examples

Description

To check weather there is statistically significantly difference across the groups.

Usage

1
aov_t(data, x, y)

Arguments

data

a dataframe

x

the continues variable to test weather its average is significantly difference across the groups

y

the categorical variable to group

Value

a summary of anova test

Examples

1
aov_t(sleepdata,"SleepDuration", "DayType")

poorbaby/r_package_sha documentation built on May 29, 2019, 7:38 a.m.