View source: R/fidofit_methods.R
print.pibblefit | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.