Skip to content

Instantly share code, notes, and snippets.

@toyeiei
Created August 15, 2019 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toyeiei/75f3c537c6b1d8a7951e8cbf20196b2c to your computer and use it in GitHub Desktop.
Save toyeiei/75f3c537c6b1d8a7951e8cbf20196b2c to your computer and use it in GitHub Desktop.
R4Excel - basic statistics
## summary statistics
summary(df)
## basic statistics
mean(df$age)
median(df$age)
sd(df$age)
sum(df$age)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment