mcp Version 0.3.2
dplyr Version 1.0.8
When trying to plot a large fitted mcpfit object, I'm running into this error:
Error in dplyr::mutate():
! Problem while computing fitted = rlang::exec(...).
Caused by error in if (any(x < lower) || any(x > upper)) ...:
! missing value where TRUE/FALSE needed`
I also get the same error if calling fitted(model)
mcp Version 0.3.2
dplyr Version 1.0.8
When trying to plot a large fitted mcpfit object, I'm running into this error:
Errorindplyr::mutate():! Problem while computing
fitted = rlang::exec(...).Caused by error in
if (any(x < lower) || any(x > upper)) ...:! missing value where TRUE/FALSE needed`
I also get the same error if calling
fitted(model)