Fun
Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE 禄

The beauty of R. It recognized both the British and American spelling.

summary_temp <- weather %>%
馃嚭馃嚫summarize(mean = mean(temp, na.rm = TRUE),
std_dev = sd(temp, na.rm = TRUE))
summary_temp
summary_temp <- weather %>%
馃嚞馃嚙summarise(mean = mean(temp, na.rm = TRUE),
std_dev = sd(temp, na.rm = TRUE))
summary_temp

> summary_temp
# A tibble: 1 x 2
mean std_dev
<dbl> <dbl>
1 55.3 17.8
> summary_temp
# A tibble: 1 x 2
mean std_dev
<dbl> <dbl>
1 55.3 17.8
This page is a permanent link to the reply below and its nested replies. See all post replies 禄
Riemann31-35, M
@Nanori Non, not smart enough
馃槑