Coding part of 5000 test

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards
dplyr
Package in R that has many functions used for data analysis.
2
New cards
Filter
Selects observations based on conditions.
3
New cards
Select
Chooses specific variables to keep or drop.
4
New cards
Mutate
Adds new variables or modifies existing ones.
5
New cards
Arrange
Sorts rows by values.
6
New cards
Summarize
Creates summary statistics.
7
New cards
Group_by
Groups data by a variable.
8
New cards
Datasummary
Puts statistics in a pretty little table.
9
New cards
ggplot
A visualization package in R for creating different types of charts depending on code.
10
New cards
geom_smooth
Visualizes a model based on CEF.
11
New cards
Kable
Used for prettying up and outputting tables.