Converting percent loss to probits in JMP
I generated independent probit regressions for multiple populations to a toxicant using a binomial general linear model with a probit link function and log(dose) as the X. Now I wish to convert my Y to probit units. When I save formulae from the GLM output I get this formula for each population: Normal Distribution(Intercept+Slope*Log(dose)) Given that a probit is the inverse of the cumulative dis...