Skip to content

Instantly share code, notes, and snippets.

@muneebhashmi7712
Created January 9, 2022 14:37
Show Gist options
  • Select an option

  • Save muneebhashmi7712/227fe843a509666d51a26efca749f247 to your computer and use it in GitHub Desktop.

Select an option

Save muneebhashmi7712/227fe843a509666d51a26efca749f247 to your computer and use it in GitHub Desktop.
# Generate random IQ values with mean = 30 and sd =2
IQ <- rnorm(40, 30, 2)
# Sorting IQ level in ascending order
IQ <- sort(IQ)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment