View source: R/getInteraction.R
getN | R Documentation |
Get number of data specified by 'name' and 'desc'
getN(name, desc, data)
name |
a string with interaction term |
desc |
character |
data |
a data.frame |
A numeric vector
data(acs,package="moonBook")
df=getInteraction("TC:Dx:sex",data=acs)
getN(name=df$name,desc=df$desc,data=acs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.