Vra

I am looking for an easy way of automatically calling the standard error of a loess regression as an object. I can do this with lm objects, but can't figure it out with loess, and haven't had any luck searching this and other forums.

Was dit nuttig?

Oplossing

Like this:

foo<-loess(something)

foo$s 
Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top