standatact_specificsubjects {ctsem} | R Documentation |
Adjust standata from ctsem to only use specific subjects
Description
Adjust standata from ctsem to only use specific subjects
Usage
standatact_specificsubjects(standata, subjects, timestep = NA)
Arguments
standata |
standata |
subjects |
vector of subjects |
timestep |
ignored at present |
Value
list of updated structure
Examples
d <- standatact_specificsubjects(ctstantestfit$standata, 1:2)
[Package ctsem version 3.10.0 Index]