Closed pwildenhain closed 5 years ago
Would a potential solution be to use the log-gamma function for large sample sizes? See for example this thread.
Thanks, I'll look into it.
Fixed on GitHub. Please test and report.
Works perfect, thanks! Thanks for fixing this so quickly, I should've replied as quickly!
When I try to create an xbar chart, with a large N size, the control limits disappear from my chart
Here's the reproduced example from the vignette
However, when I scale up the data set, some of my control limits disappear
I get this warning message:
In c4(n) : value out of range in 'gammafn'
. When I tested thec4()
function, I saw that error message specifically occurs when n > 343Can you help me understand why this is happening?