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 |
... |
Additional arguments to be passed to |
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