hallowkm / RxODE

RxODE is an R package that facilitates easy simulations in R
20 stars 13 forks source link

User input of parameters in Rshiny #22

Open Yass1991 opened 3 years ago

Yass1991 commented 3 years ago

Hello,

First of all, great work on RxODE, a really excellent resource.

This is more of a question rather than an issue. I want to create a Rshiny app whereby a user can input the model parameters e.g. rate constants. Rather than this being pre defined. From my understanding, this can only be done on values within the event table, such as dose. Any advice/guidance on how to enable user input of model parameters would be much appreciated. Thank you.