June 2020

News headlines text analysis

June 14, 2020 | Giorgio Garziano

Are you interested in guest posting? Publish at DataScience+ via your RStudio editor. Category Advanced Modeling Tags Data Management R Programming Text Mining In the present tutorial, I show an introductory text analysis of a ABC-news news headlines dataset. I will have a look to the most common words therein ...
[Read more...]

overlap, overstreched

June 14, 2020 | xi'an

An interesting challenge on The Riddler on the probability to see a random interval X’ing with all other random intervals when generating n intervals from Dirichlet D(1,1,1). As it happens the probability is always 2/3, whatever n__1, as shown by the R code below (where replicate cannot be replaced by ...
[Read more...]

T^4 #6: Byobu Sessions

June 14, 2020 | Thinking inside the box

The next video in our T^4 series of video lightning talks with tips, tricks, tools, and toys (where we had seen the announcement, shells sessions one, two, and three, as well as byoby sessions one and two) is now up at YouTube. It covers session mana... [Read more...]

New NIMBLE cheatsheat available

June 14, 2020 | Chris Paciorek

We have prepared a cheatsheet that summarizes NIMBLE’s functionality and syntax in a two-page format that follows the RStudio collection of cheatsheets. NIMBLE is a system for building and sharing analysis methods for statistical models, especially for hierarchical models and computationally-intensive methods (such as MCMC and SMC). Please see ...
[Read more...]

R Packette – Fraction Matrix Operations

June 14, 2020 | Jack Davis

Open up any linear algebra textbook and have a look at the matrix entries. Are there all integers? Are they all written as decimals? There's probably at least some that are fractions. Matrices in computer programs are almost always in decimal form. T...
[Read more...]

R Packette – Fraction Matrix Operations

June 14, 2020 | Jack Davis

Open up any linear algebra textbook and have a look at the matrix entries. Are there all integers? Are they all written as decimals? There's probably at least some that are fractions. Matrices in computer programs are almost always in decimal form. The exception is symbolic mathematics programs like Maple ...
[Read more...]

Machine learning using H2O

June 13, 2020 | n Posts on A stats websiten n

This post will be a quick introduction to using H2O through R. H2O is a platform for machine learning; it is distributed which means it can use all the cores in your computer offering parallelisation out of the box. You can also hook it up to already set ... [Read more...]

Riddler: Can You Track The Delirious Ducks?

June 13, 2020 | Posts | Joshua Cook

FiveThirtyEight’s Riddler Classic link After a long night of frivolous quackery, two delirious ducks are having a difficult time finding each other in their pond. The pond happens to contain a 3×3 grid of rocks. Every minute, each duck randomly swims, independently of the other duck, from one rock to ...
[Read more...]

precommit initial CRAN release

June 13, 2020 | Posts on Lorenz Walthert

I am happy to announce that {precommit} 0.1.2 is available from CRAN. Pre-commit hooks are tests that run each time you attempt to commit. If the tests pass, the commit will be made, otherwise not. A very basic test is to check if code is syntactically... [Read more...]

precommit initial CRAN release

June 13, 2020 | Posts on Lorenz Walthert

I am happy to announce that {precommit} 0.1.2 is available from CRAN. Pre-commit hooks are tests that run each time you attempt to commit. If the tests pass, the commit will be made, otherwise not. A very basic test is to check if code is syntactically valid, making sure you have ... [Read more...]

Approximating e

June 13, 2020 | Rory Winston

I was reading Simon Singh’s The Simpsons And Their Mathematical Secrets today and he mentioned a simple method for approximating e – given a uniform RNG , e can be approximated by the average number of draws required for the sum of the draws to exceed 1. This is a neat little ... [Read more...]

Reading Excel files in R

June 12, 2020 | Greski, Len

Reading Excel Files: A comparison of R packages Background Recently a person posed a question on Stackoverflow about four of the packages that are used to read Microsoft Excel files, including: readxl, openxlsx, xlsx, and XLConnect. The p... [Read more...]

New Book on Machine Learning

June 12, 2020 | matloff

I’m nearing completion of writing my new book, The Art of Machine Learning: Algorithms+Data+R, to be published by the whimsically named No Starch Press. I’m making a rough, partial draft available, and welcome corrections, suggestions and comments. I’ve been considering doing such a project for ... [Read more...]

New Book on Machine Learning

June 12, 2020 | matloff

I’m nearing completion of writing my new book, The Art of Machine Learning: Algorithms+Data+R, to be published by the whimsically named No Starch Press. I’m making a rough, partial draft available, and welcome corrections, suggestions and comments. I’ve been considering doing such a project for ... [Read more...]
1 5 6 7 8 9 12

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)