View source: R/print_mcmlrts.R
print.rtsFit | R Documentation |
Print method for class "rtsFit
"
## S3 method for class 'rtsFit'
print(x, ...)
x |
an object of class " |
... |
Further arguments passed from other methods |
print.rtsFit
tries to replicate the output of other regression functions, such
as lm
and lmer
reporting parameters, standard errors, and z- and p- statistics for maximum
likelihood esitmates, or posterior means, standard deviations and credible intervals for
Bayesian models.
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.