haroine / icarus

A package with useful functions for calibration and reweighting in survey sampling
9 stars 5 forks source link

Make regroupCalibrationModalities have no side effects #5

Open haroine opened 6 years ago

haroine commented 6 years ago

Return a list instead and suggest in the docs to use operator %<-% to facilitate multiple assignment of returned calibrationMatrix and marginMatrix.

Be careful to not deprecate the side effects functionality too fast.