R: Using equation with natural logarithm in nls
In R, log is the natural logarithm. In calculators, log usually means base 10 logarithm. To achieve that in R you can use the log10 function. As for your formula, it seems correct, since log is the natural logarithm.