From c84d7b5c8528c5c74dd622f8968f851f23013974 Mon Sep 17 00:00:00 2001 From: SkylarMarvel <57526164+SkylarMarvel@users.noreply.github.com> Date: Fri, 5 Jan 2024 20:53:03 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Spatiote?= =?UTF-8?q?mporal-Exposures-and-Toxicology/GeoToxPackage@bbe41d57cd991cfe5?= =?UTF-8?q?8e8af2f1ce6ecf18f72b6b5=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authors.html | 4 ++-- pkgdown.yml | 2 +- reference/extract_hill_params.html | 12 ++++++------ reference/simulate_age.html | 2 +- reference/simulate_exposure.html | 20 ++++++++++---------- reference/simulate_inhalation_rate.html | 2 +- search.json | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/authors.html b/authors.html index b174d8b..e6ae599 100644 --- a/authors.html +++ b/authors.html @@ -62,14 +62,14 @@

Authors

Citation

-

Marvel S, Reif D, Messier K (2023). +

Marvel S, Reif D, Messier K (2024). GeoToxPackage: What the Package Does (One Line, Title Case). R package version 0.0.0.9000, https://spatiotemporal-exposures-and-toxicology.github.io/GeoToxPackage/.

@Manual{,
   title = {GeoToxPackage: What the Package Does (One Line, Title Case)},
   author = {Skylar Marvel and David Reif and Kyle Messier},
-  year = {2023},
+  year = {2024},
   note = {R package version 0.0.0.9000},
   url = {https://spatiotemporal-exposures-and-toxicology.github.io/GeoToxPackage/},
 }
diff --git a/pkgdown.yml b/pkgdown.yml index dc3e04b..9525c47 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: dev-conc-resp: dev-conc-resp.html dev-sensitivity: dev-sensitivity.html -last_built: 2023-12-27T14:44Z +last_built: 2024-01-05T20:52Z urls: reference: https://spatiotemporal-exposures-and-toxicology.github.io/GeoToxPackage/reference article: https://spatiotemporal-exposures-and-toxicology.github.io/GeoToxPackage/articles diff --git a/reference/extract_hill_params.html b/reference/extract_hill_params.html index 8e3b2e0..5612a2d 100644 --- a/reference/extract_hill_params.html +++ b/reference/extract_hill_params.html @@ -74,19 +74,19 @@

Examplesfit <- fit_hill(df$logc, df$resp) extract_hill_params(list(fit)) #> tp tp.sd logAC50 logAC50.sd logc_min logc_max resp_min resp_max -#> 1 2.519977 0.7048287 -1.687133 0.9313 -3 3 -1.769662 5.798992 +#> 1 3.014125 0.7428725 -1.421545 0.7404465 -3 3 -2.473983 6.242158 #> AIC tp.sd.imputed logAC50.sd.imputed -#> 1 101.1775 FALSE FALSE +#> 1 107.5538 FALSE FALSE df_list <- list(df, df) fits <- lapply(df_list, function(df) {fit_hill(df$logc, df$resp)}) extract_hill_params(fits) #> tp tp.sd logAC50 logAC50.sd logc_min logc_max resp_min resp_max -#> 1 2.519977 0.7048287 -1.687133 0.9313 -3 3 -1.769662 5.798992 -#> 2 2.519977 0.7048287 -1.687133 0.9313 -3 3 -1.769662 5.798992 +#> 1 3.014125 0.7428725 -1.421545 0.7404465 -3 3 -2.473983 6.242158 +#> 2 3.014125 0.7428725 -1.421545 0.7404465 -3 3 -2.473983 6.242158 #> AIC tp.sd.imputed logAC50.sd.imputed -#> 1 101.1775 FALSE FALSE -#> 2 101.1775 FALSE FALSE +#> 1 107.5538 FALSE FALSE +#> 2 107.5538 FALSE FALSE

x <- data.frame(AGEGRP = 0:18, TOT_POP = c(sum(1:18), 1:18))
 simulate_age(x, 10)
-#>  [1] 79 89 71 71 43 84 60 25 87 62
+#>  [1] 66 21 38 16 89 27 22 84 70 85