xtable.spdur | R Documentation |
xtable
-like function for class “spdur
”.
## S3 method for class 'spdur'
xtable(x, ...)
x |
An object with class |
... |
Further arguments passed to |
Format a split-duration model for export to Latex or html.
An object with class xtable
.
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
.
library(xtable)
data(model.coups)
xtable(model.coups)
print(xtable(model.coups), include.rownames=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.