Skip to content

Commit

Permalink
vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
hanase committed Oct 20, 2023
1 parent ca9fc07 commit 61efaca
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions vignettes/population-projections.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: "population-projections"
title: "Subnational Probabilistic Population Projections"
author: Hana Sevcikova
date: 2023-10-19
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{population-projections}
Expand All @@ -14,6 +16,16 @@ knitr::opts_chunk$set(
)
```

```{r setup}
In this vignette we will show how **bayesPop** can be used in subnational settings, using annual 1x1 data. We will use example data for the US states to demonstrate the various functionalities. For instructions how to use **bayesPop** to generate national projections, see [Ševčíková and Raftery (2016)](https://www.jstatsoft.org/article/view/v075i05).

# Downloading example data

# Setup

```{r setup, include=FALSE}
library(bayesPop)
```

# References

Ševčíková, H. and Raftery, A.E. (2016). [bayesPop: Probabilistic Population Projections](https://www.jstatsoft.org/article/view/v075i05). Journal of Statistical Software, Vol. 75(5).

0 comments on commit 61efaca

Please sign in to comment.