Skip to content

Plotting rem.fi models when there is truncation #58

@dill

Description

@dill

Per this Distance for Windows bug.

The MRE is:

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions