15:00
tidyverse
tidyverse
Artificial intelligence (AI) tools, such as ChatGPT, are being used to generate code, analyze data, and much more. However, a key goal of this course is for you to learn how to thoughtfully, ethically, and independently write code and extract knowledge from data. Therefore, the use of generative AI tools, such as ChatGPT and others, are strictly prohibited in any stage of the work process for this course. If you have questions about whether a tool is allowed for this course, ask the Instructor before using it.
Violations of this policy are considered academic misconduct.
tidyverse
tidyverse
R
packages that work together to provide extensive and intuitive data analysis functions.tidyverse
packages:
tibble
, to improve on the data.frame,readr
, to improve reading and writing data,dplyr
, to manipulate and summarize data “data plyers”,tidyr
, to clean and reshape data, andggplot2
, to produce beautiful graphics with intuitive syntax “the grammer of graphics”.tidyverse
to perform data analysis.R
in its “base” form. That is, R
with only built-in functions.R
has many advantages: especially in being fast and reliable.tidyverse
can provide a more intuitive approach to data analysis.15:00
15:00