Replies: 2 comments
-
Hi @lirui0321 This is a methodology question, not a simulation issue. Importing from The only method that uses correlations between the omega covariances and fixed effects is a multivariate normal simulation of the full problem. That being said, it would have to simulate an The other issue with the multivariate normal distribution is there is no known relationship between it and the omega matrix (ie, means of items approach the normal distribution, but I don't think that that covariances approach the normal distribution). On the other hand, the inverse wishart is the conjugate prior of the covariance matrix. Also the other simulation option (IJK matrix) is a established method for simulating a correlation matrix. In the case of If you find some methodology that integrates all of these without the problem of invertible non-positive matrices I would be interested in hearing about it. |
Beta Was this translation helpful? Give feedback.
-
Many thanks for your feedback, Matt! When two fix effects are correlated, if I do not account for covariance (i.e., assuming two are independent with each other), then I may over-predict the uncertainty in the simulation. However, it is not intuitive to me how correlation between omega covariance and fixed effect (or correlation among omega covariance) affects the simulation. Since you just ignored these additional covariances in nonmem2rx, does it mean that the simulations would not be very sensitive to additional covariances? Or the reason for not including additional covariance is more of a technique issue like you outlined above? |
Beta Was this translation helpful? Give feedback.
-
Hi Matt,
I have been reading clinical trial instructions you provided here (https://nlmixrdevelopment.github.io/RxODE/articles/RxODE-sim-var.html). In this example, you showed how cov matrix can be incorporated into the simulations. However, the cov matrix here only includes variance and covariance for theta and diagonal elements of omega matrix, but not off-diagonal elements of omega matrix. If I want to incorporate a cov matrix including variance/covariance for off-diagonal omega elements (for example, .cov file from NONMEM), is there a way to do that? The issue is that .cov file comes with off-diagonal names like OMEGA(2,8), but I assume that RxODE model does not know what that means, and I do not know how to pass that info to RxODE. I am assuming you probably had solved this issue when you built the nonmem2rx package, so wonder how you did it.
Thank you!
Rui
Beta Was this translation helpful? Give feedback.
All reactions