social.giorgiocomai.eu
  • Login
  • Public

    • Public
    • Groups
    • Recent tags
    • Popular
    • People

Notices tagged with rstats, page 119

  1. R Weekly (rweekly)'s status on Friday, 14-Sep-2018 13:08:25 CEST R Weekly R Weekly

    Because it's Friday: Hurricane Trackers https://link.rweekly.org/bon #rstats #datascience

    Friday, 14-Sep-2018 13:08:25 CEST from mastodon.social permalink

    Attachments

  2. RFortunes (rfortunes)'s status on Friday, 14-Sep-2018 10:00:03 CEST RFortunes RFortunes

    I see three drivers of problems with R.
    The first is that R is useful. [...]
    The second driver of problems with R is that it is both a programming language and an interactive language. There is a tension there that is unavoidable. [...]
    The third big driver of problems is that R is not software, it is a community.
    -- Patrick Burns (Inferno-ish R)
    CambR User Group Meeting, Cambridge (May 2012) #Rstats

    Friday, 14-Sep-2018 10:00:03 CEST from mamot.fr permalink
  3. RFortunes (rfortunes)'s status on Thursday, 13-Sep-2018 16:00:03 CEST RFortunes RFortunes

    It is a mistake to assume that everything is known about even the common approximations used in statistical practice, and this area is still opening up.
    -- Bill Venables (in a discussion about how fitted generalized linear mixed models can be compared)
    R-help (April 2005) #Rstats

    Thursday, 13-Sep-2018 16:00:03 CEST from mamot.fr permalink
  4. RFortunes (rfortunes)'s status on Thursday, 13-Sep-2018 10:00:03 CEST RFortunes RFortunes

    .RData files (the ones with nothing before the period) are just traps for your future self, with no documentation. I avoid them like the plague.
    -- Jeff Newmiller (in a discussion on whether to store certain defaults in .Rprofile or .RData files)
    R-help (March 2015) #Rstats

    Thursday, 13-Sep-2018 10:00:03 CEST from mamot.fr permalink
  5. R Weekly (rweekly)'s status on Thursday, 13-Sep-2018 04:02:27 CEST R Weekly R Weekly

    Announcing wrapr 1.6.2 https://link.rweekly.org/boe #rstats #datascience

    Thursday, 13-Sep-2018 04:02:27 CEST from mastodon.social permalink
  6. R Weekly (rweekly)'s status on Thursday, 13-Sep-2018 02:28:07 CEST R Weekly R Weekly

    digest 0.6.17 https://link.rweekly.org/bod #rstats #datascience

    Thursday, 13-Sep-2018 02:28:07 CEST from mastodon.social permalink
  7. R Weekly (rweekly)'s status on Thursday, 13-Sep-2018 00:32:27 CEST R Weekly R Weekly

    Le Monde puzzle [#1066] https://link.rweekly.org/boc #rstats #datascience

    Thursday, 13-Sep-2018 00:32:27 CEST from mastodon.social permalink

    Attachments

  8. R Weekly (rweekly)'s status on Wednesday, 12-Sep-2018 19:38:27 CEST R Weekly R Weekly

    If not Notebooks, then what? Look to Literate Programming https://link.rweekly.org/bo9 #rstats #datascience

    Wednesday, 12-Sep-2018 19:38:27 CEST from mastodon.social permalink

    Attachments

  9. R Weekly (rweekly)'s status on Wednesday, 12-Sep-2018 19:27:27 CEST R Weekly R Weekly

    GDP Data via API https://link.rweekly.org/bo8 #rstats #datascience

    Wednesday, 12-Sep-2018 19:27:27 CEST from mastodon.social permalink
  10. R Weekly (rweekly)'s status on Wednesday, 12-Sep-2018 18:56:27 CEST R Weekly R Weekly

    The Evolution of Data Literacy at the U.S. Department of Energy + Finding Power Grid Cyber Attacks in a Data Haystack https://link.rweekly.org/bo7 #rstats #datascience

    Wednesday, 12-Sep-2018 18:56:27 CEST from mastodon.social permalink
  11. R Weekly (rweekly)'s status on Wednesday, 12-Sep-2018 17:01:07 CEST R Weekly R Weekly

    Getting started with deep learning in R https://link.rweekly.org/bo3 #rstats #datascience

    Wednesday, 12-Sep-2018 17:01:07 CEST from mastodon.social permalink
  12. R Weekly (rweekly)'s status on Wednesday, 12-Sep-2018 17:01:07 CEST R Weekly R Weekly

    Practical Data Science with R2 https://link.rweekly.org/bo2 #rstats #datascience

    Wednesday, 12-Sep-2018 17:01:07 CEST from mastodon.social permalink
  13. RFortunes (rfortunes)'s status on Wednesday, 12-Sep-2018 16:00:03 CEST RFortunes RFortunes

    Running as administrator is like heroin... any problems it solves it replaces with worse problems.
    -- Jeff Newmiller (about running R CMD check as administrator)
    R-help (February 2013) #Rstats

    Wednesday, 12-Sep-2018 16:00:03 CEST from mamot.fr permalink
  14. RFortunes (rfortunes)'s status on Wednesday, 12-Sep-2018 10:00:03 CEST RFortunes RFortunes

    Kenn Konstabel: [...] There's more to this trend: SPSS and Statistica now advertise "R language support": [...]
    Charles C. Berry: If you can't beat R, join R.
    Marc Schwartz: "Resistance is futile. You will be assimilated."
    -- Kenn Konstabel, Charles C. Berry, and Marc Schwartz (about the RPro release from REvolution)
    R-help (August 2008) #Rstats

    Wednesday, 12-Sep-2018 10:00:03 CEST from mamot.fr permalink
  15. R Weekly (rweekly)'s status on Tuesday, 11-Sep-2018 21:16:07 CEST R Weekly R Weekly

    Video: R and Python in in Azure HDInsight https://link.rweekly.org/bnv #rstats #datascience

    Tuesday, 11-Sep-2018 21:16:07 CEST from mastodon.social permalink
  16. RFortunes (rfortunes)'s status on Tuesday, 11-Sep-2018 16:00:03 CEST RFortunes RFortunes

    So, with the item in the original query:

    if (x<-3) do_something;

    if they wrote it as

    if (x<(-3)) do_something;

    there would be no problem (and no doubt about what went with what). Of course in complicated expressions this could induce an episode of ocular lispopia, but apart from that it's safe!
    -- Ted Harding (about potential confusion between assignment and comparisons with negative numbers)
    R-devel (August 2010) #Rstats

    Tuesday, 11-Sep-2018 16:00:03 CEST from mamot.fr permalink
  17. RFortunes (rfortunes)'s status on Tuesday, 11-Sep-2018 10:00:02 CEST RFortunes RFortunes

    Don't do as I say, do as Hadley does.
    -- Barry Rowlingson (in a discussion about the workflow for writing R packages, see also fortune(128))
    R-devel (September 2011) #Rstats

    Tuesday, 11-Sep-2018 10:00:02 CEST from mamot.fr permalink
  18. R Weekly (rweekly)'s status on Tuesday, 11-Sep-2018 05:01:07 CEST R Weekly R Weekly

    What have these birds been studied for? Querying science outputs with R https://link.rweekly.org/bnr #rstats #datascience

    Tuesday, 11-Sep-2018 05:01:07 CEST from mastodon.social permalink
  19. R Weekly (rweekly)'s status on Tuesday, 11-Sep-2018 03:26:47 CEST R Weekly R Weekly

    AsioHeaders 1.12.1-1 https://link.rweekly.org/bnq #rstats #datascience

    Tuesday, 11-Sep-2018 03:26:47 CEST from mastodon.social permalink
  20. R Weekly (rweekly)'s status on Tuesday, 11-Sep-2018 00:30:23 CEST R Weekly R Weekly

    riddles on a line [#2] https://link.rweekly.org/bnp #rstats #datascience

    Tuesday, 11-Sep-2018 00:30:23 CEST from mastodon.social permalink

    Attachments

  • After
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

social.giorgiocomai.eu is a social network, courtesy of Giorgio Comai. It runs on GNU social, version 1.2.0-beta4, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All social.giorgiocomai.eu content and data are available under the Creative Commons Attribution 3.0 license.