aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-05-02 12:16:11 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-05-02 12:16:11 +0200
commit161ec8fb10e1b60a97d294bdd4f21ed2230c236d (patch)
treeac00805795bdbedaf837c32513b4a1db8d973053 /man
parenteccb24356cdbd2f628c7bb10dbab801f6df663c0 (diff)
Add missing files for plotting confindence intervals
Diffstat (limited to 'man')
-rw-r--r--man/mkinparplot.Rd35
1 files changed, 35 insertions, 0 deletions
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 }

Contact - Imprint