powered by
Basic functions for item attribute objects
# S4 method for item_attrib,numeric [(x, i, j, ..., drop = TRUE)# S4 method for item_attrib dim(x)# S4 method for item_attrib colnames(x)# S4 method for item_attrib rownames(x)# S4 method for item_attrib names(x)# S4 method for item_attrib as.data.frame(x, row.names = NULL, optional = FALSE, ...)
# S4 method for item_attrib dim(x)
# S4 method for item_attrib colnames(x)
# S4 method for item_attrib rownames(x)
# S4 method for item_attrib names(x)
# S4 method for item_attrib as.data.frame(x, row.names = NULL, optional = FALSE, ...)
an item_attrib object.
item_attrib
indices to use in subsetting.
not used, exists for compatibility.
x <- itemattrib_science x[1:10] dim(x) ncol(x) nrow(x) colnames(x) rownames(x) names(x) as.data.frame(x)
Run the code above in your browser using DataLab