Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hanase committed Oct 4, 2023
1 parent f34fc82 commit b7927e6
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 b7927e6

Please sign in to comment.