I have run a logit data transformation in R using the logit function in the package car.
http://cran.r-project.org/web/packages/car/car.pdf If i run logit on a column of data that contains a 0 value it makes and adjustment according to the literature of 0.025. I thought this meant that it was running the transformation as log((p+0.025)/ (1-(p+0.025))) However, if I run individual values through this equation they do not match up to the output of the logit function. Any suggestions? -- View this message in context: http://r.789695.n4.nabble.com/logit-in-car-package-tp4704408.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.