I have been asked to do a linear regression using Weibull on jmp. It only seems to work for data with a positive curve (growth), however, when trying to select the Weibull for the decay data it cannot be selected. Is there a parameter I am missing or an assumption that doesn't allow me to use this model?
Thanks for elaborating! And my guess might be correct.
According to your description, I think I found one article closely related to this context: Modeling the pressure inactivation dynamics of Escherichia coli
In the paper Weibull function (or model) is highlighted in the following:
But in Fit Curve platform, Weibull Growth model looks like the following:
Meanwhile, the Power model looks like the following:
So, the Weibull function in the paper matches the Power Model in Fit Curve platform, and your Y is logCFU.
It would be helpful for you to ask the one who gave you the task to provide the exact formula of the equation, so you will be able to back out the values of estimates of your alpha and beta. In the above paper, the coefficient 2.303 may not exist in your model. And I suspect your alpha parameter is the "b" in that paper, and your beta is "n" in that paper. If all my assumptions hold, here are the alpha and beta estimates from the Power Model outputs:
beta = Power
alpha = (1/abs(Slope))^(1/Power)
Which platform are you using? Which model are you posing?
JMP pro 16.0
I am able to execute Gompertz in the Fit Curve menu. The reason I want to use Weibull model is so I can see the inflection point where decay of the bacteria occurs.
Welcome to the community. Have you looked here:
I have, I do not really understand how to use these formulas. They also seem to rely on a censor and are geared towards equipment failures. Below I have attached what my graphs look like. They are simply Time on the X and a bacterial count on the Y. A JMP support f[page for the Fit Curve Options stipulates a Weibell Growth model is only available when bothe response values and regressor values are nonnegative. So I am confused as to why previous researchers have been able to use this model for similar graphs.
Seems you have negative Y values. But your Y is logarithm of another variable based on name. What does the data look like before transformation? CFU vs Time.
By convention when counting a bacterial sample without any colony forming units you use 0.5. Taking the log of that gives you the negative values once transformed into log.
I might be wrong, but based on my reading, you might be interested in one of the following:
If you can provide more context, that would help. E.g. a little background on the data and the desired model, such that they can help a non-biologist to understand. A reference to the desired model or the subject might help too.
Thanks for elaborating! And my guess might be correct.
According to your description, I think I found one article closely related to this context: Modeling the pressure inactivation dynamics of Escherichia coli
In the paper Weibull function (or model) is highlighted in the following:
But in Fit Curve platform, Weibull Growth model looks like the following:
Meanwhile, the Power model looks like the following:
So, the Weibull function in the paper matches the Power Model in Fit Curve platform, and your Y is logCFU.
It would be helpful for you to ask the one who gave you the task to provide the exact formula of the equation, so you will be able to back out the values of estimates of your alpha and beta. In the above paper, the coefficient 2.303 may not exist in your model. And I suspect your alpha parameter is the "b" in that paper, and your beta is "n" in that paper. If all my assumptions hold, here are the alpha and beta estimates from the Power Model outputs:
beta = Power
alpha = (1/abs(Slope))^(1/Power)