Skip to content

Commit

Permalink
Fixed pkgdown site
Browse files Browse the repository at this point in the history
  • Loading branch information
marberts committed Dec 14, 2024
1 parent b4765a1 commit 2df15eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ url: https://marberts.github.io/sps
template:
bootstrap: 5
bootswatch: united
math-rendering: mathjax

reference:
- title: Sampling
Expand Down
3 changes: 3 additions & 0 deletions vignettes/sps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ More generally, the distribution of inclusion probabilities
is usually close to what is expected if sequential Poisson sampling was exactly proportional to size.^[See Tillé, Y. (2023). Remarks on some misconceptions about unequal probability sampling without replacement. *Computer Science Review*, 47, 100533.]

```{r tille, fig.width=8, fig.height=5.33}
#| fig.alt: >
#| Empirical distribution of inclusion probabilities under sequential Poisson
#| sampling is approximately Guassian.
set.seed(123456)
n <- 5e3
frame1 <- subset(frame, region == 1)
Expand Down

0 comments on commit 2df15eb

Please sign in to comment.