From 161ec8fb10e1b60a97d294bdd4f21ed2230c236d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 2 May 2014 12:16:11 +0200 Subject: Add missing files for plotting confindence intervals --- man/mkinparplot.Rd | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 man/mkinparplot.Rd (limited to 'man') diff --git a/man/mkinparplot.Rd b/man/mkinparplot.Rd new file mode 100644 index 0000000..60103b8 --- /dev/null +++ b/man/mkinparplot.Rd @@ -0,0 +1,35 @@ +\name{mkinparplot} +\alias{mkinparplot} +\title{ + Function to plot the confidence intervals obtained using + \code{\link{mkinfit}} +} +\description{ + This function plots the confidence intervals for the parameters + fitted using \code{\link{mkinfit}}. +} +\usage{ + mkinparplot(object) +} +\arguments{ + \item{object}{ + A fit represented in an \code{\link{mkinfit}} object. + } +} +\value{ + Nothing is returned by this function, as it is called for its side effect, namely to produce a plot. +} +\author{ + Johannes Ranke +} + +\examples{ +model <- mkinmod( + T245 = list(type = "SFO", to = c("phenol")), + phenol = list(type = "SFO", to = c("anisole")), + anisole = list(type = "SFO"), use_of_ff = "max") +fit <- mkinfit(model, subset(mccall81_245T, soil == "Commerce"), + parms.ini = c(f_phenol_to_anisole = 1), fixed_parms = "f_phenol_to_anisole") +\dontrun{mkinparplot(fit)} +} +\keyword{ hplot } -- cgit v1.2.1