Is it possible to do stochastic population forecasting with the R package Demography when the population size is between 10k and 20k? I have data from year 1985 to 2012 for population, deaths and births. What do you do when almost half of the death rates are 0? From ages 1 to 30 nearly no one dies in a so small population. Is there a method for imputing some plausible values for the zero's in the death and birth rates?
Is it possible to, for example, multiply all population numbers with 1000 and impute some plausible values for rates (maybe borrow these from a similar population), and then divide all the simulated numbers in output with 1000?
I have tried to do some forecasting with the R package demography, but I get so many warnings and weird results, I can't get it right. Is there a population size limit for using the demography
package?
Do anyone have any suggestions for how to solve the problem of stochastic forecasting with small populations?