American-Institutes-for-Research / WeMix

WeMix public repository
GNU General Public License v2.0
10 stars 1 forks source link

error message #19

Open SarahElgerby opened 4 months ago

SarahElgerby commented 4 months ago

I kept getting this error message regarding part of the code please

function (expr, width.cutoff = 60L, backtick = mode(expr) %in% c("call", "expression", "(", "function"), control = c("keepNA", "keepInteger", "niceNames", "showAttributes"), nlines = -1L) .Internal(deparse(expr, width.cutoff, backtick, .deparseOpts(control), nlines))

Called from: deparse(expr, width.cutoff, ...) --   Browse[1]> and that is where the error appears mixPV <- function(fml, silent = FALSE, ...){ res <- list() #empty list xx <- deparse1(fml[[2]]) xx <- gsub(" ", "", xx) outc <- unlist(strsplit(xx, split = '\\+')) #nout <- length(outc) #number of outcomes pred <- fml[[3]]
pdbailey0 commented 6 days ago

@SarahElgerby sorry to hear that. Any chance you can share code with publicly available code that would allow us to reproduce this error?