Big Five Strukturgleichungs-Modell mit echtem Datensatz in R berechnen (Paket lavaan)

Heute machen wir mal etwas richtig cooles. Wir fitten das Big Five Fünf-Faktoren-Modell an einem echten Datensatz in R. Das ist gar nicht so schwer wie man meint und man lernt einiges im Prozess. Unter anderem, dass das Gesamt-Modell überhaupt nicht berechenbar ist. Aber eins nach dem anderen. Woher bekommen wir einen echten Big Five Datensatz? Big Five ist nicht gleich Big Five. Der bedeutsamste Big Five Fragebogen ist der NEO-PI-R.

How to get the same results with factanal and psych::fa in factor analysis with R

There are two common options to run a factor analysis in R, either with the base factanal function or the fa function from the package psych. The base function factanal uses maximum likelihood estimation, while the fa function from the psych package uses minimum residual estimation as the default. Is it possible to reproduce a factanal result with the fa function? Yes, one just has to set the correct parameters.

R Package installation fails with "libopenblas.so.3: cannot open shared object file"

Recently, I had trouble updating some R packages that require openblas. The error R gives is*: “libopenblas.so.3: cannot open shared object file: No such file or directory”. It seems some other people experience the same problem. With a symlink we can fix the problem quickly. First, we check if any libopenblas.so is on our filesystem:1 locate libopenblas.so ## /usr/lib/libopenblas.so ## /usr/lib/libopenblas.so.0 ## /usr/lib/libopenblas.so.0.3 ## /usr/lib/libopenblas.so.3 Here, we can already see the problem.

Übungsmaterialien Methodenlehre I

So viele Methodenlehre-Bücher und so wenig Übungsmaterialien! Methodiker konzentrieren sich in der Lehre entweder auf (1) formal korrekte oder (2) intuitive Erklärungen komplizierter Sachverhalte. Beides ist hilfreich, aber viel wichtiger ist es zu üben, üben, üben! Mein neues Übungsheft verfolgt genau diesen Ansatz. Das Buch ist unabhängig über KDP veröffentlicht1: https://amzn.eu/d/50tjI7G und ist auch als pdf bei Google-Play verfügbar: https://play.google.com/store/books/details?id=2uOUEAAAQBAJ Eine Leseprobe gibt es hier: https://play.google.com/books/reader?id=2uOUEAAAQBAJ&pg=GBS.PA12&hl=de Das Übungsheft besteht aus 113 Aufgaben (mit Lösungen) zu folgenden Themen:

Installing Coreboot on the X220

I finally did it! I installed coreboot on my old x220. It was much easier than expected and it actually works. Since there is a lot of scattered information on the internet, here I provide some additional notes that will help me in the future when I want to coreboot another device. First of all you should know that you have to flash your bios chip. This means you need to open your computer and physically attach wires to your bios chip.