Displaying 1 result from an estimated 1 matches for "pp1_mrna_degradation_r".
2011 Aug 01
0
Help with modFit of FME package 2
...###############################################################
# Differential equations
model_1_part_1 <- function(t, S, parameters)
{
with(as.list(parameters), {
#
cod1 = pro1_strength
#
pp1_mrna_degradation_rate <- 1
###############################################################
#
v1 = cod1
v2 = pp1_mrna_degradation_rate * S[1]
#
################################################################...