Suppose you have a subset of our usual North American stock market data loaded into comp data frame with 80,200 observations with all 50 columns. You executed: comp %>% select(emp) %>%    summarise (ave_emp = mean(emp, na.rm = TRUE), number = sum(is.na(emp))) R gave the following output as a result:   ave_emp <dbl> number <int> 8.291884 10,200 Then, you run the following code. comp %>% select(emp) %>%     mutate(num = n()) %>% summarise(min_num = min(num)) The following output  was displayed. min_num <dbl> _{______________ What is the redacted value above?  单项选择题

A

232362

B

100000

C

80200

D

10200

E

Not enough information provided

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!