powered by
projoint_data
Custom summary method for objects of class projoint_data. Prints a brief overview of the main data and attribute-level labels contained in the object.
# S3 method for projoint_data summary(object, ...)
No return value, called for its side effect of printing a summary of the
projoint_data object to the console.
A projoint_data object.
Additional arguments (currently unused).
# \donttest{ data(exampleData1) dat <- reshape_projoint( exampleData1, .outcomes = c("choice1", "choice2") ) summary(dat) # }
Run the code above in your browser using DataLab