Using probit link for ds.glm

Hello,

is it possible to specify a link function for the ds.glm function? I would like to do binary regression and use the probit link for it, but apparently this is not possible yet for this function, right? Is there somehow a way to get the regression coefficients for probit modeling of the data?

Thanks a lot

Hi Devin,

The glm functions in DataSHIELD use the canonical link functions for each family (e.g. identity for gaussian, logit for binomial, etc.) and there is not any way to specify a different link function. I am not sure if they are is a way to calculate the coefficients for a probit model if you use a different link. I will have a look and I will let you know if I find anything relevant.

Many thanks, Demetris