return the experimental cells that are in a model term as a table
This function extracts cells from an event_factor object, optionally removing empty cells. Note that the removal of empty cells is not implemented.
This function extracts cells from an event_term object, optionally removing empty cells.
Usage
cells(x, ...)
# S3 method for event_factor
cells(x, drop.empty = TRUE, ...)
# S3 method for event_term
cells(x, drop.empty = TRUE, ...)
# S3 method for covariate_convolved_term
cells(x, ...)
Arguments
- x
An event_term object.
- ...
Additional arguments to be passed to the function.
- drop.empty
Logical. If TRUE, empty cells will be removed.