R/nobs.diffIRT.r

Defines functions nobs.diffIRT

nobs.diffIRT = function(object, ...){
   nobs = object$N
   class(nobs) = "nobs"
   nobs
  }

Try the diffIRT package in your browser

Any scripts or data that you put into this service are public.

diffIRT documentation built on May 2, 2019, 4:51 a.m.