split.bdotsObj | R Documentation |
Analogous to other splitting functions, but retains necessary attributes across the split object. As of now, it can only be unsplit with bdots::rbindlist
## S3 method for class 'bdotsObj' split(x, f, drop = FALSE, by, ...)
x |
Object of class bdotsObj |
f |
For consistency with generic, but is not used |
drop |
logical. Default FALSE will not drop empty list elements caused by factor levels not referred by that factor. Analagous to data.table::split |
by |
Character vector of column names on which to split. Usually will be Subject or one of the fitted groups |
... |
not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.