
din
.## S3 method for class 'din':
print(x, highest=0.05, \dots)
din
, obtained from a
call to the function din
.highest
x
is of required type, print.din
prints the itemwise guessing and slipping values with standard errors,
as well as the skill probabilities. It invisibly returns x
.print
method prints the main results obtained from
a DINA or DINO model, which are the itemwise guessing and
slipping values with standard errors, as well as the skill
probabilities.plot.din
, the S3 method for plotting objects of
the class din
; summary.din
, the S3
method for summarizing objects of the class din
, which
creates objects of the class summary.din
;
print.summary.din
, the S3 method for printing
objects of the class summary.din
; din
,
the main function for DINA and DINO parameter estimation,
which creates objects of the class din
. See also
CDM-package
for general information about this package.##
## (1) examples based on dataset fractions.subtraction.data
##
## Parameter estimation of DINA model
# rule = "DINA" is default
fractions.dina <- din(data = fraction.subtraction.data,
q.matrix = fraction.subtraction.qmatrix, rule = "DINA")
str(fractions.dina)
Run the code above in your browser using DataLab