Displaying 1 result from an estimated 1 matches for "ksolref".
Did you mean:
jsoref
2005 Mar 16
0
use of covariates with nlmeODE
...a
covariate that I want to include in the model and I can't find in the
documentation how to include it in the model so that it can calculate it.
>formula(trial)
PME ~ time | Ident
abcnoniso <- list(DiffEq=list(
debdt = ~ -ksol*pH*eb ,
desdt = ~ ksolref*pH*eb-kdegref*pH*es,
dpHdt= ~ -k*(pH-pHinf)
),
ObsEq=list(
c1 = ~ 0,
c2 = ~ es,
c3 = ~ 0),
Parms=c("ksol","kdeg","k","es0",...