Hello everyone,

many time I found help here so I try it once again. For the school project I need to create a graph from my data. Last week i created the first verison (left part). But when I've tried it today again the graph looks different (right part), how it is possible? I need a first version of the graph. I did it with the same script, nothing change in data.

I use this script:
effects_ok <- (requireNamespace("effects") && getRversion() >= "3.6.0")
if (effects_ok) {
(ae <- allEffects(model))
plot(ae)
}

I'm not really master in R Studio, so any help is welcomed.
Thanks a lot

Welcome to the community!

You need to share more details with us. To start with, we do not know what is being plotted. We don't what's model. Please share a copy-paste friendly sample dataset, and a minimal reprex.

This should not happen. May be you changed package versions?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.