Description Usage Arguments Value
View source: R/multivariate_models.R
groupVect is a vector assigning each of its elements to a unique group. Return the non-singleton groups in groupVect – that is, the groups with more than one member
For example: groupVect <- c(1,2,NA,4,1,3,3) print(get_non_singleton_groups(groupVect)) [1] 1 3
1 | get_non_singleton_groups(groupVect)
|
groupVect |
The vector of group assignments |
A vector of non-singlteon groups
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.