OscatsModelPc

OscatsModelPc — Generalized Partial Credit Model

Synopsis

struct              OscatsModelPc;

Object Hierarchy

  GObject
   +----OscatsModel
         +----OscatsModelPc

Properties

  "Ncat"                     guint                 : Read / Write / Construct Only

Description

Details

struct OscatsModelPc

struct OscatsModelPc;

The Partial Credit Model is the Rasch case of the Generalized Partial Credit Model (OscatsModelGpc): P(X=k|theta) = f_k(theta)/[1+sum_j f_j(theta)], where f_j(theta) = sum_i theta_i - b_j + sum_l d_l covariate_l, b_j is the scaled option difficulty, and f_0(theta) = 0. Responses are numbered 0, 1, ..., Ncat-1. Note that all options share the same parameters for the covariates. No distance metric is currently provided, but see Ali (2011) for possibilities.

Parameter names: Diff.k

References:

R. J. de Ayala (2009). The Theory and Practice of Item Response Theory. p 166.

Henk Kelderman (1996). "Multidimensional Rasch Models for Partial-Credit Scoring." Applied Psychological Measurement, 20, 155-168.

G. N. Masters (1982). "A Rasch model for partial credit scoring." Psychometrika, 47, 149-174.

Usama Ali (2011). Item Selection Methods in Polytomous Computerized Adaptive Testing. Dissertation, University of Illinois.

Property Details

The "Ncat" property

  "Ncat"                     guint                 : Read / Write / Construct Only

The number of response categories in the IRT model, numered 0, 1, ..., Ncat-1. The default number of categories is 3, which is also the minimum.

Allowed values: >= 3

Default value: 3