aboutsummaryrefslogtreecommitdiff
path: root/man/mkinparplot.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/mkinparplot.Rd')
-rw-r--r--man/mkinparplot.Rd9
1 files changed, 4 insertions, 5 deletions
diff --git a/man/mkinparplot.Rd b/man/mkinparplot.Rd
index 3eda08d2..34b06963 100644
--- a/man/mkinparplot.Rd
+++ b/man/mkinparplot.Rd
@@ -1,8 +1,7 @@
\name{mkinparplot}
\alias{mkinparplot}
\title{
- Function to plot the confidence intervals obtained using
- \code{\link{mkinfit}}
+ Function to plot the confidence intervals obtained using mkinfit
}
\description{
This function plots the confidence intervals for the parameters
@@ -25,9 +24,9 @@
\examples{
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")
+ 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)
}

Contact - Imprint