File: plotGOF.R

package info (click to toggle)
r-cran-erm 1.0-6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,952 kB
  • sloc: f90: 401; ansic: 103; makefile: 8
file content (19 lines) | stat: -rwxr-xr-x 678 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
`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")