applyCatAdjustmentToSimframeVarMultipleBinary | R Documentation |
Adjust the proportions of a simframe variable that exists in multiple binary level vectors, eg: SESBTHLvl1, SESBTHLvl2, SESBTHLvl3.
applyCatAdjustmentToSimframeVarMultipleBinary(
Simenv,
binLevelVarnames,
desiredProps,
propens,
printAdj = TRUE,
logiset = NULL
)
Simenv |
simenv receiving object. Simenv$simframe is modified. |
binLevelVarnames |
vector of binary level varnames, eg: c("z1accomLvl0","z1accomLvl1") |
desiredProps |
desired proportions |
propens |
propensities, if ANY |
printAdj |
if TRUE, display adjusted proportions after adjustment |
logiset |
logical vector indicating which rows to include, or NULL (the default) to include all. |
NULL. simframe in receiving object is modified directly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.