From c1144753adfa0809003085009ebd85f8af9beda8 Mon Sep 17 00:00:00 2001 From: jranke Date: Tue, 10 Apr 2012 21:50:22 +0000 Subject: - Fitting and summaries now work with the new parameter transformations. - The SFORB models with metabolites is broken (see TODO) - Moved the vignette to the location recommended since R 2.14 - Added the missing documentation - Commented out the schaefer_complex_case test, as this version of mkin is not able to fit a model without sink and therefore mkin estimated parameters are quite different git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@22 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- man/summary.mkinfit.Rd | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'man/summary.mkinfit.Rd') diff --git a/man/summary.mkinfit.Rd b/man/summary.mkinfit.Rd index b3e78622..59b988a3 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, ff = TRUE, ...) -\method{print}{summary.mkinfit}(x, digits = max(3, getOption("digits") - 3), tval = TRUE, ...) +\method{summary}{mkinfit}(object, data = TRUE, distimes = TRUE, ...) +\method{print}{summary.mkinfit}(x, digits = max(3, getOption("digits") - 3), ...) } \arguments{ @@ -27,16 +27,9 @@ } \item{distimes}{ logical, indicating whether DT50 and DT90 values should be included. -} - \item{ff}{ - logical, indicating whether formation fractions should be included. } \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}. -- cgit v1.2.1