statdivlab / corncob

Count Regression for Correlated Observations with the Beta-binomial
102 stars 22 forks source link

`differentialTest` is way to verbose by default now #134

Open cdiener opened 2 years ago

cdiener commented 2 years ago

After merging #125 differentialTest will now print every single fitted model independent of the verbosity setting which clogs up the console and will make the function much slower due to the massive output. It would be great if that could be controlled with the verbosity parameter.