Learn R Programming

processR (version 0.2.7)

treatInteraction: unfold interaction

Description

unfold interaction

Usage

treatInteraction(var)

Arguments

var

name of variables

Examples

Run this code
var="X*M"
treatInteraction(var)
var="X*M*W"
treatInteraction(var)

Run the code above in your browser using DataLab