NIEHS / GeoTox

Open-source software for connecting spatiotemporal exposure to individual and population-level risk
https://niehs.github.io/GeoTox/
Other
3 stars 0 forks source link

dev-conc-resp vignette has NaN warnings #26

Closed kyle-messier closed 1 month ago

kyle-messier commented 8 months ago

2-parameter hill model fit standard error is showing a NaN warning.

Image

SkylarMarvel commented 1 month ago

Added suppressWarnings to fit_hill.R: sds <- suppressWarnings(sqrt(diag(solve(-fit$hessian))))