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 禄
adorbz26-30, F
Riemann31-35, M
@adorbz It simple
cus
m a newbie
adorbz26-30, F
@Riemann I have no idea what鈥檚 going on here 馃憖
Riemann31-35, M
@adorbz Trying to get summary temperature of weather from a data set. Looking for mean and standard deviation.
What I highlighted here with the flags that, summarize and summarise, both are recognized by the programming language R. :) 鉂わ笍
adorbz26-30, F
@Riemann ooooooooh ohhhhhh I see that now. That鈥檚 cool 馃ズ americans being inclusive to brits for once 馃ズ馃ズ馃ズ