Bokmärke PCA
http://www.sthda.com/english/articles/31-principal-component-methods-in-r-practical-guide/118-principal-component-analysis-in-r-prcomp-vs-princomp/
RStudio logical expressions
Kom-ihåg lista: Operator Description ! Logical NOT & Element-wise logical AND && Logical AND | Element-wise logical OR || Logical OR Operator Description < Less than > Greater than <= Less than or equal to >= Greater than or equal to == Equal to != Not equal to Operator Description + Addition – […]
Remove all images in a wordpress installation
Recently one image got entangled by a copyright claim from Copyright Agent on the website FrågaDietisten.se, an author had by mistake and unknowingly uploaded a photo belonging to TT and now had to pay a hefty fee. To avoid any further expensive mistakes, and in all a bit of a haste, I decided to write […]
Logistisk regression i R – backup
Backup av denna artikel: Logit Regression | R Data Analysis Examples Logit Regression | R Data Analysis Examples Logistic regression, also called a logit model, is used to model dichotomous outcome variables. In the logit model the log odds of the outcome is modeled as a linear combination of the predictor variables. This […]
CTMU
Part 1 https://medium.com/@variantofone/explaining-the-ctmu-cognitive-theoretic-model-of-the-universe-163a89fc5841?source=tag_archive———0———————– Part 2 https://variantofone.medium.com/explaining-the-ctmu-part-2-mind-equals-reality-e7c42aff9f70
Ted talk
Are my thoughts useful? How do they behave?
Illustrationer och bilder
Biorender – en smidig tjänst att bygga medicinska bilder https://app.biorender.com/ Blausen medical – bilder https://en.wikiversity.org/wiki/WikiJournal_of_Medicine/Medical_gallery_of_Blausen_Medical_2014 Servier Medical – bilder https://smart.servier.com/
RStudio Tidyverse Ggplot2 theme
Kom ihåg alla möjligheter: theme( line, rect, text, title, aspect.ratio, axis.title, axis.title.x, axis.title.x.top, axis.title.x.bottom, axis.title.y, axis.title.y.left, axis.title.y.right, axis.text, axis.text.x, axis.text.x.top, axis.text.x.bottom, axis.text.y, axis.text.y.left, axis.text.y.right, axis.ticks, axis.ticks.x, axis.ticks.x.top, axis.ticks.x.bottom, axis.ticks.y, axis.ticks.y.left, axis.ticks.y.right, axis.ticks.length, axis.ticks.length.x, axis.ticks.length.x.top, axis.ticks.length.x.bottom, axis.ticks.length.y, axis.ticks.length.y.left, axis.ticks.length.y.right, axis.line, axis.line.x, axis.line.x.top, axis.line.x.bottom, axis.line.y, axis.line.y.left, axis.line.y.right, legend.background, legend.margin, legend.spacing, legend.spacing.x, legend.spacing.y, legend.key, legend.key.size, legend.key.height, legend.key.width, legend.text, […]
Hitta alla ark i en excelfil
1. Gå till menyn Formulas -> Define Name 2. Välj namn för formel, exempelvis; Ark 3. Skapa en formel som listar alla ark; =REPLACE(GET.WORKBOOK(1);1;FIND(”]”;GET.WORKBOOK(1));””) 4. Skapa en lista som räkna uppåt; 1, 2, 3 osv.. 5. Använd =INDEX()-funktionen för att lista arken. Exempelvis om listan ligger i kolumn A =INDEX(Ark;A1) Dra nedåt.
RStudio datum format
%a Abbreviated weekday name in the current locale. (Also matches full name on input.) %A Full weekday name in the current locale. (Also matches abbreviated name on input.) %b Abbreviated month name in the current locale. (Also matches full name on input.) %B Full month name in the current locale. (Also matches abbreviated name on […]