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")
library(effects)
plot(allEffects(mylogit)
     ,axes=list(y=list(lab="Prob(xyz)"))
)

axes=list(y=list(lab="Prob(xyz)")) changes the y axis labels for all 3 plots... 
Any thoughts on how I could change the x axis labels to let say 'black' (plot 
1), 'white' (plot 2) and 'green' (plot 3) for the 3 respective plots produced? 


appreciate the help...

Andras 

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to