Graphical Analysis of German Parliament Voting Pattern
We use network visualizations to look into the voting patterns in the current German parliament. I downloaded the data here and all figures can be reproduced using the R code...continue reading.
We use network visualizations to look into the voting patterns in the current German parliament. I downloaded the data here and all figures can be reproduced using the R code...continue reading.
Today we’re excited to announce flexdashboard, a new package that enables you to easily create flexible, attractive, interactive dashboards with R. Authoring and customization of dashboards is done using R...continue reading.
Rationale This Fall, I am teaching graduate-level biostatistics. I have not had the good fortune of teaching many graduate-level offerings, and I am really excited to do so. A team...continue reading.
I recently launched a video series about “pandas”, a popular Python library for data analysis, manipulation, and visualization. But for those of you who want to learn pandas and prefer...continue reading.
I recently launched a video series about “pandas”, a popular Python library for data analysis, manipulation, and visualization. But for those of you who want to learn pandas and prefer...continue reading.
Have you ever encountered R packages versioning issues when one application required different dependent packages versions than other? Have you ever got stuck with your project because of wrong pre-installed...continue reading.
(The post below is motivated by my friend Matt Flynn https://www.linkedin.com/in/matthew-flynn-1b443b11) In the context of operational loss forecast models, the standard Poisson regression is the most popular way to model...continue reading.
A couple of weeks ago I have released my first R package on CRAN. For me it turned out to be a far less painful process than many people on...continue reading.
Steve Simpson (@data_steve) created the googleformr package to enable users to easily send information to a Google Form. It’s a nice way to send and securely store data via R...continue reading.
Learn how to use the pandas library for data analysis, manipulation, and visualization. Each video answers a student question using a real dataset!continue reading.
Learn how to use the pandas library for data analysis, manipulation, and visualization. Each video answers a student question using a real dataset!continue reading.
RStudio addins were released in early 2016 to provide anyone with the ability to add “extensions” to RStudio. This feature has quickly become popular, but discoverability was a problem: there...continue reading.
In SAS/ETS, it is trivial to calculate ACF of a time series with ARIMA procedure. However, the downside is that, in addition to ACF, you will get more outputs than...continue reading.
In my previous post (https://statcompute.wordpress.com/2015/11/01/quasi-binomial-model-in-sas/), I’ve shown why there is an interest in estimating Quasi-Binomial models for financial practitioners and how to estimate with GLIMMIX procedure in SAS. In the...continue reading.
For as long as I have been working with water data, I wanted to construct a line graph superimposed on a box and whisker plot where the boxes show the...continue reading.
We are happy to announce a new series of tutorials that will take your Shiny apps to the next level. In the tutorials, Herman Sontrop and Erwin Schuijtvlot of FRISS...continue reading.
This past January, we held the first ever Shiny Developer Conference. It was a chance to gather together a group of intermediate to advanced Shiny users, and take their skills...continue reading.
[This post is a draft for Table.co technical blog]Graphs can be used as proper data structure in many applications from marketing data to social networks. It is amazing how representing...continue reading.
Yesterday we have been delivered with the new version of R – R 3.3.0 (codename Supposedly Educational). This enabled Bioconductor (yes, not all packages are distributed on CRAN) to release...continue reading.
Where do we start when we stumble across a dataset we don’t know much about? Lets say one where we don’t necessarily understand the underlying generative process for some or...continue reading.