split.bdotsObj: Split object of class bdotsObj

View source: R/methods.R

split.bdotsObjR Documentation

Split object of class bdotsObj

Description

Analogous to other splitting functions, but retains necessary attributes across the split object. As of now, it can only be unsplit with bdots::rbindlist

Usage

## S3 method for class 'bdotsObj'
split(x, f, drop = FALSE, by, ...)

Arguments

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


bdots documentation built on Jan. 7, 2023, 1:18 a.m.