find_subjects_placebo_obs | R Documentation |
The data is filtered according to is.placebo & condition, along with EVID==0 (to only query observations) and the unique subject IDs satisfying all conditions are returned. Condition may be a compound test, such as "DV>0 & CMT==2".
find_subjects_placebo_obs(.data, is.placebo, condition = "DV>0",
ID = "ID")
.data |
a data.frame or tbl object |
is.placebo |
An R expression, as character, that is used to determine if a subject is a placebo subject. |
condition |
An R expression, as character, that is tested for the placebo subjects. |
ID |
A character value giving the column containing subject IDs |
a single column tbl with unique IDs for placebo subjects meeting the criteria
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.