xtable.spdur {spduration} | R Documentation |
Create export table for a split-duration model
Description
xtable
-like function for class “spdur
”.
Usage
## S3 method for class 'spdur'
xtable(x, ...)
Arguments
x |
An object with class |
... |
Further arguments passed to |
Details
Format a split-duration model for export to Latex or html.
Value
An object with class xtable
.
See Also
xtable
, or as.data.frame.spdur
for a
simpler alternative that will convert a spdur
object to a data frame
containing model parameter estimates.
For print formatting, see print.xtable
.
Examples
library(xtable)
data(model.coups)
xtable(model.coups)
print(xtable(model.coups), include.rownames=FALSE)
[Package spduration version 0.17.2 Index]