# Run microsimulation before, e.g., the complex example described on the
# help page of the function "micSim".
if (FALSE) {
pop <- micSim(initPop, immigrPop, transitionMatrix, absStates, initStates,
initStatesProb, maxAge, simHorizon, fertTr)
popWide <- convertToWideFormat(pop)
}
Run the code above in your browser using DataLab