Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

Posts

Pipe operator in R

Base R 4.1 introduced a new operator, called pipe (|>) that directs the result of left hand side (LHS) to the right hand side (RHS) as the first argument ...

Területdiagramok típusai és a folyamgráf

A következőkben az idősoros elemzésekben gyakran használt területdiagramok (areachart) típusaival fogunk foglalkozni. Ezek tipikusan az x tengelyen az idő di...

Statisztikai elemzés pspp-vel Emacs-en

Manapság sokféle környezet (Python Pandas, R, stb) kínál lehetőséget statisztikai elemzésre. Az SPSS talán az egyik legkönnyebben megtanulható alkalmazás, de...

Resize your plot within R

ggplot2::ggsave has reasonable defaults for image width and height that are equal to the size of the current graphic window. In my case it is the X11 device,...

Anatomy of an ancient magick command

ImageMagick is a software suit to manipulate images mainly from command line interface (CLI)1. It was created in 1987 and open-sourced in 1990. The convert c...

Video manipulating from the command line

There are several applications and online tools that can be used to convert, extract, resize, etc video content under GNU/Linux desktops. The following post ...

Over or below the grey lines

Comparison of current and past mortality data shows the net death cost of current pandemic. Hungarian data on the bulk number of total deaths for the first e...

Adding capitals to “Eurostat-countries”

One can easily draw a map for 37 “Eurostat countries”. However adding capital cities to the map can be tricky. The following example will use {maps} package ...

Mapping Eurostat data

Recently, I found a post on mapping Eurostat data, which was written in 2016 by Markus Kainu. It is not too old, but an important function within {eurostat} ...

Weighted survey means with rstats

The following simple example will use European Social Survey (ESS) integrated datafile in order to plot unweighted and weighted distribution of the generaliz...