Question: Write R code (no loops or assignments) that shows the average body weight of the female cats in the cats dataset.The load of the library
Write R code (no loops or assignments) that shows the average body weight of the "female" cats in the "cats" dataset.The load of the library that contains the "cats" dataset is provided.(the dataset could be viewed by library "Mass", and enter "cats" as followed)
```{r}
library(Mass)
cats
```
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
