Use the preparation materials (I also suggest reviewing the preparation questions for the [Bivariate EDA - Quantitative](BEDAQuant) and [Bivariate EDA - Categorical](BEDACat) modules.) to prepare hand-written answers for the following questions. Please ask any questions on the "Questions -- Preparation Guide" on the course Team (see link on the homepage.)
- What items are described when performing a bivariate EDA with quantitative variables?
- What must be in
x=
andy=
ofaes()
inggplot()
to construct a scatterplot? - What function must be added to a
ggplot()
object to make a scatterplot? - What does
shape=
ingeom_point()
do? - What does
corr()
do? - What must be included as the first argument to
corr()
? - You must convert the variable to what R data type to properly compute a frequency table for an ordinal categorical variable?
- What does
factor()
do? - What does using
levels=
infactor
do? - What does
xtabs()
do? - What does
percTable()
do? - What is the first argument to
percTable()
? - What does using
margin=
inpercTable()
do? - What questions do you have from this reading that you would like me to address? [Please be as specific as possible. Don’t just say “everything” or “I don’t understand anything.” Of course, you can ask questions about the reading before class on MS Teams (see link above).]