Learn R Programming

fido (version 1.0.4)

print.pibblefit: Print dimensions and coordinate system information for pibblefit object.

Description

Print dimensions and coordinate system information for pibblefit object.

Usage

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

Value

No direct return, prints out summary

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

Run this code
sim <- pibble_sim()
fit <- pibble(sim$Y, sim$X)
print(fit)

Run the code above in your browser using DataLab