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 May 31, 2023, 5:33 p.m.