Skip to contents

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.

Value

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

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.

See also

Author

Emanuele Giorgi e.giorgi@lancaster.ac.uk

Claudio Fronterre c.fronterr@lancaster.ac.uk