aboutsummaryrefslogtreecommitdiff
path: root/R/parms.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/parms.R')
-rw-r--r--R/parms.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/parms.R b/R/parms.R
index bd4e479b..bb04a570 100644
--- a/R/parms.R
+++ b/R/parms.R
@@ -77,6 +77,6 @@ parms.multistart <- function(object, exclude_failed = TRUE, ...) {
successful <- which(!is.na(res[, 1]))
first_success <- successful[1]
colnames(res) <- names(parms(object[[first_success]]))
- if (exclude_failed) res <- res[successful, ]
+ if (exclude_failed[1]) res <- res[successful, ]
return(res)
}

Contact - Imprint