Skip to content
Prev 607 / 696 Next

[R-sig-dyn-mod] Using Desolve to simulate drug concentrations

Hi,

the warnings and the error at the end of your code are thrown by 
functions from the shiny and the ggplot2 packages. The usual debugging 
method works by developing and testing all parts separately, before 
gluing it together. Some people call this "bottom-up" programming:

1) test your dynamic model without ggplot2 and shiny.

2) test the shiny and ggplot2 parts without deSolve, just by supplying 
fake data.

If you encounter problems with either (1) or (2), split it again in 
smaller pieces.

If all pieces work as expected, put them together, step by step.

Thomas


Am 26.03.2018 um 20:49 schrieb Meenakshi Srinivasan:
[...]