print.mdf {mudfold} | R Documentation |
print
method for "mdf"
class objects resulted from the mudfold
function.
Description
S3 generic function for printing "mdf"
class objects.
Usage
## S3 method for class 'mdf'
print(x, ...)
Arguments
x |
Object of class |
... |
further arguments passed on to the |
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
## Not run:
data(ANDRICH)
fit <- mudfold(ANDRICH)
fit
print(fit)
## End(Not run)
[Package mudfold version 1.1.21 Index]