EnvStats icon indicating copy to clipboard operation
EnvStats copied to clipboard

EnvStats — Package for Environmental Statistics, Including US EPA Guidance. Homepage: http://www.probstatinfo.com

Results 7 EnvStats issues
Sort by recently updated
recently updated
newest added

I have this data. It works with `elnormAltCensored()` but produces an error with `egammaAltCensored()`. ``` # test values vals

Need to add information and examples to help file for `enpar `RE using the bootstrap to produce confidence intervals.

Hello Alex, Justin, and everyone else who is maintaining EnvStats, the package that I originally authored. I am so grateful for all of your work! I am pretty much retired...

The standard error (SE) of the mean clculated using the enparCensored() function seems to be giving low values when the smallest left-censored value is less than or equal to the...

Starting with Version 2.4.0, the code for `qnormMix `changed and it no longer correctly handles cases where `p=0`, `p=1`, other values of `p`, and when there are missing values in...

From the vignette of NADA2: Line 535-541 ``` data(Example1, package = "NADA2") enparCensored(Example1$Arsenic, Example1$NDisTRUE, ci=TRUE, ci.method="bootstrap", ci.type="upper", n.bootstraps=5000) ``` Error in r - m[-1] : non-numeric argument to binary operator

Hi. I was calculating a KM mean and standard deviation using enparCensored and then compared the results to ProUCL 5.2 and got different results. I also tried reproducing the KM...