rsocsim
rsocsim copied to clipboard
Socsim Microsimulation R Package
Hi SOCSIM team, I am running some simulations using the latest version of rsocsim and I am still getting the following error message in the console for all years (here...
Dear `rscocsim` team, I found that the simulations succesfully carried out with the `rsocsim::socsim()` command return two warning messages: ``` XX: In readLines(con, n = 1) : incomplete final line...
Hi Tom. In the sup file provided as an example in the package, the directives "marriage_after_childbirth 1" and "marriage_eval distribution 1" are enabled, but no further directives regarding marriages are...
compilation fails as of now with 1 error and a few warnings. I will work on this and post updates here.
Bevore the sections on how to install and run rsocsim, we should have a section that explains what socsim and rsocsim actually are. First, very rough draft: ## About Socsim...
In the init_new.opop file provided with the installation, there is a mismatch between the sex of the individual and the fertility multiplier, which should be only for women (fem =...
After a change in the name of the functions to estimate the rates, now called estimate_fertility_rates() and estimate_mortality_rates(), when calling the R documentation, in the usage we get estimate_fertility_rates( opop,...
Hello, Berkeley Demography grad here and I am excited to see this project. I have been playing around with it a bit in the hopes of doing a project that...
I started to work on a new function: I pre-compute rate files in socsim format from input data that I download from the [UN World Population Prospects ](https://population.un.org/wpp/downloads?folder=Standard%20Projections&group=CSV%20format). In the...
If you pass an empty string to `basedir` or `simdir` in `create_simulation_folder()`, hijinks ensue. Some of the hijinks may be permissible, some we should definitely avoid. For fun, compare: ```R...