[R] extracting Std. Error value from lm/nls
Jason Turner
jasont at indigoindustrial.co.nz
Wed Oct 30 07:08:54 CET 2002
On Wed, Oct 30, 2002 at 02:05:06PM -0200, Antonio Olinto wrote:
> Hi,
>
> How to extract Std. Error values from a lm or a nls?
You get them from the summary object, not the model fit itself.
try something like...
summary(lm(foo ~ bar))$coefficients
Cheers
Jason
--
Indigo Industrial Controls Ltd.
64-21-343-545
jasont at indigoindustrial.co.nz
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list