library(effects)
x1 <- predictorEffect("x6", model)
plot(x1)
x2 <- predictorEffect("x2", model)
plot(x2, main="model COVID 19",xlab="X2", ylab="x") #single plot
plot(allEffects(model)) #all plot
library(effects)
x1 <- predictorEffect("x6", model)
plot(x1)
x2 <- predictorEffect("x2", model)
plot(x2, main="model COVID 19",xlab="X2", ylab="x") #single plot
plot(allEffects(model)) #all plot
0 comments:
Post a Comment