combine.and.reorder | R Documentation |
Combines and reorders (so correct original order) after modifyProps has been called on a logiset. Called in adjust.proportions().
combine.and.reorder(modified.x, non.modified.x, logiset)
modified.x |
A vector of modified values (i.e. those tht were in the logiset. Either categorical or continuous. |
non.modified.x |
A vector of non-modified values of the same variable (i.e. those tht were not in the logiset. Either categorical or continuous. |
logiset |
A TRUE/FALSE vetor defining which units are in the logical subset on which modifyProps was called. |
A combined and reordered vector. Contains evereyone in the population in the correct order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.