print.mdf: 'print' method for 'mdf' class objects.

Description Usage Arguments Author(s) References Examples

View source: R/print.mdf.R

Description

S3 generic function for printing mdf class objects.

Usage

1
2
## S3 method for class 'mdf'
print(x, Item.info= FALSE, Diagnostics= FALSE,...)

Arguments

x

Object of class mdf

Item.info

logical argument. If Item.info=TRUE then additional information for each item in the scale is printed.

Diagnostics

logical argument. If Diagnostics= TRUE then the diagnostic matrices for the item order are printed.

...

further arguments passed on to the print method.

Author(s)

Spyros E. Balafas (auth.), Wim P. Krijnen (auth.), Wendy J. Post (contr.), Ernst C. Wit (auth.)

Maintainer: Spyros E. Balafas (s.balafas@rug.nl)

References

W.H. Van Schuur.(1984). Structure in Political Beliefs: A New Model for Stochastic Unfolding with Application to European Party Activists. CT Press.

W.J. Post. (1992). Nonparametric Unfolding Models: A Latent Structure Approach. M & T series. DSWO Press.

W.J. Post. and T.AB. Snijders (1993). Nonparametric unfolding models for dichotomous data. Methodika.

Examples

1
2
3
4
5
6
7
## Not run: 
data(ANDRICH)
fit <- mudfold(ANDRICH)
fit
print(fit,Item.info= TRUE, Diagnostics= TRUE)

## End(Not run)

SpyrosBalafas/mudfold documentation built on May 19, 2019, 2:53 a.m.