e0.median.set {bayesLife} | R Documentation |
Editing the Projection Medians
Description
These functions are to be used by expert analysts. They allow to change the projection medians either to specific values, including the WPP values, or shift the medians by a given constant or a factor.
Usage
e0.median.set(sim.dir, country, values, years = NULL, joint.male = FALSE)
e0.median.shift(sim.dir, country, reset = FALSE, shift = 0,
from = NULL, to = NULL, joint.male = FALSE)
e0.median.adjust.jmale(sim.dir, countries, factors = c(1.2, 1.1))
e0.median.reset(sim.dir, countries = NULL, joint.male = FALSE)
e0.shift.prediction.to.wpp(sim.dir, joint.male = FALSE, ...)
Arguments
sim.dir |
Directory containing the prediction object. |
country |
Name or numerical code of a country. |
countries |
Vector of country names or codes. In the |
values |
Array of the new median values. |
years |
Numeric vector giving years which |
joint.male |
Logical. If |
reset |
Logical. If |
shift |
Constant by which the medians should be offset. It is not used if |
from |
Year from which the offset/reset should start. By default, it starts at the first prediction period. |
to |
Year until which the offset/reset should be done. By default, it is set to the last prediction period. |
factors |
It should be a vector where each element corresponds to one time period. The adjustment of male medians is done as |
... |
Additional arguments passed to the underlying adjustment function. It can be |
Details
The function e0.median.set
can be used to set the medians of the given country to specific values. Function e0.median.shift
can be used to offset the medians by a specific constant, or to reset the medians to their original BHM values. Function e0.median.adjust.jmale
adjusts male medians using factors that can expand or shrink the female-male gap.
Functione0.shift.prediction.to.wpp
shifts the projected medians so that they correspond to the values found in the e0Fproj
(joint.male = FALSE
) or e0Mproj
(joint.male = TRUE
) datasets of the wpp package that either corresponds to the package used for the simulation itself or is given by the wpp.year
argument. If using wpp2022, the dataset name is automatically adjusted depending if it is an annual or a 5-year simulation.
Function e0.median.reset
resets medians of the given countries to the original values. By default it deletes adjustments for all countries.
In all cases, if a median is modified, the corresponding offset is stored in the prediction object (element median.shift
). All functions write the updated prediction object back to disk. All functions in the package that use trajectories and trajectory statistics use the median.shift
values to offset the results correspondingly, i.e. trajectories are shifted the same way as the medians.
Value
All functions return an updated object of class bayesLife.prediction
.
Author(s)
Hana Sevcikova