diffeqr icon indicating copy to clipboard operation
diffeqr copied to clipboard

Solving differential equations in R using DifferentialEquations.jl and the SciML Scientific Machine Learning ecosystem

Results 8 diffeqr issues
Sort by recently updated
recently updated
newest added

Hi, I am running diffeqr on my system, but I got an error `Error in de$modelingtoolkitize(prob) : attempt to apply non-function` when run `fastprob

Hi, I'm trying to do vector equations with diffeqr+jit_compile: _de_jul

Hi I have extended my epidemic SIR model to two age groups, which have some contact rates among each other (captured with a mixing matrix), and some transition rates (ageing,...

Hi I just started using diffeqr to fit ODE models in R. Is there a way to have named vectors in the function? Indexing works: ``` library(diffeqr) theta

Hi I have just started using diffeqr for R and I would love to use it for my (rather large) disease modelling project. I will have an ODE model with...

As discussed [here](https://github.com/SciML/diffeqr/issues/11#issuecomment-677799397), @dlekshmi and myself are having trouble running 1D example from the [CRAN ODE vignette](https://cran.r-project.org/web/packages/diffeqr/vignettes/ode.html). The original code with function definition through R ``` f

**Describe the bug 🐞** It is not possible to define the `ODEProblem` in R with `diffeqr` as outlined in the examples of the package using the terminal on VSCode, while...

bug