aboutsummaryrefslogtreecommitdiff
path: root/R/summary.nlme.mmkin.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-02-28 18:12:39 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-02-28 18:14:24 +0100
commit1a9232a1af98b79e254443fe942371d74aad4ac3 (patch)
tree11bb94be1b7bfd0aab72e129d4353b92d3e04595 /R/summary.nlme.mmkin.R
parent7171798e8026238791f2065f167e3c9af50231d9 (diff)
Improve tests, skip some on Travis
Respect digits argument when printing correlations in summaries
Diffstat (limited to 'R/summary.nlme.mmkin.R')
-rw-r--r--R/summary.nlme.mmkin.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/summary.nlme.mmkin.R b/R/summary.nlme.mmkin.R
index b42d5d7b..be7f0441 100644
--- a/R/summary.nlme.mmkin.R
+++ b/R/summary.nlme.mmkin.R
@@ -200,7 +200,7 @@ print.summary.nlme.mmkin <- function(x, digits = max(3, getOption("digits") - 3)
if (nrow(x$confint_trans) > 1) {
corr <- x$corFixed
class(corr) <- "correlation"
- print(corr, title = "\nCorrelation:", ...)
+ print(corr, title = "\nCorrelation:", rdig = digits, ...)
}
cat("\n") # Random effects

Contact - Imprint