interplot icon indicating copy to clipboard operation
interplot copied to clipboard

interplot: plotting interactive effects

Results 23 interplot issues
Sort by recently updated
recently updated
newest added

It seems that it did not support for interaction visualization in Cox models. Could u please improve this wonderful package in the future?

Closes #45 I also made two other changes to prevent CRAN warnings / notes shown by`devtools::check()` / `⁠R CMD check⁠`

Encountered an issue: interplot(model1, var1 = "var1", var2 = "var2", predPro = TRUE, var2_vals = c(0,1)) Warning message: `funs()` was deprecated in dplyr 0.8.0. Please use a list of either...

The methods defined are unclear given the code and its comments which has: method for class 'data.frame' : 
interplot.plot

enhancement
JSS

`interplot(iris)` gives an error Error in `geom_line()`:
! Problem while computing aesthetics.
 Error occurred in the 1st layer.
Caused by error in `FUN()`:
! object 'fake' not found which is...

enhancement
JSS

In vignettes/interplot-vignette.Rmd, if one could avoid loading all these packages ( ggplot2/abind/arm/MASS/Matrix/lme4) by moving some dependencies to imports.

enhancement
JSS

In vignettes/interplot-vignette.Rmd, plots included in the manuscript do not include any axes labels raising concerns about the user friendliness of the implementation. Here are the sample codes that need to...

enhancement
JSS

Suggestion from Professor [Wanlu Deng](http://www.stat.tsinghua.edu.cn/en/teachers/wanlu-deng/): Conduct simulations of three types of true models: 1. X and Z are clearly independent; 2. X and Z are only partially independent; 3. X...

enhancement

Thanks for the great tool! I'm planning to use this tool along with GEE model but it seems there is no support for that the moment. That would be a...

enhancement
help wanted

Hello, I am running some glm models with a complex survey design data using the "survey" package. The resulting object is labeled a "svyglm" and the interplot function doesn't seem...

enhancement