Learn R Programming

projoint (version 1.0.6)

summary.projoint_data: Summary for projoint_data

Description

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.

Usage

# S3 method for projoint_data
summary(object, ...)

Value

No return value, called for its side effect of printing a summary of the

projoint_data object to the console.

Arguments

object

A projoint_data object.

...

Additional arguments (currently unused).

Examples

Run this code
# \donttest{
data(exampleData1)
dat <- reshape_projoint(
  exampleData1,
  .outcomes = c("choice1", "choice2")
)
summary(dat)
# }

Run the code above in your browser using DataLab