View source: R/DIF.Logistic.MG.R
This code performs logistic regression testing for DIF using more than two groups.
1 | DIF.Logistic.MG(data, group, sig.level, purify, output.filename)
|
data |
numeric: either the data matrix only, or the data matrix plus the vector of group membership. |
group |
factor: the vector of group membership |
sig.level |
numeric: the significance level |
purify |
logical: Default is FALSE |
output.filename |
character: either the file path or file name to save the output |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.