Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 29, 2023
1 parent fb504de commit 5974417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/methods_brglm2.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ standard_error.multinom <- function(model, ...) {
stderr <- as.vector(sqrt(diag(vc)))
} else {
if (is.matrix(stderr)) {
tmp <- c()
tmp <- NULL
for (i in seq_len(nrow(stderr))) {
tmp <- c(tmp, as.vector(stderr[i, ]))
}
Expand Down

0 comments on commit 5974417

Please sign in to comment.