Learn R Programming

spduration (version 0.17.2)

xtable.spdur: Create export table for a split-duration model

Description

xtable-like function for class ``spdur''.

Usage

# S3 method for spdur
xtable(x, ...)

Value

An object with class xtable.

Arguments

x

An object with class spdur.

...

Further arguments passed to xtable.

Details

Format a split-duration model for export to Latex or html.

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

Run this code
library(xtable)
data(model.coups)
xtable(model.coups)
print(xtable(model.coups), include.rownames=FALSE)

Run the code above in your browser using DataLab