# NOT RUN {
data("timeseries_data_example")
timespan1=timeseries_data_example[,c(1,3,5,7)]
products1=timeseries_data_example[,c(2,4,6,8)]
MM_catal_result <- MM_catal_est(method=TRUE,timespan=timespan1,
products=products1,enz = c(4.4, 4.4, 440, 440), subs=c(4.4, 4.4, 4.4, 4.4),
K_M_init = 1, catal_m=1, catal_v = 1000, K_M_m = 1, K_M_v = 100000,
std = 10, tun =3.5, nrepeat = 1000, jump = 10, burn = 1000,
volume = FALSE, t_unit = "sec", c_unit = "mM")
# }
Run the code above in your browser using DataLab