I am working on a paper, attempting to explain the effects of certain influences on terrorist organizations with regards to politicizing. Using VISREG I am able to create visualizations to depict each regression when I have 1 DV and 1 IV. When I attempt to visualize the script below, I get an error. Any suggestions? Also, I am very new to R and R studio. I have only been working with this program for 3 months. Any assistance would be greatly appreciated.
#Ended Through Politics model
m5 <- glm(Politics ~ Peak.Size +
Lifespan..0.recoded.to.1 + Any.Negotiation.with.Government+
govmil + Economy + FreeScale + Right.Wing +
Left.Wing + Nationalist + Religious + Regime.Change +
Territorial.Change + Policy.Change + Empire + Social.Revolution +
Status.Quo, data=main, family="binomial")