More Functions Flashcards
1
Q
What does this function do
descriptives_bygroup
A
Presents descriptive data based on the data set provided
2
Q
What does this function do
pivot_longer()
A
makes datasets longer by increasing the number of rows and decreasing the number of columns
3
Q
What is the difference between a dataframe and a matrix
A
matrix means the values must be of the same type (character or factor)
4
Q
What does this function do
data.frame
A
Creates a data frame
5
Q
se
A