simplify_inlamemi_model_summary {inlamemi} | R Documentation |
Simplify the "raw" model summary for printing and plotting
Description
Simplify the "raw" model summary for printing and plotting
Usage
simplify_inlamemi_model_summary(inlamemi_model)
Arguments
inlamemi_model |
the model returned from the fit_inlamemi function. |
Value
A list of four data frames, containing the summaries for different components of the model. These are the coefficients of the model of interest, the coefficient of the variable with error, the coefficients of the imputation model, and the hyperparameters.
[Package inlamemi version 1.0.0 Index]