Hi @Al_Rom24 ,
I'm not exactly sure what you're problem is, but I think there might be some misunderstanding or confusion about your data and the model fit that you are using.
First of all, the data are the data. If you're working to try and fit the data to a model of some kind, it helps if you have some kind of theoretical framework as a model to use. The theoretical framework (if you have one) is the "justification" for using a particular model over another one. For example, in physics, if you want to describe the motion of an object in a gravitational potential, like on Earth, you'd use two formulas: y(t) = y0 + vy0*t -0.5*g*t^2 to describe the y-motion and x(t) = x0 + vx0*t for the x-motion. This is the theoretical framework that you base the model of the motion -- e.g. projectile motion in Earth's gravitational field. You wouldn't use the framework of oscillatory motion like f(t) = A*sin(w*t) to describe projectile motion because it's not applicable.
So, when it comes to modeling your data, you should think about the theoretical framework and what theories best apply to your situation at hand. Sometimes that's not possible and you need to use an empirical formula -- one that does the best job at not only fitting your data, but also predicting outcomes accurately (this last part requires extra steps). To be clear, you do not justify the model with your data, but rather either use a theoretical framework for that or you need to use empirical modeling to determine the best model and with your subject matter-expertise argue why such a model is the most appropriate to describe your specific situation.
When JMP performs the regression fit to your data, it's basically allowing the variables a, b, and c to vary in order to determine the best fit that has the lowest residual error. Think of it as a linear regression, y = mx+b. In this case you have two variable m and b, both of which can vary, but only the right combination of them will provide the lowest overall residual error. In the logistic model, you have three variables, and the right combination of those variables will result in the lowest residual error. This residual can be calculated or represented in a variety of different ways, like AICc, BIC, SSE, MSE, RMSE, or R^2 for example. When you perform the nonlinear Logistic 3P (3P, 3-parameter) fit, JMP reports back what these coefficients are along with some statistics about them.
If you really wanted to do this on your own, you could do some estimations on the function as you take the limit of small x, large x, and when x=b. But, this would be somewhat slow and tedious. JMP does it all for you, and also provides statistical evaluations of those estimates in order to provide a meaningful model to your data.
Remember that you need to have at least one more data point than the number of coefficients that you're trying to model: if you have three data points and try to fit a logistic 3p to it, you will have a perfectly constrained fit that has 0 degrees of freedom and poor statistical relevance -- much like fitting a line to two points, there's no wiggle room, the line fits those points exactly, so no statistics can be done on the coefficients.
Hope this helps!,
DS