to_table {RiskMap}R Documentation

Create LaTeX Table from Model Fit

Description

Converts a "RiskMap" model fit into an xtable object, which can then be printed as a LaTeX or HTML table.

Usage

to_table(object, ...)

Arguments

object

An object of class "RiskMap" obtained as a result of a call to glgpm.

...

Additional arguments to be passed to xtable.

Details

This function takes a fitted "RiskMap" model and converts it into an xtable object. The resulting table includes:

The xtable object can be customized further using additional arguments and then printed as a LaTeX or HTML table.

Value

An object of class "xtable" which inherits the data.frame class and contains several additional attributes specifying the table formatting options.

Author(s)

Emanuele Giorgi e.giorgi@lancaster.ac.uk

Claudio Fronterre c.fronterr@lancaster.ac.uk

See Also

glgpm, xtable


[Package RiskMap version 0.1.0 Index]