inst/itemModelExplorer/global.R

for (px in 1:sys.nframe()) {
  if (exists("itemModelExplorer.default", envir=parent.frame(px))) {
    itemModelExplorer.default <-
      get("itemModelExplorer.default", envir=parent.frame(px))
    break
  }
}

if (!exists("itemModelExplorer.default")) {
  itemModelExplorer.default <-
    list(scaleValue = 1,
         thresholds = c(.8, 1.6),
         discrimination = 1.749)
}

Try the pcFactorStan package in your browser

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

pcFactorStan documentation built on Sept. 14, 2023, 1:09 a.m.