R Programming
8/15
Report Issue
FIII in the blanks
89 s
Submit Answer
Use a suitable function to run the mean() on each element of the list vectors, ensuring that missing values are removed and returning a list of values
Complete the code to return the output
```
vectors <- list(
A = c(9, 1,NA, 4, 3),
B}=c(7,NA,4,4,1,NA,10,8
)
```
write code here (vectors, write code here, write code here )
Expected Output
\$A
[1] 4.25
\$B
[1] 5.666667