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