Skip to content

Commit

Permalink
Merge pull request #299 from berkeley-stat159/final2
Browse files Browse the repository at this point in the history
Don't merge it it doesn't pass the test
  • Loading branch information
timothy1191xa committed Dec 15, 2015
2 parents 65701f3 + 368652b commit 7b64add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/utils/scripts/linear_regression_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
data = all_data

# Run the linear_regression function to get the summary
linear_regression(data, 'RT', 'gain', 'loss')
beta1, pvalues1 = linear_regression(data, 'RT', 'gain', 'loss')

linear_regression(data, 'RT', 'ratio')
beta2, pvalues2 = linear_regression(data, 'RT', 'ratio')

linear_regression(data, 'RT', 'diff')
beta3, pvalues3 = linear_regression(data, 'RT', 'diff')


#######################
Expand Down
Binary file modified paper/final_report.pdf
Binary file not shown.

0 comments on commit 7b64add

Please sign in to comment.