Print dimensions and coordinate system information for pibblefit object.
# S3 method for pibblefit
print(x, summary = FALSE, ...)
No direct return, prints out summary
an object of class pibblefit
if true also calculates and prints summary
other arguments to pass to summary function
summary.pibblefit
summarizes posterior intervals
sim <- pibble_sim()
fit <- pibble(sim$Y, sim$X)
print(fit)
Run the code above in your browser using DataLab