From 1718d434efae26de02754c6622c43f4dc9e624b9 Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 15 Mar 2012 15:54:14 +0000 Subject: 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 --- man/summary.mkinfit.Rd | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'man/summary.mkinfit.Rd') 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,13 +26,20 @@ 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. 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 + Johannes Ranke } \examples{ summary(mkinfit(mkinmod(parent = list(type = "SFO")), FOCUS_2006_A)) -- cgit v1.2.1