Skip to content

specify a model in differential equations (nlme)

3 messages · Jun Shen, Bert Gunter, Spencer Graves

#
For nlme, no. However, take a look at the CRAN Task View for pharmokinetics
and packages recommended there, especially nlmeODE .

You might also try R's search capabilities:

RSiteSearch("differential equations")
?RSiteSearch

of other non-R search engines

Bert Gunter
Genentech Nonclinical Biostatisics

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of Jun Shen
Sent: Wednesday, August 26, 2009 10:45 AM
To: r-help at r-project.org
Subject: [R] specify a model in differential equations (nlme)

Dear all,

I wonder if there is a way to specify a model in differential equations for
nlme(). Or in other packages? Appreciate any comment. Thanks.

Jun Shen


______________________________________________
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.
#
You might also try

library(RSiteSearch)
de <- RSiteSearch.function("differential equation")
# This is different from
des <- RSiteSearch.function("differential equations")
# Combine as
de. <- de | des
# display: 
HTML(de.)


      Hope this helps. 

      Spencer Graves
Bert Gunter wrote: