aboutsummaryrefslogtreecommitdiff
path: root/man/mkinparplot.Rd
blob: 07b250099d211a7a3bcc3417c63c327989b811e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mkinparplot.R
\name{mkinparplot}
\alias{mkinparplot}
\title{Function to plot the confidence intervals obtained using 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.
}
\description{
This function plots the confidence intervals for the parameters fitted using
\code{\link{mkinfit}}.
}
\examples{

\dontrun{
model <- mkinmod(
  T245 = mkinsub("SFO", to = c("phenol"), sink = FALSE),
  phenol = mkinsub("SFO", to = c("anisole")),
  anisole = mkinsub("SFO"), use_of_ff = "max")
fit <- mkinfit(model, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE)
mkinparplot(fit)
}
}
\author{
Johannes Ranke
}

Contact - Imprint