Print dimensions and coordinate system information for pibblefit object.

# S3 method for pibblefit
print(x, summary = FALSE, ...)

Arguments

x

an object of class pibblefit

summary

if true also calculates and prints summary

...

other arguments to pass to summary function

See also

summary.pibblefit summarizes posterior intervals

Examples

if (FALSE) { fit <- pibble(Y, X) print(fit) }