new_msdf() creates a multiple scaled data frame
(msdf).
is.msdf() tests if an object is a multiple scaled data
frame.
new_msdf(x = list(), method, mrit_min, negative_too, sclvals = NULL, df)is.msdf(x)
either a multiple scaled data frame (new_msdf()) or an
arbitrary object to test (is_msdf()).
the method used to produce the multiple scaled data frame
(either disjoint() or overlap()).
a numeric constant of length one to specify the marginal corrected item-total correlation. Its value is in the range of 0-1.
a logical constant indicating whether reversed items are
included in the analysis. The default is set to FALSE.
a numeric vector of length two indicating the start- and endpoint of a scale.
the data frame to analyze.
new_msdf() returns a list of data frames with a few
attributes that partially summarize the scaling process.
is.msdf() returns a logical vector of length one. TRUE
indicates that the object is of type msdf.
Objects of type `msdf` are for internal use only.