print.pibblefit {fido} | R Documentation |
Print dimensions and coordinate system information for pibblefit object.
## S3 method for class 'pibblefit'
print(x, summary = FALSE, ...)
x |
an object of class pibblefit |
summary |
if true also calculates and prints summary |
... |
other arguments to pass to summary function |
No direct return, prints out summary
summary.pibblefit
summarizes posterior intervals
sim <- pibble_sim()
fit <- pibble(sim$Y, sim$X)
print(fit)