I have data set with 3 indepdent variables and 1 dependent variable. They are related to each other in the following way.
y* = a q^{1/3} + b q R C_{NS} + c
where a, b, and, c are coefficients, q, R, and, C_{NS} are independent variables. Depending on the values of y*, I have another binary random variable of interest.
y = 1 if y* > thresholdvalue
y = 0 if y* < thresholdvalue
I have data set containing values of y, q, R, and, C_{NS}. I want to find a nonlinear regression model that would be appropriate fit for this. I have only dealt with linear models. What would be an appropriate model in this case?