Create LaTeX Table from Model Fit
to_table.Rd
Converts a "RiskMap" model fit into an xtable
object, which can then be 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.
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.