interactions
interactions copied to clipboard
A comprehensive, user-friendly toolkit for visualizing and analyzing statistical interactions. A spinoff from the `jtools` package.
I am trying to change the "dem_perc" in each of my graph titles into "Dem Pct". `interact_plot(reg2a, pred = x, modx = days, mod2 = dem_perc, data = dataset, x.label...
Hello, thank you for the wonderful package! I was wondering if there is a way to draw lines over the points? At the moment, I could only plot the actual...
Different Johnson-Neyman intervals from johnson_neyman and sim_slopes when including quadratic terms
Thanks for this great package. I am getting inconsistent Johnson-Neyman intervals where I would expect the same output. I am not entirely sure if my analysis strategy is correct -...
cat_plot() allows you to probe interactions betwene categorical predictors. It's not clear to me whether you coulod also do a simple effects analysis (e.g. look at the effect of factor...
Maybe you will want to fix it. `interact_plot()` has a strange behavior when modx.values has a value twice like c(1,1,0,-1). It seems like it treat it as a supplementary moderator....
Hello. I'm trying to plot the interaction of a plm output, but it keeps giving me the following error. I've tried uninstalling and reinstalling R and the packages therein, but...
I am wondering if there is a way to change the geom_ribbon default for confidence intervals in interact_plot ? I would like to have dashed lines instead to illustrate confidence...
Does this package work with a glm poisson model? I receive this error This could cause incorrect results if data has been altered since the model was fit. You can...
Hi! Excellent package, it opened new ways to interpret my data, so I am more than grateful! I just wanted to ask, would it be possible to include survival models...