R/double-entry.R

####  class for decoupled grids ####

setClass(
  "doubleEntry",
  representation(
    meta = "list",
    scale = "list",
    coupled = "logical",
    elements = "list",
    constructs = "list",
    elicitation = "list",
    ratings = "array",
    calcs = "list",
    plotdata = "data.frame"
  )
)

Try the OpenRepGrid package in your browser

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

OpenRepGrid documentation built on Sept. 11, 2024, 7:16 p.m.