powered by
xtable-like function for class ``spdur''.
xtable
spdur
# S3 method for spdur xtable(x, ...)
An object with class xtable.
An object with class spdur.
Further arguments passed to xtable.
Format a split-duration model for export to Latex or html.
xtable, or as.data.frame.spdur for a simpler alternative that will convert a spdur object to a data frame containing model parameter estimates.
as.data.frame.spdur
For print formatting, see print.xtable.
print.xtable
library(xtable) data(model.coups) xtable(model.coups) print(xtable(model.coups), include.rownames=FALSE)
Run the code above in your browser using DataLab