May 2018

Data Viz and Manipulation P1

May 19, 2018 | Analysis of AFL

This is the start of the tutorial series, where we will cover visualising and manipulating data in R. There will be a series of mini checkpoints that should be used as a guide to check understanding. To check the most basic functionality of R (you can use it as a ...
[Read more...]

16 Personalities with Circlize

May 19, 2018 | R on Chi's Impe[r]fect Blog

16 Personalities While back, my husband introduced me to this fun online personalities test called 16 personalities. I’ve taken the test, and my personalities type came back as Mediator (Code: INFP - Role: Diplomat) There were difinitely some traits that sounded like me, and a lot of statement I can relate ...
[Read more...]

Beautiful and Powerful Correlation Tables in R

May 19, 2018 | Dominique Makowski

Another correlation function?! A table A Plot A print Options Fun with p-hacking Credits Another correlation function?! Yes, the correlation function from the psycho package.
<span>devtools</span><span>::</span><span>install_github</span><span>(</span><span>"neuropsychology/psycho.R"</span><span>)</span><span>  </span><span># Install the newest version</span><span>

</span><span>library</span><span>(</span><span>psycho</span><span>)</span><span>
</span><span>library</span><span>(</span><span>tidyverse</span><span>)</span><span>

</span><span>cor</span><span> </span><span><-</span><span> </span><span>psycho</span><span>::</span><span>affective</span><span> </span><span>%>%</span><span> 
  </span><span>correlation</span><span>()</span><span>
</span>
This function automatically select numeric variables and run a correlation analysis. It returns a psychobject. A table We can then extract a formatted table ...
[Read more...]

R/exams @ eRum 2018

May 19, 2018 | R/exams

Keynote lecture about R/exams at eRum 2018 (European R Users Meeting) in Budapest: Slides, video, e-learning, replication materials. Keynote lecture at eRum 2018 R/exams was presented in a keynote lecture by Achim Zeileis at eRum 2018, the European R Users Meeting, this time organized by a team around Gergely Daróczi ... [Read more...]

RcppGSL 0.3.5

May 19, 2018 | Thinking inside the box

A maintenance update of RcppGSL just brought version 0.3.5 to CRAN, a mere twelve days after the RcppGSL 0.3.4. release. Just like yesterday's upload of inline 0.3.15 it was prompted by a CRAN request to update the per-package manual page; see the in... [Read more...]

openrouteservice – geodata!

May 19, 2018 | aghaynes

The openrouteservice provides a new method to get geodata into R. It has an API (or a set of them) and an R package has been written to communicate with said API(s) and is available from GitHub. I’ve just been playing around with the examples on this page, ...
[Read more...]

Create Code Metrics with cloc

May 19, 2018 | hrbrmstr

The cloc Perl script (yes, Perl!) by Al Danial (https://github.com/AlDanial/cloc) has been one of the go-to tools for generating code metrics. Given a single file, directory tree, archive, or git repo, cloc can speedily give you metrics on the count of blank lines, comment lines, and ...
[Read more...]

An East-West less divided?

May 19, 2018 | Carl Goodwin

With tensions heightened recently at the United Nations, one might wonder whether we’ve drawn closer, or farther apart, over the decades since the UN was established in 1945. We'll see if cluster analysis can provide some clues. The post An East-West less divided? appeared first on thinkr.
[Read more...]

Do Clustering by “Dimensional Collapse”

May 19, 2018 | Qitao Chen

Problem Image that someone in a bank want to find out whether some of bank’s credit card holders are acctually the same person, so according to his experience, he set a rule: the people share either the same address or the same phone number can be reasonably regarded as ...
[Read more...]

Decision Modelling in R Workshop in The Netherlands!

May 19, 2018 | Lauren Tessier

The Decision Analysis in R for Technologies in Health (DARTH) workgroup is hosting a two-day workshop on decision analysis in R in Leiden, The Netherlands from June 7-8, 2018. A one-day introduction to R course will also be offered the day before the workshop, on June 6th. Decision models are mathematical ... [Read more...]

wrapr 1.4.1 now up on CRAN

May 18, 2018 | John Mount

wrapr 1.4.1 is now available on CRAN. wrapr is a really neat R package both organizing, meta-programming, and debugging R code. This update generalizes the dot-pipe feature’s dot S3 features. Please give it a try! wrapr, is an R package that supplies powerful tools for writing and debugging R code. ...
[Read more...]

inline 0.3.15

May 18, 2018 | Thinking inside the box

A maintenance release of the inline package arrived on CRAN today. inline facilitates writing code in-line in simple string expressions or short files. The package is mature and in maintenance mode: Rcpp used it greatly for several years but then mov... [Read more...]
1 4 5 6 7 8 16

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)