powered by
compitem
This function creates a compitem object from a data.frame or matrix of observations from an item to be deemed a control, or a recovered, item.
data.frame
matrix
two.level.comparison.items(data, data.columns)
an object of class compitem
This function is deprecated and will eventually be replaced by makeCompItem().
makeCompItem()
a matrix or data.frame of observed properties from either the control item, or the recovered item
vector of integers giving which columns in data are the observations of the properties
data
# load Greg Zadora's glass data data(glass) # calculate a compitem object representing the control item control = two.level.comparison.items(glass[1:6,], c(7,8,9))
Run the code above in your browser using DataLab