You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, nlmixr team, thank you for solved my many questions before. I have fitted my model after your help, and have known more about this great package. Now I am simulating different dose with my model, but i have included one covariate “AGE”, which increase the difficulty of dose simulation. #84 has given a good method, but when I use “rxSolve”, there is one error --Error in fix.by(by.x, x) : 'by' must specify a uniquely valid column.
I did not know how to solve the error, i need your help. Here is my syntax, I have tried two form:
Hello, nlmixr team, thank you for solved my many questions before. I have fitted my model after your help, and have known more about this great package. Now I am simulating different dose with my model, but i have included one covariate “AGE”, which increase the difficulty of dose simulation. #84 has given a good method, but when I use “rxSolve”, there is one error --Error in fix.by(by.x, x) : 'by' must specify a uniquely valid column.
I did not know how to solve the error, i need your help. Here is my syntax, I have tried two form:
sim.day4 <- rxSolve(fit1801, events = day4ev_75ppm, nSub = 100, iCov = data.frame(AGE = 1))
“fit1801” is my nlmixr fit result and my event table is below:
And when i use your syntax, there still this error:
How can I solve this error? Thank you very much!!!!
The text was updated successfully, but these errors were encountered: