print.DIFlasso.refit: Print Function for refitDIFlasso

Description Usage Arguments Author(s) References See Also Examples

View source: R/print.DIFlasso.refit.R

Description

Prints the most important output of a DIFlasso.refit object.

Usage

1
2
## S3 method for class 'DIFlasso.refit'
print(x, ...)

Arguments

x

DIFlasso.refit object, created by refitDIFlasso

...

Further arguments to be passed to the print function.

Author(s)

Gunther Schauberger
gunther.schauberger@tum
https://www.sg.tum.de/epidemiologie/team/schauberger/

References

Tutz, Gerhard and Schauberger, Gunther (2015): A Penalty Approach to Differential Item Functioning in Rasch Models, Psychometrika, 80(1), 21 - 43

See Also

refitDIFlasso, plot.DIFlasso.refit, DIFlasso

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
data(simul.data)

Y <- simul.data[,1:10]
X <- simul.data[,11:13]

m1 <- DIFlasso(Y = Y, X = X, trace = TRUE) 
print(m1)
plot(m1)

m2 <- refitDIFlasso(m1)
print(m2)
plot(m2)

## End(Not run)

DIFlasso documentation built on July 1, 2020, 10:35 p.m.