mkinparplot.Rd
This function plots the confidence intervals for the parameters
fitted using mkinfit
.
mkinparplot(object)
object | A fit represented in an |
---|
Nothing is returned by this function, as it is called for its side effect, namely to produce a plot.
model <- mkinmod( T245 = mkinsub("SFO", to = c("phenol"), sink = FALSE), phenol = mkinsub("SFO", to = c("anisole")), anisole = mkinsub("SFO"), use_of_ff = "max")#> Error in mkinmod(T245 = mkinsub("SFO", to = c("phenol"), sink = FALSE), phenol = mkinsub("SFO", to = c("anisole")), anisole = mkinsub("SFO"), use_of_ff = "max"): konnte Funktion "mkinmod" nicht finden#> Error in mkinfit(model, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE): konnte Funktion "mkinfit" nicht findenmkinparplot(fit)#> Error in mkinparplot(fit): konnte Funktion "mkinparplot" nicht finden