View source: R/summary.projoint_data.R
| summary.projoint_data | R Documentation |
projoint_dataCustom 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 class 'projoint_data'
summary(object, ...)
object |
A |
... |
Additional arguments (currently unused). |
No return value, called for its side effect of printing a summary of the
projoint_data object to the console.
data(exampleData1)
dat <- reshape_projoint(
exampleData1,
.outcomes = c("choice1", "choice2")
)
summary(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.