Blog Archives

Examples for sjPlotting functions, including correlations and proportional tables with ggplot #rstats

April 18, 2013
By
Examples for sjPlotting functions, including correlations and proportional tables with ggplot #rstats

Sometimes people ask me how the examples of my plotting functions I show here can be reproduced without having a SPSS data set (or at least, without having the data set I use because it’s not public yet). So I … Weiterlesen 

Read more »

Getting the data for the sjPlotting-functions into shape #rstats

March 27, 2013
By
Getting the data for the sjPlotting-functions into shape #rstats

I sometimes get questions on how to reproduce the samples that are posted in this blog. Currently, I’m referring to these posts: Plotting lm and glm models with ggplot Easily plotting grouped bars with ggplot Simplify frequency plots with ggplot … Weiterlesen 

Read more »

Plotting lm and glm models with ggplot #rstats

March 22, 2013
By
Plotting lm and glm models with ggplot #rstats

Update I followed the advice from Tim’s comment and changed the scaling in the sjPlotOdds-function to logarithmic scaling. The screenshots below showing the plotted glm’s have been updated. Summary In this posting I will show how to plot results from … Weiterlesen 

Read more »

Easily plotting grouped bars with ggplot #rstats

March 5, 2013
By
Easily plotting grouped bars with ggplot #rstats

Summary This tutorial shows how to create diagrams with grouped bar charts or dot plots with ggplot. The groups can also be displayed as facet grids. Importing the data from SPSS All following examples are based on an imported SPSS … Weiterlesen 

Read more »

Simplify frequency plots with ggplot in R #rstats

February 25, 2013
By
Simplify frequency plots with ggplot in R #rstats

Update March 5th All downloads are now accessible from my script page! Summary This posting shows how to plot frequency plots using the ggplot-package in R. Compared to SPSS standard outputs, you will learn how to create appealing diagrams ready … Weiterlesen 

Read more »

Simplify your R workflow with functions #rstats

February 24, 2013
By
Simplify your R workflow with functions #rstats

Update/ Thanks to Bernd I could improve the function of how to import the data, so here’s the updated script! /Update In R, you often may have scripts or code snippets that will be reused. In such cases, you can … Weiterlesen 

Read more »

Migrating from SPSS to R #rstats

February 22, 2013
By
Migrating from SPSS to R #rstats

Preface I will every now and then post my experience with R, a package for statistical analyses. I try to show some solutions for common types of analyses or problems you are facing when you start working with R. These … Weiterlesen 

Read more »