Re: [R] effects package x axis labels

2017-11-11 Thread Eric Berger
Hi Andras, I have not used this package before but I did the following steps to arrive at an answer. Hopefully both the answer is what you are looking for and also the steps to understand how you can answer such questions yourself in the future. 1. R is an object-oriented language, but there are se

[R] effects package x axis labels

2017-11-10 Thread Andras Farkas via R-help
Dear All, probably a simple enough solution but don;t seem to be able to get my head around it...example based on a publicly available data set: mydata <- read.csv("https://stats.idre.ucla.edu/stat/data/binary.csv";) mylogit <- glm(admit ~ gre + gpa + rank, data = mydata, family = "binomial") li