Replies: 1 comment
-
|
You can use
To achieve the same data.frame (withut the DV). The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there trying to add an observation value to event table. I'm not entirely sure how to do this so I've been using dataframes. However this gets difficult when adding observations to more varied dosing regimens. Is this possible to add a evid =0 at time = x, and dv =y
data.frame(ID=1,
TIME=c(0.0,3),
DV=(NA,60.0),
AMT=(1000,0),
EVID=(1,0))
Beta Was this translation helpful? Give feedback.
All reactions