estimDementia: Computation of Health Indicators for dementia in France

Description Usage Arguments Value Examples

Description

This function computes many health indicators without risk factor on transitions for a given year with all french data.

Usage

1
2
estimDementia(t, nb_people = 100, nb_iter = 0, gender = "W",
  Ncpus = 1)

Arguments

t

year of the projections for health indicators.

nb_people

number of people whose trajectory will be simulated for each generation. Default is 100.

nb_iter

number of iterations for the algorithm. Default is 0.

gender

gender for computation. "W" for women and "M" for men. Default is "W".

Ncpus

The number of processors available. Default is "1".

Value

a list containing the health indicators

Examples

1
2
3
4
5
estimDementia(t = 2040,
nb_people = 10000,
nb_iter = 100,
gender = "W",
Ncpus = 1)

floguillet/MCSPCD documentation built on Dec. 16, 2019, 2:08 a.m.