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

Description Usage Arguments Details Author(s) See Also Examples

View source: R/PrintPerFit.R

Description

Print method for objects of class "PerFit".

Usage

1
2
3
## S3 method for class 'PerFit'
print(x, ...)
 

Arguments

x

Object of class "PerFit".

...

Additional arguments to be passed to print.

Details

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

Author(s)

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

See Also

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

Examples

1
2
3
4
5
6
7
# Load the inadequacy scale data (dichotomous item scores):
data(InadequacyData)

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

print(ZU3.out)

PerFit documentation built on Oct. 15, 2021, 9:07 a.m.