Publications by Sith
Diabetes PreProcessing
Internet Read Data Read and Unzip for (i in 2011:2019){ p1=paste0("https://www.cdc.gov/brfss/annual_data/",i,"/files/LLCP",i,"XPT.zip") p2=paste0("Y",i,".zip") download.file(p1,p2) unzip(p2) } Local Read SAS y2011=read.xport("LLCP2011.XPT") y2012=read.xport("LLCP2012.XPT") y2013=read.xport("LLCP2013.XPT") y2014=read.xport("LLCP20...
2239 sym R (7159 sym/9 pcs) 1 img
1st Echo Analysis for Dr. Stigler-Granados
Exploratory Data Analysis Load libraries and data #####################Read and Pre-Clean the Data####################### require(Amelia) ## Loading required package: Amelia ## Loading required package: Rcpp ## ## ## ## Amelia II: Multiple Imputation ## ## (Version 1.7.6, built: 2019-11-24) ## ## Copyright (C) 2005-2020 James Honaker, Gary ...
8847 sym R (16841 sym/82 pcs) 4 img
Fall 2020 Peregrine Analysis
Exploratory Data Analysis Load libraries and data #####################Read and Pre-Clean the Data####################### require(Amelia) ## Loading required package: Amelia ## Loading required package: Rcpp ## ## ## ## Amelia II: Multiple Imputation ## ## (Version 1.7.6, built: 2019-11-24) ## ## Copyright (C) 2005-2020 James Honaker, Gary ...
25236 sym R (25131 sym/108 pcs) 15 img
MHA Exit Exam Analysis, Fall 2020
Exploratory Data Analysis Load libraries and data #####################Read and Pre-Clean the Data####################### require(Amelia) ## Loading required package: Amelia ## Loading required package: Rcpp ## ## ## ## Amelia II: Multiple Imputation ## ## (Version 1.7.6, built: 2019-11-24) ## ## Copyright (C) 2005-2020 James Honaker, Gary ...
28485 sym R (14133 sym/93 pcs) 12 img
PaulaEcho
Exploratory Data Analysis Load libraries and data #####################Read and Pre-Clean the Data####################### require(Amelia) ## Loading required package: Amelia ## Loading required package: Rcpp ## ## ## ## Amelia II: Multiple Imputation ## ## (Version 1.7.6, built: 2019-11-24) ## ## Copyright (C) 2005-2021 James Honaker, Gary ...
1025 sym R (18488 sym/87 pcs) 4 img 15 tbl
Diabetes Analysis
Exploratory Data analysis Load Libraries Functions myprint=function(x, lab="") {print(x)%>%kbl(caption=lab)%>%kable_classic(html_font="Cambria")} mymiss=function(var, lab=""){ temp=rep(0,9) for (i in 1:9){ temp[i]=sum(is.na(var[total$Year==i+2010]))/length(var[total$Year==i+2010])} myseq=seq(2011,2019) temp=as.data.frame(cbind(myse...
5612 sym R (384596 sym/295 pcs) 36 img 48 tbl
ECHO Analysis for Dr. Paula Stigler-Granados
Exploratory Data Analysis Methods. Chagas Disease training was provided in an Echo session to two different primary populations of interest, CHW and physicians. These populations completed a pre-examination, a post-examination, and a follow-up assessment of the training. The training was given on the following days. This study was approved by In...
4732 sym R (16093 sym/133 pcs) 35 img 27 tbl
Introduction to R and R Studio
Test Tab1 str(iris) ## 'data.frame': 150 obs. of 5 variables: ## $ Sepal.Length: num 5.1 4.9 4.7 4.6 5 5.4 4.6 5 4.4 4.9 ... ## $ Sepal.Width : num 3.5 3 3.2 3.1 3.6 3.9 3.4 3.4 2.9 3.1 ... ## $ Petal.Length: num 1.4 1.4 1.3 1.5 1.4 1.7 1.4 1.5 1.4 1.5 ... ## $ Petal.Width : num 0.2 0.2 0.2 0.2 0.2 0.4 0.3 0.2 0.2 0.1 ... ## $ ...
2888 sym R (8627 sym/101 pcs) 5 img 1 tbl
BRFSS Analysis for Dr. Jose Betancourt
Setup Setup knitr::opts_chunk$set(echo = TRUE) knitr::opts_knit$set(root.dir = "D:/Jose") Load Libraries options(scipen=20) require(dplyr);require(doParallel);require(epitools);require(foreach) ## Loading required package: dplyr ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, ...
17223 sym R (23197 sym/80 pcs) 13 tbl
EigenShoes
Set Up Initialization Use of Graphics Here, we add graphics to the data set. #############Prepare for Image Processing####################### num=20 files=list.files("D:/FootJoy/Images/jpg",pattern="\\.jpg")[1:num] ################################################################ View Shoes Function ###################Set Adj. Parameters####...
443 sym R (4264 sym/19 pcs) 5 img