print.wizirt.Rd
The plot method for wizirt objects.
# S3 method for wizirt print(x, type = "desc")
x | an object returned from fit_wizirt(). |
---|---|
type | Character. Must be 'tech', 'desc', 'na_item', 'na_person'. See details for more information. |
type must be one of
"tech"A table of technical information from the estimation of the model
"desc"A table of summary information about the data and the estimated parameters.
"na_item"A table of the number and proportion of missing data for each item.
"na_person"A table of the number and proportion of missing data for each person.
"item"A table of item statistics.
"person"A table of person statistics.