powered by
Custom print method for objects of class projoint_data.
projoint_data
# S3 method for projoint_data print(x, ...)
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") ) print(dat) # }
Run the code above in your browser using DataLab