View source: R/getInteraction.R
getInteraction | R Documentation |
Get interaction data from data
getInteraction(name, data)
name |
a string with interaction term |
data |
a data.frame |
An object of class "data.frame"
data(acs,package="moonBook")
getInteraction("TC:Dx:sex",data=acs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.