00:01
For this problem, the first thing that we want to do is copy in the data as specified.
00:04
So we have data is, see, 12, 15, na, 22, 18, na, and 30.
00:12
So printing that out, we can see, well, we do have a little bit of a problem.
00:17
In that, we do have two missing values.
00:19
So we're going to need to make sure that we address this.
00:22
If we just do mean of data, we get na because we have missing values.
00:28
One of the ways that we can address this is using an option, i believe it's n a .r .m equals true.
00:38
Oh, one second here...