aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-04-30 16:13:13 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-04-30 16:13:13 +0200
commit833d0fa6b5b4c0495e34d96709c3faf11ab4b0ee (patch)
tree845e5bff49f0622fd84d9b5d26c9eeee67974b27 /R
parent7e783e89b8ef28438ec9d20fec99b1125d9a25b0 (diff)
Fix of bug introduced with t-test
Diffstat (limited to 'R')
-rw-r--r--R/mkinfit.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/mkinfit.R b/R/mkinfit.R
index d3edd2f..f44c67d 100644
--- a/R/mkinfit.R
+++ b/R/mkinfit.R
@@ -332,7 +332,7 @@ summary.mkinfit <- function(object, data = TRUE, distimes = TRUE, alpha = 0.05,
resvar <- object$ssr / rdf
if (!is.numeric(covar)) {
covar <- NULL
- se <- lci <- uci <- rep(NA, p)
+ se <- lci <- uci <- tval <- pval1 <- pval2 <- rep(NA, p)
} else {
rownames(covar) <- colnames(covar) <- pnames
se <- sqrt(diag(covar) * resvar)

Contact - Imprint