View source: R/print.summaryTauFit.R
print.summaryTauFit | R Documentation |
user-friendly format to present the inference results obtained from summary.tauFit
.
## S3 method for class 'summaryTauFit'
print(x, ...)
x |
an object of class "summaryTauFit" |
... |
additional arguments passed to underlying |
None
fit <- tau.fit(data = pbc)
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.