Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created April 12, 2016 03:15
Show Gist options
  • Save tengpeng/426f112dc888e449f64c8f19cdc41543 to your computer and use it in GitHub Desktop.
Save tengpeng/426f112dc888e449f64c8f19cdc41543 to your computer and use it in GitHub Desktop.
count mean by group R
aggregate(data$age, by=list(data$group), FUN=mean)[2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment