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