I am able to generate desired plots using the following codes:
sjp.glm(fit,type="prob")
sjp.glm(fit,type="eff")
sjp.glm(fit,type="y.pc")
However, I will like to plot the graphs separately instead of all in one. I've tried arguments like var, vars, term and terms
, but none is working. I went through the documentation but still can't locate the correct argument for my purpose.
Any idea or alternative on this problem?
Thank you.