aboutsummaryrefslogtreecommitdiff
path: root/man/summary.mkinfit.Rd
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-03-15 15:54:14 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-03-15 15:54:14 +0000
commit1718d434efae26de02754c6622c43f4dc9e624b9 (patch)
treec2dafe942f65e94cd43e1ba17933b667f284d154 /man/summary.mkinfit.Rd
parent2b244ef7d3cbebaaa653d8c8ac87090e34525f7a (diff)
Update kinfit and mkin to the latest version published on BerliOS.
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'man/summary.mkinfit.Rd')
-rw-r--r--man/summary.mkinfit.Rd16
1 files changed, 12 insertions, 4 deletions
diff --git a/man/summary.mkinfit.Rd b/man/summary.mkinfit.Rd
index 1c305899..8a8c6ab2 100644
--- a/man/summary.mkinfit.Rd
+++ b/man/summary.mkinfit.Rd
@@ -11,8 +11,8 @@
and residual values.
}
\usage{
-\method{summary}{mkinfit}(object, data = TRUE, distimes = TRUE, cov = FALSE, ...)
-\method{print}{summary.mkinfit}(x, digits = max(3, getOption("digits") - 3), ...)
+\method{summary}{mkinfit}(object, data = TRUE, distimes = TRUE, ff = TRUE, cov = FALSE, ...)
+\method{print}{summary.mkinfit}(x, digits = max(3, getOption("digits") - 3), tval = TRUE, ...)
}
\arguments{
@@ -26,7 +26,10 @@
logical, indicating whether the data should be included in the summary.
}
\item{distimes}{
- logical, indicating whether DT50 and DT90 values shoule be included.
+ logical, indicating whether DT50 and DT90 values should be included.
+}
+ \item{ff}{
+ logical, indicating whether formation fractions should be included.
}
\item{cov}{
logical, indicating whether parameter covariances should be calculated.
@@ -34,6 +37,10 @@ Passed to \code{\link{summary.modFit}}. }
\item{digits}{
Number of digits to use for printing
}
+ \item{tval}{
+ Should the test statistic of the t-test for parameter significance be
+ printed? Defaults to \code{TRUE}. Saves vertical space if set to \code{FALSE}.
+}
\item{\dots}{
optional arguments passed to methods like \code{print}.
}
@@ -47,6 +54,7 @@ Passed to \code{\link{summary.modFit}}. }
\item{fixed }{The values of fixed parameters.}
\item{errmin }{The chi2 error levels for each observed variable.}
\item{disstimes }{The DT50 and DT90 values for each observed variable.}
+ \item{ff }{The estimated formation fractions derived from the fitted model.}
The print method is called for its side effect, i.e. printing the summary.
}
\references{
@@ -57,7 +65,7 @@ Passed to \code{\link{summary.modFit}}. }
\url{http://focus.jrc.ec.europa.eu/dk}
}
\author{
- Johannes Ranke <jranke@harlan.com>
+ Johannes Ranke <jranke@{harlan.com,uni-bremen.de}>
}
\examples{
summary(mkinfit(mkinmod(parent = list(type = "SFO")), FOCUS_2006_A))

Contact - Imprint