Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in fimd.R code #9

Open
moviedo5 opened this issue Jul 14, 2022 · 1 comment
Open

bug in fimd.R code #9

moviedo5 opened this issue Jul 14, 2022 · 1 comment

Comments

@moviedo5
Copy link

Error in hist.default(mis, plot = FALSE, breaks = b) :
some 'x' not counted; maybe 'breaks' do not span range of 'x
mi.hist(Yimp, Yobs,
b = seq(-20, 200, 10), type = "continuous",
gray = FALSE, lwd = lwd,
obs.lwd = 1.5, mis.lwd = 1.5, imp.lwd = 1.5,
obs.col = mdc(4),mis.col = mdc(5), imp.col = "transparent",
mlt = 0.08, main = "", xlab = "Ozone (ppb)")
Solution: let the minimum of b be -40 for example?

@fenguoerbian
Copy link

I would suggest to directly remove b here since the default setting in mi.hist is pretty good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants