mkinfit
mkinparplot(object)
This function plots the confidence intervals for the parameters fitted using mkinfit.
model <- mkinmod( T245 = list(type = "SFO", to = c("phenol"), sink = FALSE), phenol = list(type = "SFO", to = c("anisole")), anisole = list(type = "SFO"), use_of_ff = "max") Successfully compiled differential equation model from auto-generated C code. fit <- mkinfit(model, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE) mkinparplot(fit)