aboutsummaryrefslogtreecommitdiff
path: root/man/mean_degparms.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-04-09 06:21:23 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-04-09 06:21:23 +0200
commitc29e27b9bf5f5361db44e28b06da7b8a1e636e85 (patch)
tree4f1b44f2cc6981c8fef8a2085783ad9dc2bdb306 /man/mean_degparms.Rd
parent2728910b96f0ec7dd7ccd97fc6c1f6677e5e352d (diff)
Improvements to mean_degparms() and plot.mixed.mmkin()
- New argument 'default_log_parms' for mean_degparms() - 'plot.mixed.mmkin': Pass the frame argument also to residual plots, take the 'default_log_parms' argument for 'mean_degparms' used for constructing approximate population curves, plot population curve last to avoid that it is covered by data
Diffstat (limited to 'man/mean_degparms.Rd')
-rw-r--r--man/mean_degparms.Rd12
1 files changed, 11 insertions, 1 deletions
diff --git a/man/mean_degparms.Rd b/man/mean_degparms.Rd
index 5e2b4b0f..bc986d35 100644
--- a/man/mean_degparms.Rd
+++ b/man/mean_degparms.Rd
@@ -4,7 +4,13 @@
\alias{mean_degparms}
\title{Calculate mean degradation parameters for an mmkin row object}
\usage{
-mean_degparms(object, random = FALSE, test_log_parms = FALSE, conf.level = 0.6)
+mean_degparms(
+ object,
+ random = FALSE,
+ test_log_parms = FALSE,
+ conf.level = 0.6,
+ default_log_parms = NA
+)
}
\arguments{
\item{object}{An mmkin row object containing several fits of the same model to different datasets}
@@ -17,6 +23,10 @@ rate constants) pass the t-test for significant difference from zero.}
\item{conf.level}{Possibility to adjust the required confidence level
for parameter that are tested if requested by 'test_log_parms'.}
+
+\item{default_log_parms}{If set to a numeric value, this is used
+as a default value for the tested log parameters that failed the
+t-test.}
}
\value{
If random is FALSE (default), a named vector containing mean values

Contact - Imprint