Subsetting DataJoint
as a data.frame
subset.DataJoint.Rd
Coerces the object into a data.frame
containing just event times and status
filtering for specific subjects If subjects
is a list then an additional variable group
will be added
onto the dataset specifying which group the row belongs to.
Usage
# S3 method for DataJoint
subset(x, subjects, ...)
Arguments
- x
(
DataJoint
)
object created byDataJoint()
.- subjects
(
character
orlist
)
subjects that you wish to subset thedata.frame
to contain. See details.- ...
Not used.
See also
Other DataJoint:
DataJoint-class
,
as_stan_list.DataSubject()