Methods for inspecting fitted objects of class "cosmic_fit".
print() shows a compact posterior summary for the main model parameters,
while summary() returns the full summary matrix from the underlying
CmdStan fit object.
# S3 method for cosmic_fit
print(x, ...)# S3 method for cosmic_fit
summary(object, ...)
print.cosmic_fit() returns x invisibly.
summary.cosmic_fit() returns the summary matrix produced by the
underlying fit summary method.
A fitted object of class "cosmic_fit".
Additional arguments passed to the underlying method.
A fitted object of class "cosmic_fit".