DS4PS / Data-Science-Class

Repository for all files for the Foundations of Data Science I, II and III course sequence.
https://ds4ps.github.io/Data-Science-Class/
1 stars 1 forks source link

example question #1

Open lecy opened 6 years ago

lecy commented 6 years ago

Here is an example of a question posted to the issues tab in GitHub.

You can format code nicely using Markdown:

x <- 1:100
y <- 2*x +  rnorm(100)