Learn R Programming

mkin (version 0.9-31)

mkinparplot: Function to plot the confidence intervals obtained using mkinfit

Description

This function plots the confidence intervals for the parameters fitted using mkinfit.

Usage

mkinparplot(object)

Arguments

object
A fit represented in an mkinfit object.

Value

  • Nothing is returned by this function, as it is called for its side effect, namely to produce a plot.

Examples

Run this code
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")
fit <- mkinfit(model, subset(mccall81_245T, soil == "Commerce"))
mkinparplot(fit)

Run the code above in your browser using DataLab