I have a function
$$y=\dfrac{1-\exp(-\alpha x)}{1+\exp(-\alpha x)}$$
where $y$ is not binary. The range of this function is $[-1,1)$.
So this does not fit into either logit or probit models. How do I estimate $\alpha$ in such models using some standard package in R?
Define $z=\exp (-\alpha x)$, then $y=\frac {1-z}{1+z}$ You can solve this for $z$ by the usual algebra, then take the log and divide by $-x$ to get $\alpha$