to_table: Create LaTeX Table from Model Fit

View source: R/auxiliary.R

to_tableR 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:

  • Regression coefficients with their estimates, confidence intervals, and p-values.

  • Spatial process parameters.

  • Random effects variances.

  • Measurement error variance, if applicable.

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


RiskMap documentation built on June 25, 2024, 5:08 p.m.