Replies: 1 comment 1 reply
-
I believe this is a bug. I will see if I what I can do here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to incorporate iov in an rxode2 model using the instructions for RxODE. My code looks like
However, when I try to simulate on the model
sim<-rxSolve(model,events=ev,inits=init,params=params,
sigma=sigma,omega=omega,nSub=100)
I get following error message
Error in rxSolveSEXP(object, .ctl, .nms, .xtra, params, events, inits, :
Not compatible with STRSXP: [type=NULL].
Am I doing something wrong or has iov implementation been changed for rxode2 ?
Best regards
Johan Areberg
Beta Was this translation helpful? Give feedback.
All reactions