cv13_poisson_test {CleaningValidation} | R Documentation |
Poisson Goodness-of-Fit Test
Description
Conducts a goodness-of-fit test to evaluate if the Mic data follows a Poisson distribution.
Usage
cv13_poisson_test(data, residue_col)
Arguments
data |
A dataframe containing the observed data. |
residue_col |
A string specifying the column in 'data' to be tested. |
Value
A dataframe object representing the chi-squared statistic and the p-value from the goodness-of-fit test.
Author(s)
Chan, Mohamed, Lou, Wendy, Yang, Xiande [xiande.yang at gmail.com]
Examples
# Assuming Eq_Mic is your dataframe and Mic is the column to be tested
cv13_poisson_test(data=Eq_Mic, residue_col="Mic")
[Package CleaningValidation version 1.0 Index]