You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exercise 2: Convert the columns for age, sex, and location to `numeric`,`factor`, and `factor`, respectively.
```{r Exercise 2}
```
Exercise 3: Add an observation to your data.
```{r Exercise 3}
```
Exercise 4: Half of the individuals have been assigned a treatment, and another half a placebo. Add a column of `logical` values called "treatment" using `cbind` or `cbind.data.frame`.