I'm using nls.lm() function to get a MODEL. Later, I write "summary(MODEL)" and I get the list of parameters, std.error... and others convergence and model details.
The question is,
someone knows how R computes these std.error (for each parameter) shown with summary()???
Thanks!