View source: R/digram.object.R
code.split | R Documentation |
Code items to be split (as having DIF)
code.split(do, split.var, split.on, append = F)
do |
A digram.object |
split.var |
String. The variables to split (having DIF). A comma separated list of variable numbers, labels or names. |
split.on |
String. The exogenous variables to split on (causing DIF). A comma separated list of exogenous variable numbers, labels or names. |
append |
Logical. |
If more variables and exogenous variables are given, all possible combinations of these are split.
data(DHP)
do<-code.split(DHP,"a,b","under60")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.