set_groups | R Documentation |
Set function for the groups of the ScreenR object
set_groups(object, groups)
## S4 method for signature 'screenr_object'
set_groups(object, groups)
object |
The ScreenR object obtained using the
|
groups |
The treatment and control groups |
The ScreenR object containing the group field
object <- get0("object", envir = asNamespace("ScreenR"))
groups <- get_groups(object)
set_groups(object, groups)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.