raking_svy: Function for running the raking algorithm from the survey...

Description Usage

Description

I created this function to avoid errors when running the raking algorithm with small samples.

Usage

1
2
3
4
5
6
7
raking_svy(
  design,
  sample.margins,
  population.margins,
  control = list(maxit = 10, epsilon = 1, verbose = FALSE),
  compress = NULL
)

neale-eldash/pd documentation built on June 26, 2021, 10:47 a.m.