From f8a3dd25f6766805e2d8a1f386caa284c939272c Mon Sep 17 00:00:00 2001 From: richardli Date: Sun, 29 Sep 2024 17:57:07 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20richardl?= =?UTF-8?q?i/SUMMER@8df192aeddd0f5b1dc94a416cbb32c470208b33c=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 2 +- articles/index.html | 2 +- articles/web_only/small-area-estimation.html | 16 +++++++------- articles/web_only/u5mr-dhs-vignette.html | 16 +++++++------- articles/web_only/u5mr-vignette.html | 22 ++++++++++---------- authors.html | 2 +- index.html | 2 +- news/index.html | 2 +- pkgdown.js | 8 +++++++ pkgdown.yml | 4 ++-- reference/BRFSS.html | 2 +- reference/Benchmark.html | 2 +- reference/ChangeRegion.html | 2 +- reference/DemoData.html | 2 +- reference/DemoData2.html | 2 +- reference/DemoMap.html | 2 +- reference/DemoMap2.html | 2 +- reference/KenData.html | 2 +- reference/KingCounty.html | 2 +- reference/MalawiData.html | 2 +- reference/MalawiMap.html | 2 +- reference/SUMMER-package.html | 2 +- reference/aggPixelPreds.html | 2 +- reference/aggPop.html | 2 +- reference/aggregateSurvey.html | 2 +- reference/calibrateByRegion.html | 2 +- reference/compareEstimates.html | 2 +- reference/expit.html | 2 +- reference/getAdjusted.html | 2 +- reference/getAmat.html | 2 +- reference/getAreaName.html | 2 +- reference/getBirths.html | 2 +- reference/getCounts.html | 2 +- reference/getDiag.html | 2 +- reference/getDirect.html | 2 +- reference/getDirectList.html | 2 +- reference/getSmoothed.html | 2 +- reference/hatchPlot.html | 2 +- reference/iid.new.html | 2 +- reference/iid.new.pc.html | 2 +- reference/index.html | 2 +- reference/kenyaPopulationData.html | 2 +- reference/logit.html | 2 +- reference/logitNormMean.html | 2 +- reference/makePopIntegrationTab.html | 2 +- reference/mapEstimates.html | 2 +- reference/mapPlot.html | 2 +- reference/mapPoints.html | 2 +- reference/plot.SUMMERproj.html | 2 +- reference/poppRegionFromPopMat.html | 2 +- reference/print.SUMMERmodel.html | 2 +- reference/print.SUMMERmodel.svy.html | 2 +- reference/print.SUMMERprojlist.html | 2 +- reference/projKenya.html | 2 +- reference/ridgePlot.html | 2 +- reference/rst.html | 2 +- reference/rw.new.html | 2 +- reference/rw.new.pc.html | 2 +- reference/setThresholdsByRegion.html | 2 +- reference/simPop.html | 2 +- reference/simPopInternal.html | 2 +- reference/simSPDE.html | 2 +- reference/simhyper.html | 2 +- reference/smoothArea.html | 2 +- reference/smoothCluster.html | 2 +- reference/smoothDirect.html | 2 +- reference/smoothSurvey.html | 2 +- reference/smoothUnit.html | 2 +- reference/st.new.html | 2 +- reference/st.new.pc.html | 2 +- reference/summary.SUMMERmodel.html | 2 +- reference/summary.SUMMERmodel.svy.html | 2 +- reference/summary.SUMMERprojlist.html | 2 +- reference/tcpPlot.html | 2 +- 74 files changed, 106 insertions(+), 98 deletions(-) diff --git a/404.html b/404.html index 2126c4a..b6925c3 100644 --- a/404.html +++ b/404.html @@ -69,7 +69,7 @@

Page not found (404)

diff --git a/articles/index.html b/articles/index.html index 9f27d0d..5569143 100644 --- a/articles/index.html +++ b/articles/index.html @@ -56,7 +56,7 @@

All vignettes

diff --git a/articles/web_only/small-area-estimation.html b/articles/web_only/small-area-estimation.html index 429bcbd..bb64b2f 100644 --- a/articles/web_only/small-area-estimation.html +++ b/articles/web_only/small-area-estimation.html @@ -227,7 +227,7 @@

Basic area level modelsd.DIR <- sd(sae.DIR$Direct) qqnorm((sae.DIR$Direct - mu.DIR) / sd.DIR, main = "") abline(0, 1, col = "red") -

+

Area level modeling with sae @@ -361,7 +361,7 @@

Area level modeling with SUMMER ylim=c(min(sae.DIR$SD^2, sae.FH$mse),max(sae.DIR$SD^2, sae.FH$mse)), main = "Estimates of uncertainty") abline(0,1,col="red")

-

+

Now compare EBLUP and HB, using posterior variance from SUMMER and estimated MSE from sae to measure uncertainty:

@@ -377,7 +377,7 @@

Area level modeling with SUMMER ylab = "SUMMER package model variance", main = "Estimates of mse/variance") abline(0,1,col="red") -

+

The SUMMER package includes functions to generate additional diagnostic plots based on samples from the model posterior. The compareEstimates() function generates a heatmap of the @@ -605,12 +605,12 @@

Results using SUMMER=variables[1:3], labels = names[1:3], by.data = "domain", by.geo = "HRA2010v2_", size = 0.1) -

+

 mapPlot(data = toplot, geo = KingCounty,
         variables=variables[4:6], labels = names[4:6],
         by.data = "domain", by.geo = "HRA2010v2_", size = 0.1)  
-

+

 par(mfrow = c(1, 2))
 range1 <- range(c(direct$diab2,toplot$median.alt))
@@ -635,7 +635,7 @@ 
Results using SUMMERlegend('topleft', pch = 16, col = c('red', 'cyan','blue'), legend = c("SUMMER var.", 'SUMMER var. (new prior)', "sae mse"),bty="n") abline(0,1)
-

+

@@ -796,7 +796,7 @@

Corn and Soy Production main = "Estimates of mse/variance", xlim=range2,ylim=range2) abline(0,1) -

+

Battese, George E, Rachel M Harter, and Wayne A Fuller. 1988. “An @@ -836,7 +836,7 @@

Corn and Soy Production diff --git a/articles/web_only/u5mr-dhs-vignette.html b/articles/web_only/u5mr-dhs-vignette.html index fdc1ed4..e1b4ceb 100644 --- a/articles/web_only/u5mr-dhs-vignette.html +++ b/articles/web_only/u5mr-dhs-vignette.html @@ -311,7 +311,7 @@

National estimates of U5MRg2 <- plot(out2, year_med = years.ref) + ggtitle("National yearly model") + ylim(c(0, 0.17)) g1 + g2

-

+

The national model also allows us to benchmark the estimates using other published national results. For example, we take the 2019 UN-IGME estimates and find the median under-5 mortality rates in each periods. @@ -354,7 +354,7 @@

National estimates of U5MR option.add = list(point = "mean"), label.add = "UN", color.add = "orange") + ggtitle("National yearly model: benchmarked") + ylim(c(0, 0.17)) g1 + g2

-

+

Subnational estimates of U5MR @@ -379,19 +379,19 @@

Subnational estimates of U5MRg1 <- plot(out3) + ggtitle("Subnational period model") + ylim(c(0, 0.3)) g2 <- plot(out4) + ggtitle("Subnational yearly model") + ylim(c(0, 0.3)) g1 + g2

-

+

We can also add back the direct estimates for comparison.

 plot(out4, data.add = direct, option.add = list(point = "mean", by = "survey")) +
     facet_wrap(~region, scales = "free")
-

+

We can show the estimates over time on maps. We revert the color scale so that higher mortality are represented by darker colors.

 mapPlot(data = subset(out4, is.yearly == FALSE), geo = geo, variables = "years",
     values = "median", by.data = "region", by.geo = "REGNAME", is.long = TRUE, ncol = 4,
     direction = -1, legend.label = "U5MR", per1000 = TRUE)
-

+

In order to also illustrate uncertainties of the estimates when presented on maps, we can use hatching to indicate the width of the 94% posterior credible intervals.

@@ -399,7 +399,7 @@

Subnational estimates of U5MRhatchPlot(data = subset(out4, is.yearly == FALSE), geo = geo, variables = "years", values = "median", by.data = "region", by.geo = "REGNAME", lower = "lower", upper = "upper", is.long = TRUE, direction = -1, legend.label = "U5MR", per1000 = TRUE, ncol = 4) -

+

@@ -436,7 +436,7 @@

Comparing different models } } plot(est.list, plot.CI = TRUE) + facet_grid(st.model ~ st.u)

-

+

@@ -449,7 +449,7 @@

Comparing different models diff --git a/articles/web_only/u5mr-vignette.html b/articles/web_only/u5mr-vignette.html index b1ba665..4dc971a 100644 --- a/articles/web_only/u5mr-vignette.html +++ b/articles/web_only/u5mr-vignette.html @@ -301,7 +301,7 @@

National estimates of U5MRg1 <- plot(out1) + ggtitle("National period model") g2 <- plot(out2) + ggtitle("National yearly model") g1 + g2 -

+

Subnational estimates of U5MR @@ -346,19 +346,19 @@

Subnational estimates of U5MRg1 <- plot(out3, is.yearly = FALSE) + ggtitle("Subnational period model") g2 <- plot(out4, is.yearly = TRUE) + ggtitle("Subnational yearly model") g1 + g2

-

+

We can also add back the direct estimates for comparison when plotting the smoothed estimates.

 plot(out4, is.yearly = TRUE, data.add = data_multi, option.add = list(point = "mean",
     by = "surveyYears")) + facet_wrap(~region, scales = "free")
-

+

Finally, we show the estimates over time on maps.

 mapPlot(data = subset(out4, is.yearly == F), geo = DemoMap$geo, variables = c("years"),
     values = c("median"), by.data = "region", by.geo = "NAME_final", is.long = TRUE,
     ncol = 4)
-

+

@@ -622,7 +622,7 @@

Aggregation across stratag1 <- plot(est.bb$stratified, plot.CI = TRUE) + facet_wrap(~strata) + ylim(0, 0.5) g2 <- plot(est.bb$overall, plot.CI = TRUE) + ylim(0, 0.5) + ggtitle("Aggregated estimates") g1 + g2

-

+

-

+

Next we show the posterior densities of the estimates, where each each panel correspond to one time period, and the regions are ordered by the posterior median of estimates in the last year (specified by the @@ -645,12 +645,12 @@

Visualizations
 ridgePlot(draws = est.bb, year_plot = periods.all,
                   ncol = 4, per1000 = TRUE, order = -1, direction = -1)
-

+

It can also be plotted for each region over time as well.

 ridgePlot(draws = est.bb, year_plot = periods.all,
                   ncol = 4, per1000 = TRUE, by.year = FALSE, direction = -1)
-

+

Benchmarking to external information

@@ -727,7 +727,7 @@

Benchmarking to external informati plot(est.bb$overall$variance, est.bb.bench$overall$variance, xlab = "Before benchmarking", ylab = "After benchmarking", main = "Posterior variance") abline(c(0, 1))

-

+

As an sanity check, we can compute the simple weighted average of the posterior median of all regions to form a set of rough national estimates. It can be seen that the benchmarked estimates are indeed @@ -754,7 +754,7 @@

Benchmarking to external informati abline(c(0, 1)) legend("topleft", c("Before benchmarking", "After benchmarking"), pch = c(1, 10), col = c(1, 2)) -

+

References

@@ -805,7 +805,7 @@

References -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/authors.html b/authors.html index 7cebb9f..0866520 100644 --- a/authors.html +++ b/authors.html @@ -110,7 +110,7 @@

Citation

diff --git a/index.html b/index.html index af0ea4d..ced3d26 100644 --- a/index.html +++ b/index.html @@ -164,7 +164,7 @@

Developers

diff --git a/news/index.html b/news/index.html index a6c7429..6cb9641 100644 --- a/news/index.html +++ b/news/index.html @@ -155,7 +155,7 @@

Versio diff --git a/pkgdown.js b/pkgdown.js index 9757bf9..1a99c65 100644 --- a/pkgdown.js +++ b/pkgdown.js @@ -152,3 +152,11 @@ async function searchFuse(query, callback) { }); }); })(window.jQuery || window.$) + +document.addEventListener('keydown', function(event) { + // Check if the pressed key is '/' + if (event.key === '/') { + event.preventDefault(); // Prevent any default action associated with the '/' key + document.getElementById('search-input').focus(); // Set focus to the search input + } +}); diff --git a/pkgdown.yml b/pkgdown.yml index 109c5bd..d987960 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,11 +1,11 @@ pandoc: 3.1.11 -pkgdown: 2.1.0 +pkgdown: 2.1.1 pkgdown_sha: ~ articles: articles/web_only/small-area-estimation: web_only/small-area-estimation.html articles/web_only/u5mr-dhs-vignette: web_only/u5mr-dhs-vignette.html articles/web_only/u5mr-vignette: web_only/u5mr-vignette.html -last_built: 2024-09-17T22:33Z +last_built: 2024-09-29T17:56Z urls: reference: https://richardli.github.io/SUMMER/reference article: https://richardli.github.io/SUMMER/articles diff --git a/reference/BRFSS.html b/reference/BRFSS.html index 7b8bdb6..8d8b4bf 100644 --- a/reference/BRFSS.html +++ b/reference/BRFSS.html @@ -66,7 +66,7 @@

References -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/Benchmark.html b/reference/Benchmark.html index 1cc94ae..60b1596 100644 --- a/reference/Benchmark.html +++ b/reference/Benchmark.html @@ -364,7 +364,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/ChangeRegion.html b/reference/ChangeRegion.html index 0b05fff..57941f5 100644 --- a/reference/ChangeRegion.html +++ b/reference/ChangeRegion.html @@ -111,7 +111,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/DemoData.html b/reference/DemoData.html index c11c890..a20e9fb 100644 --- a/reference/DemoData.html +++ b/reference/DemoData.html @@ -72,7 +72,7 @@

Source< diff --git a/reference/DemoData2.html b/reference/DemoData2.html index 593bf09..a0d20db 100644 --- a/reference/DemoData2.html +++ b/reference/DemoData2.html @@ -72,7 +72,7 @@

Source< diff --git a/reference/DemoMap.html b/reference/DemoMap.html index 5f096ab..c7b63f1 100644 --- a/reference/DemoMap.html +++ b/reference/DemoMap.html @@ -72,7 +72,7 @@

Details diff --git a/reference/DemoMap2.html b/reference/DemoMap2.html index 4877e37..78fa518 100644 --- a/reference/DemoMap2.html +++ b/reference/DemoMap2.html @@ -72,7 +72,7 @@

Details diff --git a/reference/KenData.html b/reference/KenData.html index 0d9847e..d584c73 100644 --- a/reference/KenData.html +++ b/reference/KenData.html @@ -74,7 +74,7 @@

References -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/KingCounty.html b/reference/KingCounty.html index 9faf767..771de32 100644 --- a/reference/KingCounty.html +++ b/reference/KingCounty.html @@ -62,7 +62,7 @@

Format< diff --git a/reference/MalawiData.html b/reference/MalawiData.html index 64cc45b..27a2d08 100644 --- a/reference/MalawiData.html +++ b/reference/MalawiData.html @@ -74,7 +74,7 @@

References -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/MalawiMap.html b/reference/MalawiMap.html index c2ffb71..b3e9c62 100644 --- a/reference/MalawiMap.html +++ b/reference/MalawiMap.html @@ -62,7 +62,7 @@

Format< diff --git a/reference/SUMMER-package.html b/reference/SUMMER-package.html index 99d1b21..b6d2cf7 100644 --- a/reference/SUMMER-package.html +++ b/reference/SUMMER-package.html @@ -58,7 +58,7 @@

Details diff --git a/reference/aggPixelPreds.html b/reference/aggPixelPreds.html index 707919e..3a9d2aa 100644 --- a/reference/aggPixelPreds.html +++ b/reference/aggPixelPreds.html @@ -107,7 +107,7 @@

Arguments -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/aggPop.html b/reference/aggPop.html index 37a3978..51cf350 100644 --- a/reference/aggPop.html +++ b/reference/aggPop.html @@ -238,7 +238,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/aggregateSurvey.html b/reference/aggregateSurvey.html index 556ba46..ad10157 100644 --- a/reference/aggregateSurvey.html +++ b/reference/aggregateSurvey.html @@ -104,7 +104,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/calibrateByRegion.html b/reference/calibrateByRegion.html index bfc426c..e0f2a26 100644 --- a/reference/calibrateByRegion.html +++ b/reference/calibrateByRegion.html @@ -105,7 +105,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/compareEstimates.html b/reference/compareEstimates.html index 7540640..1f2c646 100644 --- a/reference/compareEstimates.html +++ b/reference/compareEstimates.html @@ -105,7 +105,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/expit.html b/reference/expit.html index 381bf9d..a20b611 100644 --- a/reference/expit.html +++ b/reference/expit.html @@ -78,7 +78,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/getAdjusted.html b/reference/getAdjusted.html index 9dc4b10..a54eb63 100644 --- a/reference/getAdjusted.html +++ b/reference/getAdjusted.html @@ -176,7 +176,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/getAmat.html b/reference/getAmat.html index d50b920..1f8d6f0 100644 --- a/reference/getAmat.html +++ b/reference/getAmat.html @@ -88,7 +88,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/getAreaName.html b/reference/getAreaName.html index 4238c0c..e6ef4b8 100644 --- a/reference/getAreaName.html +++ b/reference/getAreaName.html @@ -143,7 +143,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/getBirths.html b/reference/getBirths.html index b823694..50b6d02 100644 --- a/reference/getBirths.html +++ b/reference/getBirths.html @@ -166,7 +166,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/getCounts.html b/reference/getCounts.html index fcd98e6..fd61e32 100644 --- a/reference/getCounts.html +++ b/reference/getCounts.html @@ -134,7 +134,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/getDiag.html b/reference/getDiag.html index fc8c705..45a0825 100644 --- a/reference/getDiag.html +++ b/reference/getDiag.html @@ -132,7 +132,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/getDirect.html b/reference/getDirect.html index 4caa513..a7c0703 100644 --- a/reference/getDirect.html +++ b/reference/getDirect.html @@ -146,7 +146,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/getDirectList.html b/reference/getDirectList.html index 4168d9c..2ba44dd 100644 --- a/reference/getDirectList.html +++ b/reference/getDirectList.html @@ -141,7 +141,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/getSmoothed.html b/reference/getSmoothed.html index e757b34..4ee811c 100644 --- a/reference/getSmoothed.html +++ b/reference/getSmoothed.html @@ -149,7 +149,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/hatchPlot.html b/reference/hatchPlot.html index 7802558..31fa444 100644 --- a/reference/hatchPlot.html +++ b/reference/hatchPlot.html @@ -205,7 +205,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/iid.new.html b/reference/iid.new.html index b86aa32..3384b5a 100644 --- a/reference/iid.new.html +++ b/reference/iid.new.html @@ -73,7 +73,7 @@

Arguments -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/iid.new.pc.html b/reference/iid.new.pc.html index 9dbcb27..348a906 100644 --- a/reference/iid.new.pc.html +++ b/reference/iid.new.pc.html @@ -73,7 +73,7 @@

Arguments -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/index.html b/reference/index.html index 5c8966d..952fe22 100644 --- a/reference/index.html +++ b/reference/index.html @@ -491,7 +491,7 @@

Other functions diff --git a/reference/kenyaPopulationData.html b/reference/kenyaPopulationData.html index 54e01bf..27f8ce0 100644 --- a/reference/kenyaPopulationData.html +++ b/reference/kenyaPopulationData.html @@ -90,7 +90,7 @@

References -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/logit.html b/reference/logit.html index 1004f66..a164bbf 100644 --- a/reference/logit.html +++ b/reference/logit.html @@ -78,7 +78,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/logitNormMean.html b/reference/logitNormMean.html index ad65e6f..9c6b252 100644 --- a/reference/logitNormMean.html +++ b/reference/logitNormMean.html @@ -112,7 +112,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/makePopIntegrationTab.html b/reference/makePopIntegrationTab.html index 7627459..d0c3beb 100644 --- a/reference/makePopIntegrationTab.html +++ b/reference/makePopIntegrationTab.html @@ -520,7 +520,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/mapEstimates.html b/reference/mapEstimates.html index 51ac39f..3683bf6 100644 --- a/reference/mapEstimates.html +++ b/reference/mapEstimates.html @@ -107,7 +107,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/mapPlot.html b/reference/mapPlot.html index 790af25..4fcd109 100644 --- a/reference/mapPlot.html +++ b/reference/mapPlot.html @@ -202,7 +202,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/mapPoints.html b/reference/mapPoints.html index 39ded12..b2a3c92 100644 --- a/reference/mapPoints.html +++ b/reference/mapPoints.html @@ -103,7 +103,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/plot.SUMMERproj.html b/reference/plot.SUMMERproj.html index 2714c22..f0429fb 100644 --- a/reference/plot.SUMMERproj.html +++ b/reference/plot.SUMMERproj.html @@ -185,7 +185,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/poppRegionFromPopMat.html b/reference/poppRegionFromPopMat.html index 32e0b9d..d4e39c3 100644 --- a/reference/poppRegionFromPopMat.html +++ b/reference/poppRegionFromPopMat.html @@ -190,7 +190,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/print.SUMMERmodel.html b/reference/print.SUMMERmodel.html index a494d55..b6a9e35 100644 --- a/reference/print.SUMMERmodel.html +++ b/reference/print.SUMMERmodel.html @@ -127,7 +127,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/print.SUMMERmodel.svy.html b/reference/print.SUMMERmodel.svy.html index d6e393c..1c9f415 100644 --- a/reference/print.SUMMERmodel.svy.html +++ b/reference/print.SUMMERmodel.svy.html @@ -93,7 +93,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/print.SUMMERprojlist.html b/reference/print.SUMMERprojlist.html index 1b25fa3..fc034cf 100644 --- a/reference/print.SUMMERprojlist.html +++ b/reference/print.SUMMERprojlist.html @@ -109,7 +109,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/projKenya.html b/reference/projKenya.html index 1c8b09a..fa95d5f 100644 --- a/reference/projKenya.html +++ b/reference/projKenya.html @@ -117,7 +117,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/ridgePlot.html b/reference/ridgePlot.html index 08c57ab..db4d6e0 100644 --- a/reference/ridgePlot.html +++ b/reference/ridgePlot.html @@ -242,7 +242,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/rst.html b/reference/rst.html index 1ca55fb..e6be620 100644 --- a/reference/rst.html +++ b/reference/rst.html @@ -154,7 +154,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/rw.new.html b/reference/rw.new.html index 4570a1b..f8d0ee7 100644 --- a/reference/rw.new.html +++ b/reference/rw.new.html @@ -73,7 +73,7 @@

Arguments -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/rw.new.pc.html b/reference/rw.new.pc.html index 94a5baa..0621fb7 100644 --- a/reference/rw.new.pc.html +++ b/reference/rw.new.pc.html @@ -73,7 +73,7 @@

Arguments -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/setThresholdsByRegion.html b/reference/setThresholdsByRegion.html index 0c2e8ac..476c353 100644 --- a/reference/setThresholdsByRegion.html +++ b/reference/setThresholdsByRegion.html @@ -190,7 +190,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/simPop.html b/reference/simPop.html index 709b22d..220a91e 100644 --- a/reference/simPop.html +++ b/reference/simPop.html @@ -581,7 +581,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/simPopInternal.html b/reference/simPopInternal.html index 6e2fe93..2beec59 100644 --- a/reference/simPopInternal.html +++ b/reference/simPopInternal.html @@ -329,7 +329,7 @@

Functions -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/simSPDE.html b/reference/simSPDE.html index 26ed49a..6b16083 100644 --- a/reference/simSPDE.html +++ b/reference/simSPDE.html @@ -118,7 +118,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/simhyper.html b/reference/simhyper.html index a90a037..68c8493 100644 --- a/reference/simhyper.html +++ b/reference/simhyper.html @@ -110,7 +110,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/smoothArea.html b/reference/smoothArea.html index 6fddc0e..cf716ad 100644 --- a/reference/smoothArea.html +++ b/reference/smoothArea.html @@ -207,7 +207,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/smoothCluster.html b/reference/smoothCluster.html index 3fd259b..dff791a 100644 --- a/reference/smoothCluster.html +++ b/reference/smoothCluster.html @@ -417,7 +417,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/smoothDirect.html b/reference/smoothDirect.html index fd565f0..e503e8a 100644 --- a/reference/smoothDirect.html +++ b/reference/smoothDirect.html @@ -286,7 +286,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/smoothSurvey.html b/reference/smoothSurvey.html index fccfa2b..24051aa 100644 --- a/reference/smoothSurvey.html +++ b/reference/smoothSurvey.html @@ -539,7 +539,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/smoothUnit.html b/reference/smoothUnit.html index abfd173..e9266ef 100644 --- a/reference/smoothUnit.html +++ b/reference/smoothUnit.html @@ -167,7 +167,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/st.new.html b/reference/st.new.html index 71ce17d..d389377 100644 --- a/reference/st.new.html +++ b/reference/st.new.html @@ -73,7 +73,7 @@

Arguments -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/st.new.pc.html b/reference/st.new.pc.html index d3b6baa..179e6ab 100644 --- a/reference/st.new.pc.html +++ b/reference/st.new.pc.html @@ -73,7 +73,7 @@

Arguments -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/summary.SUMMERmodel.html b/reference/summary.SUMMERmodel.html index 934d195..c8bbbf5 100644 --- a/reference/summary.SUMMERmodel.html +++ b/reference/summary.SUMMERmodel.html @@ -127,7 +127,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/summary.SUMMERmodel.svy.html b/reference/summary.SUMMERmodel.svy.html index 08e144e..6f64af4 100644 --- a/reference/summary.SUMMERmodel.svy.html +++ b/reference/summary.SUMMERmodel.svy.html @@ -93,7 +93,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/summary.SUMMERprojlist.html b/reference/summary.SUMMERprojlist.html index bb1331e..3ca1f74 100644 --- a/reference/summary.SUMMERprojlist.html +++ b/reference/summary.SUMMERprojlist.html @@ -112,7 +112,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.

diff --git a/reference/tcpPlot.html b/reference/tcpPlot.html index 794bf3f..b99f0d2 100644 --- a/reference/tcpPlot.html +++ b/reference/tcpPlot.html @@ -171,7 +171,7 @@

Examples -

Site built with pkgdown 2.1.0.

+

Site built with pkgdown 2.1.1.