Skip to content

Commit

Permalink
added visdat
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmj committed May 30, 2023
1 parent 7922032 commit c888448
Show file tree
Hide file tree
Showing 6 changed files with 3,184 additions and 276 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install.packages(c("ggrepel","formattable","kableExtra","ggdist","ggside",
"modelsummary","mice","GGally","easystats","patchwork",
"ggplot2","broom.mixed","nlme","lme4","psych","janitor",
"lubridate","skimr","car","styler","grateful","arrow","glue",
"showtext","readxl","foreign","tidyverse"))
"showtext","readxl","foreign","tidyverse","visdat"))
```

And for convenience here are the packages in another format, with some brief explanations.
Expand All @@ -53,6 +53,7 @@ library(lubridate) # for handling dates in data
library(janitor) # for many things in data cleaning
# these are mostly for data analysis and visualization
library(visdat)
library(psych)
library(lme4)
library(nlme)
Expand Down
Binary file added data/MiCBT RCT data_Bridges repository.xlsx
Binary file not shown.
Loading

0 comments on commit c888448

Please sign in to comment.