Lädt...


🔧 Displaying a model matrix in R


Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to

If you want to see how R will represent a factor in a model, you can use the model.matrix function.

For example, with unordered factors the model produces dummy variables.

> p = letters[1:4] |> factor()
> model.matrix(~p)
  (Intercept) pb pc pd
1           1  0  0  0
2           1  1  0  0
3           1  0  1  0
4           1  0  0  1

For ordered factors, it produces polynomial contrasts.

> p = letters[1:4] |> factor(ordered = TRUE)
> model.matrix(~p)
  (Intercept)        p.L  p.Q        p.C
1           1 -0.6708204  0.5 -0.2236068
2           1 -0.2236068 -0.5  0.6708204
3           1  0.2236068 -0.5 -0.6708204
4           1  0.6708204  0.5  0.2236068

Original source.

...

🔧 Displaying a model matrix in R


📈 36 Punkte
🔧 Programmierung

🐧 Introducing P2P (peer-to-peer) Matrix | Matrix.org


📈 21.94 Punkte
🐧 Linux Tipps

🎥 Matrix Live S09E20 — Moodle adopts Matrix


📈 21.94 Punkte
🎥 Videos

📰 Lumos Matrix: "Next-Gen"-Helm mit LED-Matrix bei Apple verfügbar


📈 21.94 Punkte
📰 IT Security Nachrichten

🎥 Matrix Live S09E18 — Matrix crypto update. Able to decrypt?


📈 21.94 Punkte
🎥 Video | Youtube

🐧 New Vector (developers of Matrix) raises $8.5M to accelerate Matrix/Riot/Modular


📈 21.94 Punkte
🐧 Linux Tipps

🎥 Matrix Live S09E17 — Element X, Call and Matrix Auth Service updates


📈 21.94 Punkte
🎥 Videos

📰 Matrix 1.0: Matrix-Projekt beendet Betaphase


📈 21.94 Punkte
📰 IT Nachrichten

🎥 Matrix Live S09E14 — The Matrix Elm SDK


📈 21.94 Punkte
🎥 Video | Youtube

📰 News: Matrix 1.0 und die »Matrix.org Foundation« vorgestellt


📈 21.94 Punkte
🐧 Unix Server

🎥 Matrix Live S09E07 — Element X and Matrix Authentication Service


📈 21.94 Punkte
🎥 Video | Youtube

🎥 Matrix Tutorial#14 – Bridging Discourse to Matrix


📈 21.94 Punkte
🎥 Videos

📰 Matrix 1.0 und die »Matrix.org Foundation« vorgestellt


📈 21.94 Punkte
📰 IT Nachrichten

🎥 Matrix Live S08E31 — Element Call Encryption, Linearised Matrix


📈 21.94 Punkte
🎥 Video | Youtube

🎥 Matrix Live S01E03 - Matrix Live Demos


📈 21.94 Punkte
🎥 Video | Youtube

🐧 Introducing Matrix 1.0 and the Matrix.org Foundation


📈 21.94 Punkte
🐧 Linux Tipps

🎥 Matrix Live S08E23 — MLS, Matrix Public Archive, Element X


📈 21.94 Punkte
🎥 Video | Youtube

🐧 ascii-matrix: render ascii art + matrix effect


📈 21.94 Punkte
🐧 Linux Tipps

🕵️ CVE-2023-26922 | Varisicte matrix-gui 2.0 matrix-gui-2.0 shell_exect sql injection


📈 21.94 Punkte
🕵️ Sicherheitslücken

🎥 Matrix 2.0 — How we're making Matrix go voom!


📈 21.94 Punkte
🎥 IT Security Video

🕵️ CVE-2024-42369 | matrix-org matrix-js-sdk up to 34.3.0 leaveRoomChain recursion


📈 21.94 Punkte
🕵️ Sicherheitslücken

🐧 FOSDEM 2023: Matrix 2.0 — How we're making Matrix go voom!


📈 21.94 Punkte
🐧 Linux Tipps

🎥 Matrix Live S09E37 - A sneak peek at the Matrix 2.0 endgame


📈 21.94 Punkte
🎥 Video | Youtube

💾 Google Flights Matrix - Google Matrix Airfare Search (ITA Software) Deutsch


📈 21.94 Punkte
💾 Downloads

🐧 Matrix: Would it be reasonable to run a matrix home server in a basic VPS?


📈 21.94 Punkte
🐧 Linux Tipps

🕵️ matrix-media-repo up to 1.2.6 on Matrix resource consumption


📈 21.94 Punkte
🕵️ Sicherheitslücken

🎥 Arch Conf 2020 - Enter the Matrix: Install your own Matrix server on Arch Linux


📈 21.94 Punkte
🎥 IT Security Video

🎥 Matrix Live S09E31 — The Matrix Conference


📈 21.94 Punkte
🎥 Videos

🐧 Combating abuse in Matrix - without backdoors (Matrix blog)


📈 21.94 Punkte
🐧 Linux Tipps

📰 Matrix 5: Mehr Matrix ist ein Grund zur Freude!


📈 21.94 Punkte
📰 IT Nachrichten

📰 The Matrix: Matrix 4 mit Keanu Reeves kommt früher als erwartet


📈 21.94 Punkte
📰 IT Nachrichten

🎥 Matrix Live S09E21 — Matrix & Element demos!


📈 21.94 Punkte
🎥 Videos

matomo