R/plotGOF.R

Defines functions `plotGOF`

`plotGOF` <- function(x,
                      beta.subset = "all",
                      main = "Graphical Model Check",
                      xlab,
                      ylab,
                      tlab = "item",
                      xlim,
                      ylim,
                      type = "p",
                      pos = 4,
                      conf = NULL,
                      ctrline = NULL,
                      smooline = NULL,
                      asp = 1,
                      x_axis = TRUE,
                      y_axis = TRUE,
                      set_par = TRUE,
                      reset_par = TRUE,
                      ...) UseMethod("plotGOF")

Try the eRm package in your browser

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

eRm documentation built on Sept. 28, 2023, 9:07 a.m.