Could you provide me with some guides how to write a user-specified link function that I can then use in glm()
?
To be more specific, I'd like to perform the logistic regression with the 5-parameter logistic function but glm offers only the traditional 2-parameter logistic function. Here's a formula of the function I'd like to use.