August 2019

R collation order

August 7, 2019 | David Lindelöf

You need to declare generic functions in S4 before you can define methods for them. If no definition exists you will see the following error: Generic functions are declared with the setGeneric() function, which must precede the call to setMethod(): But when you develop an R package you may have ... [Read more...]

Ei Gude! – Data science courses with R in Frankfurt

August 7, 2019 | eoda GmbH

Unlock the potential of data science with the free R programming language for advanced analytics and data visualization. In our popular R trainings you will learn how to implement data… Der Beitrag Ei Gude! – Data science courses with R in Frankfurt erschien zuerst auf Der Datenanalyse Blog von eoda.
[Read more...]

Lord Kelvin, Data Scientist

August 6, 2019 | John Mount

In 1876 A. Légé & Co., 20 Cross Street, Hatton Gardens, London completed the first “tide calculating machine” for William Thomson (later Lord Kelvin) (ref). Thomson’s (Lord Kelvin) First Tide Predicting Machine, 1876 The results were plotted on the paper cylinders, and one literally “turned the crank” to perform the calculations. The ...
[Read more...]

Tech Dividends, Part 1

August 6, 2019 | R Views

In a previous post, we explored the dividend history of stocks included in the SP500. Today, we’ll extend that analysis to cover the Nasdaq because, well, because in the previous post I said I would do that. We’ll also explore a different source for dividend data, do some ...
[Read more...]

Causal inference with DAGs in R

August 6, 2019 | paoloeusebi

Directed cyclical graphs (DAGs) are a powerful tool to understand and deal with causal inference. The book “Causal inference in statistics: a primer” is a useful reference to start, authored from Pearl, Glymour, and Jewell. Directed cyclical graphs (DAGs) are a powerful tool to understand and deal with causal inference. ...
[Read more...]

About

August 5, 2019 | [R]eliability

Hi! I’m Riley and I have been designing and developing Class III medical devices for over 13 years. My comfort zone is stents and stent grafts but my current project is an ablation catheter for treating chronic hypertension. Recently I’ve become interested in coding and predictive modeling and have ...
[Read more...]

Arguments of stats::density()

August 5, 2019 | QuestionFlow

Animated illustrations of how arguments affect output of `stats::density()`. Prologue In R, one of the “go to” functions for kernel density estimation is density() from base R package ‘stats’. Given numeric sample, it returns a set of x-y pairs on estimated density curve. It is also a main “workhorse” ... [Read more...]
1 10 11 12 13 14

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)