main_effect: Obtain main effect plot for a factor in our design with...

Description Usage Arguments Value Examples

View source: R/OACD Functions.R

Description

Obtain main effect plot for a factor in our design with ggplot

Usage

1
main_effect(data, factr, response)

Arguments

response

Value

data to calculate main effect, and main effect plot

Examples

1
2
data = AEL_dat
main_effect(data, factr = B, response = ybar)

toledo60/OACD documentation built on Feb. 15, 2021, 2:25 a.m.