data/example1.initials.R

example1.initials <- data.frame(
Parameter = c('cl','vc','base','imax','ic50','CV1','CV2'),
Type = c('P','P','P','P','P','V','V'),
Value = c(20,50,250,0.9,10,0.05,0.05),
Fixed = c(0,0,0,0,0,0,0),
Lower.bound = c(0,0,0,0,0,0,0),
Upper.bound = c(100,100,1000,10,100,1,1)
)
sbihorel/scaRabee documentation built on Feb. 7, 2022, 9:50 p.m.