
Last chance! 50% off unlimited learning
Sale ends in
din
.## S3 method for class 'din':
summary(object, top.n.skill.classes = 6, overwrite = FALSE, \dots)
din
, obtained
from a call to the function din
.log.file
.
If the log.file
exists and overwrite
is
FALSE
, the user is asked to confirm the oobject
is of required type,
summary.din
returns a named list, of the class
summary.din
, consisting of the following seven components:top.n.skill.classes
most frequent skill classes and the corresponding class probability.object
.object
.din
for which the summary
was requested.summary.din
returns an object of the class
summary.din
(see print
method, print.summary.din
, is
provided. Specific summary information details such as
individual item parameters and their discrimination indices
can be accessed through assignment (see plot.din
, the S3 method for plotting objects of
the class din
; print.din
, the S3 method
for printing 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
; 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")
## corresponding summaries, including diagnostic accuracies,
## most frequent skill classes and information
## criteria AIC and BIC
summary(fractions.dina)
## In particular, accessing detailed summary through assignment
detailed.summary.fs <- summary(fractions.dina)
str(detailed.summary.fs)
Run the code above in your browser using DataLab