2021

Why R? 2021 Conference Summary

December 21, 2021 | Why R? Foundation

The fifth edition of Why R? Conference (2021.whyr.pl) finished last week. The post presents the highlights of the conference and the overall summary. You can find all videos from the conference on youtube.com/WhyRFoundationVideos channel. Numbers ... [Read more...]

November 2021: “Top 40” New CRAN Packages

December 20, 2021 | R Views

Two hundred eleven new packages made it to CRAN in November. Here are my “Top 40” picks in thirteen categories: Computational Methods, Data, Ecology, Finance, Genomics, Humanities, Machine Learning, Medicine, Networks, Statistics, Time Series, Utilities, and Visualization. It was gratifying to see multiple packages developed for applications in the Computational Humanities. ...
[Read more...]

The End of our Q4 2021 workshop series

December 20, 2021 | Mirai Solutions

After three workshops series done in Q4 2021 our teaching has reached its conclusion for this year. Starting at the end of October Mirai’s workshops have provided data scientists with the chance to learn different tools that can be of great use for ...
[Read more...]

Why R? 2021 Conference Summary

December 20, 2021 | Why R? Foundation

The fifth edition of Why R? Conference (2021.whyr.pl) finished last week. The post presents the highlights of the conference and the overall summary. You can find all videos from the conference on youtube.com/WhyRFoundationVideos channel. Numbers ... [Read more...]

X-Mas Tree with 10 Lines of R Code

December 20, 2021 | Michael Mayer

Besides the many negative aspects of going through a pandemic, there are also certain positive ones like having time to write short blog posts like this. This one picks up a topic that was intensively discussed a couple of years ago on Wolfram's page: Namely that the damped sine wave ... [Read more...]

My first shiny app

December 19, 2021 | R with White Dwarf

I am happy and excited as I have just deployed my first shiny app on the web. You can find it running at shiny.rwhitedwarf.com (NOTE: I don’t have ssl certificate so, your browser might tell you that is not secure, but you can trust me that there...
[Read more...]

J.League Soccer 2021 Season Review!

December 19, 2021 | R by R(yo)

Introduction The 29th season of the J.League was won, yet again, by Kawasaki Frontale who have now won 4 times out of the past 5 seasons. They still have some way to go to overcome Kashima Antler’s record of 8 league titles but t... [Read more...]

Comparing Distributions

December 19, 2021 | R on kieranhealy.org

When we want to see how something varies across categories, the trellis or small multiple plot is a good friend. We repeatedly draw the same graph once for each category, lining them up in a way that makes them comparable. Here’s an example from ... [Read more...]

Publication in Significance – code

December 19, 2021 | Eran Raviv

Couple of months ago I published a paper in Significance – couple of pages describing the essence of deep learning algorithms, and why they are so popular. I got a few requests for the code which generated the figures in that paper. This weekend I reviewed my code and was content ...
[Read more...]

Generating data from a uniform distribution using R, without using R’s runif function

December 19, 2021 | Shravan Vasishth

Generating data from a uniform distribution using R, without using the runif function Generating data from a uniform distribution using R, without using the runif functionShravan Vasishth12/19/2021 One can easily generate data from a uniform(0,1) using the runif function in R:
runif(10)
##  [1] 0.25873184 0.06723362 0.07725857 0.65281945 0.43817895 0.35372059<br>##  [7] 0.14399150 0.16840633 0.24538047 0.95230596
But what if one doesn’t have ... [Read more...]
1 2 3 4 5 117

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)