Learn R Programming

ItemResponseTrees (version 0.2.5)

extract_mirt_output-deprecated: Retrieve estimates from mirt.

Description

This function takes the output from irtree_fit_mirt() and returns the parameter estimates in a convenient way.

Usage

extract_mirt_output(results = NULL, object = NULL, method = "MAP",
  class = NULL, ...)

Arguments

results

An object of class SingleGroupClass-class as returned from irtree_fit_mirt().

object

A description of the user-specified model. See irtree_model for more information.

method

Passed to mirt::fscores().

class

String specifying which class of model was fit.

...

Passed to mirt::fscores().

Value

A list of parameter estimates and model fit information.

See Also

ItemResponseTrees-deprecated