This page contains the functions we’ve covered over term so far! More coming soon!
install.packages()
library()
remotes::install_github()
learnr::run_tutorial()
readr::read_csv()
haven::read_sav()
print()
View()
head()
tail()
str()
summary()
names()
ncol()
nrow()
dplyr::select()
dplyr::filter()
dplyr::mutate()
dplyr::rename()
na.omit()
dplyr::summarise()
dplyr::group_by()
ggplot2::ggplot()
aes()
geom_point()
geom_smooth()
stat_summary()
labs()
coord_cartesian()
scale_y_continuous()
theme_bw()
theme_minimal()
theme_classic()
GGally::ggscatmat()
GGally::ggscatmat()
correlation::correlation()
t.test()
effectsize::cohens_d()
lm()
robust::lmRob()
parameters::model_parameters()
summary()
broom::tidy()
broom::glance()