R/qvcalc.itempar.R

Defines functions qvcalc.itempar

Documented in qvcalc.itempar

qvcalc.itempar <- function(object, ...){
  if (!(attr(object, "alias"))) stop(
                  "the itempar object was not built with 'alias = TRUE'")
  vc <- vcov(object)
  if (any(is.na(vc))) stop("the itempar object was not built with 'vcov = TRUE'")
  qvcalc.default(vc, estimates = object)
}

Try the qvcalc package in your browser

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

qvcalc documentation built on May 31, 2023, 9:03 p.m.