I have created a logistic regression model, and would like to export the data into Word. My logistic regression model has this code:
glm_May_2010 <- glm(EB734_May_2010$trust ~ EB734_May_2010$EU_satisfaction, data = EB734_May_2010, family = "binomial")
Any ideas on how I can export the summary of this regression model for Word? Thanks :)