Hello, I'm new to the community but see that you provide great guidance so I have a question to ask:
How do I load NonlinearModelFit in Mathematica 6?
When I try using the function as is documented on line I get:
data={{0,1},{1,0},{3,2},{5,4},{6,4},{7,5}}; nlm=NonlinearModelFit[data, Log[a + bx^2],{a,b},x] NonlinearModelFit[{{0,1},{1,0},{3,2},{5,4},{6,4},{7,5}},Log[a+bx2],{a,b},x]
Thanks, Mark