Gives stats about the calibration process: differences between
totals after/before calibration and margins. Totals for categorical
variables are displayed in percentages.
(same as first panels output in Calmar/Calmar 2)
Output is a list, which might not be convenient for exports (e.g. for integration
into a scientific report). In such cases,
use function marginStats
, which outputs a dataframe.
calibrationMarginStats(
data,
marginMatrix,
popTotal = NULL,
pct = FALSE,
colWeights,
colCalibratedWeights = NULL,
calibThreshold = 1
)
List containing stats on weights and margins
dataframe containing the survey data
matrix of margins
total of population, useful if margins are entered in relative value
Set this to true if margins for categorical variables are written in percentages
name of weights column in the dataframe
name of calibrated weights column in the dataframe (if applicable)
If difference between calibration estimate and margin differ more than this parameter, calibration is considered to have failed
marginStats