uncorassign | R Documentation |
Group assignment independent of anything.
uncorassign(n, return = c("group", "full"))
n |
The sample size. |
return |
Should we just return a list with just the
vector of assignment ( |
A list with some or all of the following elements.
x
The group assignment. 1L
for one group and
0L
for the other group.
w
The latent assignment vector (only returned if
return = "full"
). Negative corresponds to one group
and positive corresponds to the other group.
David Gerard
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.