From b7927e6b0e0a8adeb9ed24f4874274fa14ceaa8d Mon Sep 17 00:00:00 2001 From: Hana Sevcikova Date: Wed, 4 Oct 2023 10:58:07 -0700 Subject: [PATCH] README updated --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4abd8c3..68feda9 100644 --- a/README.md +++ b/README.md @@ -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") @@ -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