Publications by Andrew
Document
# load packages library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tid...
44 sym R (16105 sym/35 pcs) 6 img
Mental Health and Technology Analysis Report
# load packages install.packages("tidyverse") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.4' ## (as 'lib' is unspecified) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1...
36 sym R (8880 sym/30 pcs) 3 img
Digital wallet analysis output report
# load packages install.packages("tidyverse") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.4' ## (as 'lib' is unspecified) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1...
40 sym R (9937 sym/33 pcs) 4 img
Brain Tumor Analysis
# print dataset brain_tumor <-read.csv("/cloud/project/tumor/brain_tumor_dataset.csv") head(brain_tumor) ## Tumor.Type Location Size..cm. Grade Patient.Age Gender ## 1 Oligodendroglioma Occipital Lobe 9.23 I 48 Female ## 2 Ependymoma Occipital Lobe 0.87 II 47 Male ## 3 Meningioma O...
49 sym R (9135 sym/39 pcs) 7 img
Analysis of Food Nutritional Data using R
# load tidyverse library("tidyverse") ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔...
59 sym R (17911 sym/49 pcs) 7 img
NppToR 2.4.0 Adds Auto-Completion
I’ve had a wonderful summer, very busy, but now I’ve finally had some time to sit down and program some thing on NppToR that I’ve been wanting to get out. Thanks to Yihui Xie and his wonderful R script for generating auto-completion files, NppToR now has a dynamic Auto-Completion feature like the Dynamic Syntax generation feature. Spe...
1576 sym
NppToR 2.5.0
NppToR 2.5.0 is finally here. There were some major changes in the functionality. First, which will be the biggest for most people is that NppToR 2.5 supports R-2.12.0 which was just released. The new dual file structure for R beaks the spawning procedure in previous versions of NppToR. Another big change is handling settings. N...
1716 sym
New R Users Group for University of Utah and Research Park
I’m organizing a new R Users Group for the University of Utah and Research Park sponsored by the Study Design and Biostatistics Center. We welcome all to come. The first meeting will be dedicated to finding out what users needs and abilities are. We also welcome all skill levels. But I will also give a short presentation about some of the b...
926 sym