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

View source: R/xtable.spdur.R

xtable.spdurR 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 spdur.

...

Further arguments passed to xtable.

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)


andybega/spduration documentation built on Feb. 9, 2024, 8:23 p.m.