- mcmc.list
Object of class bayesTFR.mcmc.set
corresponding Phase II MCMCs. If it is NULL
, the object is loaded from the directory given by sim.dir
.
- country
Name or numerical code of a country. It can also be given as ISO-2 or ISO-3 characters.
- sim.dir
Directory with the MCMC simulation results.
- burnin
Burn-in for getting trajectories and quantiles. A positive burn-in \(x\) will remove first \(x\) iterations from each chain.
- thin
Thin for getting trajectories and quantiles. Thinning level \(x\) greater than 1 will store one iteration per \(x\) samples
- pis
Probability interval. It can be a single number or an array of two numbers.
- plot.raw
Whether raw data used for the estimation should be plotted.
- grouping
If raw data is plotted, then grouping should be one of the categorical feature in the data, so that the color and shape of the raw data will differ for different groups.
- save.image
Logical. Whether the resulting plot will be saved.
- plot.dir
If save.image=TRUE
, specify the directory for saving the plot.
- adjust
Logical. By default, if the estimation median is adjusted using e.g. tfr.median.set.all
, the function plots the adjusted median. If adjust=FALSE
the original (non-adjusted) median is plotted.
- country.code, ISO.code
Deprecated arguments. Use argument country
instead.