svyCprod(x, strata, psu, fpc, nPSU,
lonely.psu=getOption("survey.lonely.psu"))
NULL
NULL
NULL
NULL
)"remove"
, "adjust"
,
"fail"
. See Details below If there are fewer clusters (PSUs) in a stratum than in the original
design extra rows of zeroes are added to x
to allow the correct
subpopulation variance to be computed.
The variance formula gives 0/0 if a stratum contains only one sampling
unit. The options to handle this are "fail"
to give an error,
"remove"
to give a variance contribution of 0 for the stratum,
and "adjust"
to center the stratum at the grand mean rather than
the stratum mean. The choice is controlled by setting
options(survey.lonely.psu)
. If this is not done the factory
default is "fail"
. Using "adjust"
is conservative, and it
would often be better to combine strata in some intelligent way. The
"remove"
option is included because it might be needed for
compatibility. The factory default is "fail"
svydesign
, svy.varcoef