library(mrds)
data(ptdata.removal)
x<-ddf(mrmodel = ~glm(~distance + person),
method="rem.fi", data = ptdata.removal,
meta.data=list(width = 80))
plot(x)
Looks like there was an issue in plot_uncond()/plot_cond() where the data passed to hist() and points() was not truncated.