Magnus Dehli Vigeland

47 posts

Magnus Dehli Vigeland banner
Magnus Dehli Vigeland

Magnus Dehli Vigeland

@mdvigeland

Statistical geneticist, R programmer, inbreeding aficionado. Dept. of Medical Genetics, Oslo University Hospital and University of Oslo.

Oslo, Norway Katılım Mayıs 2018
91 Takip Edilen55 Takipçiler
Magnus Dehli Vigeland
Magnus Dehli Vigeland@mdvigeland·
@darielab Yes, this was already on the todo list. As of yesterday QuickPed has a "miscarriage" button! 🙂
English
0
0
0
8
Magnus Dehli Vigeland
Magnus Dehli Vigeland@mdvigeland·
Update: Whatever caused this, it seems to be fixed in R 4.3.1.
English
0
0
0
74
Magnus Dehli Vigeland
Magnus Dehli Vigeland@mdvigeland·
Could this be a bug in R 4.3.0? I just checked that R 4.2.2 gives the expected error: "object 'fakevar' not found".
English
1
0
2
145
Magnus Dehli Vigeland
Magnus Dehli Vigeland@mdvigeland·
Can anyone explain this weird #rstats error message? (The actual problem is of course that `fakevar` doesn't exist.)
Magnus Dehli Vigeland tweet media
English
4
2
1
2.4K
.
.@Fawwaz_mirzani·
@mdvigeland This error message is indicating that the variable 'fakevar' is not recognized or doesn't exist. To resolve this issue, you need to ensure that the variable name is spelled correctly and that it has been properly defined or assigned a value in your code.
English
1
0
1
97
Magnus Dehli Vigeland
Magnus Dehli Vigeland@mdvigeland·
@_nicoromano_ Thanks. For example, suppose (a time consuming version of) this code has been run: layout(mat = rbind(c(1,2), c(3,3))) plot(1:5) plot(1:5) Is it now possible to split the 3rd panel before proceeding?
English
0
0
0
0
Magnus Dehli Vigeland
Magnus Dehli Vigeland@mdvigeland·
Dear #rstats people, I'm struggling with this: When using layout() to split the plot window, can the layout matrix be modified after the first frame has been plotted? So far, I'm stuck at "no", which is not the answer I'm looking for... 🫤
English
0
1
1
0