subject_subset_check {bp} | R Documentation |
Compatibility Check for User-Supplied Subject Subset Vector
subject_subset_check(data, subj = NULL)
data |
Input data within original function |
subj |
A vector corresponding to a selected subset of subjects to refine the supplied data with |
Logical indicating whether the subj vector passes the checks (TRUE
),
or not (FALSE
)