Skip to content

Commit 5326f95

Browse files
committed
Update mlClassificationLogisticMultinomial.R
1 parent 587ecd4 commit 5326f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mlClassificationLogisticMultinomial.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ mlClassificationLogisticMultinomial <- function(jaspResults, dataset, options, .
214214
table[["se"]] <- rep(".", nrow(coefs))
215215
table[["t"]] <- rep(".", nrow(coefs))
216216
table[["p"]] <- rep(".", nrow(coefs))
217-
table$addFootnote(gettext("Standard errors, t-values and p-values are not available for multinomial regression coefficients."))
217+
table$addFootnote(gettext("Standard errors, t-values and p-values are not available in multinomial regression."))
218218
}
219219
if (options[["coefTableConfInt"]]) {
220220
table[["lower"]] <- coefs[, "lower"]

0 commit comments

Comments
 (0)