Skip to content

Commit

Permalink
Merge pull request #58 from brymz/Statistics-1
Browse files Browse the repository at this point in the history
add Statistics-1-R.md
  • Loading branch information
ethanwhite committed Jun 15, 2015
2 parents 5cf49ce + 4f7c637 commit 3b65760
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions exercises/Statistics-1-R.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: exercise
title: Statistics 1
language: R
---

This is a follow up to the [Graphing 1]({{ site.baseurl }}/exercises/graphing-1-R).

We've graphed the relationship between adult size and new born size in
mammals and now it's time to analyze the relationship statistically.

1. Do a regression where x is log10(adult mass) and y is log10(newborn mass)
2. Print the summary statistics for this regression
3. Make a graph that shows both the data points and the regression line through
those points. Label the axes.

*Optional: If you want, plot a histogram of the residuals of the regression to
make sure that they are roughly normally distributed (you can do this with just
a single line of code)*

0 comments on commit 3b65760

Please sign in to comment.