uncorassign {seqgendiff} | R Documentation |
Group assignment independent of anything.
Description
Group assignment independent of anything.
Usage
uncorassign(n, return = c("group", "full"))
Arguments
n |
The sample size. |
return |
Should we just return a list with just the
vector of assignment ( |
Value
A list with some or all of the following elements.
x
The group assignment.
1L
for one group and0L
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.
Author(s)
David Gerard
[Package seqgendiff version 1.2.4 Index]