Skip to content

Commit

Permalink
Removed call to 'browser()'
Browse files Browse the repository at this point in the history
  • Loading branch information
melff committed Nov 26, 2024
1 parent b92cd25 commit abd13b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/R/mblogit.R
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,6 @@ predict.mmblogit <- function(object, newdata=NULL,type=c("link","response"),se.f
d <- unlist(d)
ZD <- blockMatrix(ZD,ncol=length(ZD))
}
browser()

b <- object$random.effects
nlev <- length(ZD)
Expand Down

0 comments on commit abd13b8

Please sign in to comment.