Default level = 0.95. Does this mean +/- 0.025 from estimate? [[alternative HTML version deleted]]
The question could use a bit more information but have a look at http://docs.ggplot2.org/0.9.3.1/stat_smooth.html#. This may explain it. You might also want to have a look at http://adv-r.had.co.nz/Reproducibility.html for some guidelines on asking questions in Rhelp or StackOverflow, etc. John Kane Kingston ON Canada> -----Original Message----- > From: tgs77m at gmail.com > Sent: Wed, 20 Jul 2016 10:01:44 -0700 > To: r-help at r-project.org > Subject: [R] Geom_smooth > > Default level = 0.95. > Does this mean +/- 0.025 from estimate? > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.____________________________________________________________ Receive Notifications of Incoming Messages Easily monitor multiple email accounts & access them with a click. Visit http://www.inbox.com/notifier and check it out!
No, it means precisely the opposite. Google "confidence interval", please. Rui Barradas ? Citando Tom Subia <tgs77m at gmail.com>:> Default level = 0.95. > Does this mean +/- 0.025 from estimate? > > ? ? ? ? [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.htmland provide commented, > minimal, self-contained, reproducible code.? [[alternative HTML version deleted]]
No, it refers to confidence level. Refer to your training in statistics for that definition. -- Sent from my phone. Please excuse my brevity. On July 20, 2016 10:01:44 AM PDT, Tom Subia <tgs77m at gmail.com> wrote:>Default level = 0.95. >Does this mean +/- 0.025 from estimate? > > [[alternative HTML version deleted]] > >______________________________________________ >R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide >http://www.R-project.org/posting-guide.html >and provide commented, minimal, self-contained, reproducible code.
> On Jul 20, 2016, at 10:01 AM, Tom Subia <tgs77m at gmail.com> wrote: > > Default level = 0.95. > Does this mean +/- 0.025 from estimate? > > [[alternative HTML version deleted]]I would have guessed that it meant something along the lines of localized (or one might say "loess-ized") mean +/- 2* similarly localized standard error of the estimate. To find out what the base R version of loess does consult `?predict.loess` and to find out what `geom_smooth` does, you can try to find documentation on the `predictdf` fucntion, but the geom_smooth help pages warns you it is undocumented. -- David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law