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
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
2 matches
Mail list logo