This isn't as easy to Google as some other things as, to be clear, I'm not talking about logistic regression in the sense of using regression to predict categorical variables.
I'm talking about fitting a logistic growth curve to given data points. To be specific, x is a given year from 1958 to 2012 and y is the estimated global CO2 ppm in November of year x.
Right now it's accelerating but it's got to level off at some point. So I want a logistic curve.
I haven't found a relatively straightforward way to do this yet.
nlsis probably the best way. It has a built-in self start function for the logistic curve, which means you don't need good starting values (as you would for some exotic curve without one). – Glen_b Jan 16 at 0:05