Learn R Programming

PerFit (version 1.4.7)

print PerFit: Print method for objects of class "PerFit"

Description

Print method for objects of class "PerFit".

Usage

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

Arguments

x

Object of class "PerFit".

...

Additional arguments to be passed to print.

Author

Jorge N. Tendeiro tendeiro@hiroshima-u.ac.jp

Details

For a given object of class PerFit, this function displays the scores of the person-fit statistic.

See Also

cutoff, flagged.resp, plot.PerFit, summary.PerFit

Examples

Run this code
# Load the inadequacy scale data (dichotomous item scores):
data(InadequacyData)

# Compute the ZU3 scores:
ZU3.out <- ZU3(InadequacyData)

print(ZU3.out)

Run the code above in your browser using DataLab