print.pibblefit {fido} | R Documentation |
Print dimensions and coordinate system information for pibblefit object.
Description
Print dimensions and coordinate system information for pibblefit object.
Usage
## S3 method for class '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 |
Value
No direct return, prints out summary
See Also
summary.pibblefit
summarizes posterior intervals
Examples
sim <- pibble_sim()
fit <- pibble(sim$Y, sim$X)
print(fit)
[Package fido version 1.1.1 Index]