Learn R Programming

mudfold (version 1.1.21)

print.mdf: print method for "mdf" class objects resulted from the mudfold function.

Description

S3 generic function for printing "mdf" class objects.

Usage

# S3 method for mdf
print(x, ...)

Arguments

x

Object of class "mdf"

...

further arguments passed on to the print method.

Author

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

Run this code
if (FALSE) {
data(ANDRICH)
fit <- mudfold(ANDRICH)
fit
print(fit)
}

Run the code above in your browser using DataLab