cv19_poisson_simple {CleaningValidation} | R Documentation |
Poisson Fixed Effect Model Summary
Description
Fits a simple Poisson model to the data and returns a data frame containing the model's term, estimate, standard error, z value, and p-value, formatted to a fixed number of decimal places.
Usage
cv19_poisson_simple(data, residue_col)
Arguments
data |
A data frame containing the data set for analysis. |
residue_col |
The name of the column representing residue data. |
Value
A data frame with the formatted summary of the Poisson regression model.
Author(s)
Chan, Mohamed, Lou, Wendy, Yang, Xiande [xiande.yang at gmail.com]
Examples
# Assuming 'Eq_Mic' is a data frame and 'Mic' is the residue column of interest.
cv19_poisson_simple(data = Eq_Mic, residue_col = "Mic")
[Package CleaningValidation version 1.0 Index]