print PerFit {PerFit} | R Documentation |
Print method for objects of class "PerFit".
## S3 method for class 'PerFit' print(x, ...)
x |
Object of class "PerFit". |
... |
Additional arguments to be passed to |
For a given object of class PerFit
, this function displays the scores of the person-fit statistic.
Jorge N. Tendeiro j.n.tendeiro@rug.nl
cutoff
, flagged.resp
, plot.PerFit
, summary.PerFit
# Load the inadequacy scale data (dichotomous item scores): data(InadequacyData) # Compute the ZU3 scores: ZU3.out <- ZU3(InadequacyData) print(ZU3.out)