data/example8.initials.R

example8.initials <- data.frame(
Parameter = c('ratio','L1','L2','L3','lbd1','lbd2','lbd3','Tp','Tm','Tr','kmax','kc50','SD1','CV1'),
Type = c('P','P','P','P','P','P','P','P','P','P','P','P','V','V'),
Value = c(8.84,0.893,0.103,0.004,3.82,0.38,0.04,200,150,10,0.05,0.1,4,0.1),
Fixed = c(1,1,1,1,1,1,1,0,0,1,0,0,1,1),
Lower.bound = c(0,0,0,0,0,0,0,0,0,0,0,0,0,0),
Upper.bound = c(10,10,10,10,10,10,10,1000,1000,1000,1,1,1,1)
)
sbihorel/scaRabee documentation built on Feb. 7, 2022, 9:50 p.m.