two_factor_formula: Get a string representing a simple linear model two-factor...

Description Usage Arguments

View source: R/model_factors.R

Description

Get a string representing a simple linear model two-factor explanation of a response variable.

Usage

1
2
two_factor_formula(response_name, factor_1, factor_2,
  interactions = FALSE)

Arguments

response_name

Name of the response variable.

factor_1, factor_2

A FacDesignFactor object.

interactions

If TRUE, the interaction between both factors is included in the formula.


DavidBarke/QWUtils documentation built on Jan. 13, 2020, 11:52 a.m.