View source: R/fidofit_methods.R
print.orthusfit | R Documentation |
Print dimensions and coordinate system information for orthusfit object.
## S3 method for class 'orthusfit'
print(x, summary = FALSE, ...)
x |
an object of class orthusfit |
summary |
if true also calculates and prints summary |
... |
other arguments to pass to summary function |
No direct return, prints out summary
summary.orthusfit
summarizes posterior intervals
sim <- orthus_sim()
fit <- orthus(sim$Y, sim$Z, sim$X)
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.