plot.regDIF {regDIF} | R Documentation |
Plot function for regDIF function
Description
Plot function for regDIF function
Usage
## S3 method for class 'regDIF'
plot(x, y = NULL, method = "bic", color.seed = 123, legend.plot = TRUE, ...)
Arguments
x |
Fitted regDIF model object. |
y |
Unused for plotting regDIF model object. |
method |
Fit statistic to use for identifying DIF effects in plot. |
color.seed |
Random seed to sample line colors and line types for DIF effects in plot. |
legend.plot |
Logical indicating whether to plot a legend. Default is |
... |
Additional arguments to be passed through to |
Value
a "plot"
object for a "regDIF"
fit
[Package regDIF version 1.1.1 Index]