print.rtsFit {rts2} | R Documentation |
Prints an rtsFit fit output
Description
Print method for class "rtsFit
"
Usage
## S3 method for class 'rtsFit'
print(x, ...)
Arguments
x |
an object of class " |
... |
Further arguments passed from other methods |
Details
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.
Value
No return value, called for side effects.
[Package rts2 version 0.7.5 Index]