Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/PPgp/bayesMig into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hanase committed Mar 25, 2024
2 parents 69e4395 + b7927e6 commit 03d5f4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ R package for probabilistic projections of net migration rate for all countries

### Installation

The package can be installed from CRAN. For the latest developer version, one can use

```
library(devtools)
install_github("PPgp/bayesMig")
Expand All @@ -19,7 +21,7 @@ The two main functions of the package are:
* `run.mig.mcmc`: Runs a Markov Chain Monte Carlo (MCMC) simulation. It results in posterior samples of the model parameters.
* `mig.predict`: Using the posterior parameter samples, trajectories of future net migration rates are generated for all countries or given locations.

See `?bayesMig` for more info.
It can be used for 5-year data or annual data. See `?bayesMig` for more info.


#### Example
Expand Down

0 comments on commit 03d5f4b

Please sign in to comment.