Publications by Ali
TORCH Presentation
Tree Diagram (Full and interactive) This is the interactive version. Unfortunately, there is no way to embed it into the PowerPoint, but I have provided a static one by email, and it can be added to the PP file. PNG Format(One Level) TORCH Network It is made based on the information I have on the excel file, and it connects the team with their ...
588 sym
Map
data11<- read.csv("C:/Users/u6032404/OneDrive/backup 9.9.19/MJ/Minute/Data Collection Matrix/data11.csv",header = T) head(data11) ## X root group subgroup subsubgroup value ## 1 5 root Social Social Fuctioning (SFQ) 8 ## 2 2 root Social Family Family (FRS-V) 6 ## 3 3 root Social...
6 sym R (1480 sym/4 pcs)
Document
## Loading required package: ggplot2 ## ## Attaching package: 'plotly' ## The following object is masked from 'package:ggplot2': ## ## last_plot ## The following object is masked from 'package:stats': ## ## filter ## The following object is masked from 'package:graphics': ## ## layout ## Warning in RColorBrewer::brewer.pal(...
8 sym R (467 sym/6 pcs)
Document
Details of the data and list of variables # Number of participants in the first round nrow(firstgun) ## [1] 6200 # Number of participants in the second round nrow(secondgun) ## [1] 3500 # Number of participants in the merged data nrow(new_data) ## [1] 9700 # Number of Variables in the merged data ncol(new_data) ## [1] 203 # List of variables ...
168 sym R (169399 sym/1255 pcs) 20 img
Document
LEEP<- read.csv("C:/Users/u6032404/OneDrive/backup 9.9.19/MJ/LEEP/LEEP.csv",header = T) newLEEP <- LEEP[-c(2,1), ] vis_miss(newLEEP, cluster = TRUE) prop_miss(newLEEP) ## [1] 0 prop_complete(newLEEP) ## [1] 1 miss_var_summary(newLEEP) ## # A tibble: 228 x 3 ## variable n_miss pct_miss ## <chr> <int> <db...
8 sym R (1882 sym/13 pcs) 3 img
Document
library(plotly) ## Loading required package: ggplot2 ## ## Attaching package: 'plotly' ## The following object is masked from 'package:ggplot2': ## ## last_plot ## The following object is masked from 'package:stats': ## ## filter ## The following object is masked from 'package:graphics': ## ## layout library(heatmaply) ## W...
19 sym R (1466 sym/12 pcs)