Brandon Breitling
2012-Dec-03 05:49 UTC
[R] Solving a multinomial gompertz partial differential equation in r
I haven't used r in quite a while but would like to get back into it. I have a problem that I would like to solve with r. I have some multinomial data that looks to follow an asymmetric sigmoidal growth pattern. Solving a multinomial gompertz partial differential equation in r is what I’m after. Would anyone be able to provide me the code and packages to do something like this? Regards, [[alternative HTML version deleted]]
Suzen, Mehmet
2012-Dec-03 08:12 UTC
[R] Solving a multinomial gompertz partial differential equation in r
Hi Brandon, You can try ReacTran package: cran.r-project.org/web/packages/ReacTran/vignettes/PDE.pdf Best, -m On 3 December 2012 06:49, Brandon Breitling <brandonjbreitling at gmail.com> wrote:> I haven't used r in quite a while but would like to get back into it. I > have a problem that I would like to solve with r. I have some multinomial > data that looks to follow an asymmetric sigmoidal growth pattern. Solving > a multinomial gompertz partial differential equation in r is what I?m after. > Would anyone be able to provide me the code and packages to do something > like this? > > Regards, > > [[alternative HTML version deleted]] > > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
Thomas Petzoldt
2012-Dec-03 21:42 UTC
[R] Solving a multinomial gompertz partial differential equation in r
On 12/3/2012 9:12 AM, Suzen, Mehmet wrote:> Hi Brandon, > > You can try ReacTran package: > > cran.r-project.org/web/packages/ReacTran/vignettes/PDE.pdf > > Best, > -mReacTran is for managing the tr5ansport in reactive transport models, is relies on package deSolve that contains the ODE/PDE solvers, so I would recommend to start with this first. Papers, slides and tutorials with full source code can be found at: http://desolve.r-forge.r-project.org ... and an overview about packages dealing with differential equations can be found in the Taskview: http://cran.r-project.org/web/views/DifferentialEquations.html Hope it helps Thomas Petzoldt