Print ctStanFit summaries
# S3 method for summary.ctStanFit
print(
x,
width = getOption("width"),
sections = names(x),
row.names = TRUE,
...
)Invisibly returns x.
Object returned by summary.ctStanFit.
Console width to use for wrapping note text and formatting tables.
Optional character vector of summary sections to print.
Logical. Print row names for data frame sections?
Additional arguments passed to print for individual sections.