Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DataScienceSpecialization/courses
Browse files Browse the repository at this point in the history
* 'master' of github.com:DataScienceSpecialization/courses:
  Added some shiny stuff
  Fix graphs in colors lecture
  Re-export PDF slides
  Re-export PDF slides
  Copy with new name
  Re-export PDF slides
  update
  Added a second shiny lecture
  Added a second shiny lecture and some example apps
  Small changes to the slidify lecture
  Finished rCharts and added rgl and rMaps
  some image files in regression
  Added rstudio lecture and some images
  Some small edits
  Deleted a pdf file
  fixed date
  • Loading branch information
rdpeng committed May 21, 2014
2 parents 2244d37 + bbf8368 commit 8ef31db
Show file tree
Hide file tree
Showing 756 changed files with 24,454 additions and 2,976 deletions.
4 changes: 2 additions & 2 deletions 01_DataScientistToolbox/03_04_experimentalDesign/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h2>Randomization and blocking</h2>
<li>If you can (and want to) fix a variable

<ul>
<li>Website always says Obama 2014 on it</li>
<li>Website always says Obama 2012 on it</li>
</ul></li>
<li>If you don&#39;t fix a variable, stratify it

Expand Down Expand Up @@ -521,4 +521,4 @@ <h2>Summary</h2>
<script>hljs.initHighlightingOnLoad();</script>
<!-- DONE LOADING HIGHLIGHTER JS FILES -->

</html>
</html>
Binary file modified 02_RProgramming/lectures/CodingStandard.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/ControlStructures.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/DataTypes.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/Dates.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/OverviewHistoryR.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/Scoping.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/Subsetting.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/Vectorized.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/apply.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/debugging.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/functions.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/help.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/lapply.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/mapply.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/profiler.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/reading_data_I.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/reading_data_II.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/simulation.pdf
Binary file not shown.
Binary file added 02_RProgramming/lectures/split.pdf
Binary file not shown.
Binary file modified 02_RProgramming/lectures/tapply.pdf
Binary file not shown.
Empty file.
14 changes: 14 additions & 0 deletions 04_ExploratoryAnalysis/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
strong, b {
font-weight: bolder;
}
em {
font-style: italic;
}

img.center {
display: block;
margin: auto auto;
}
redtext {
color: red;
}
50 changes: 50 additions & 0 deletions 04_ExploratoryAnalysis/assets/css/ribbons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/*Github Ribbon Test*/
/* Source: https://github.com/dciccale/css3-github-ribbon */
/* Define classes for example, definition, problem etc. */
/* Choose meaningful colors for background and text */

.example {
background-color: #121621;
top: 1.2em;
right: -3.2em;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
-moz-box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
color: #FF0;
display: block;
padding: .6em 3.5em;
position: absolute;
font: bold .82em sans-serif;
text-align: center;
text-decoration: none;
text-shadow: 1px -1px 8px rgba(0,0,0,0.60);
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.definition {
background-color: #a00;
top: 1.2em;
right: -3.2em;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
-moz-box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
box-shadow: 0 0 0 1px #1d212e inset,0 0 2px 1px #fff inset,0 0 1em #888;
color: #FFF;
display: block;
padding: .6em 3.5em;
position: absolute;
font: bold .82em sans-serif;
text-align: center;
text-decoration: none;
text-shadow: 1px -1px 8px rgba(0,0,0,0.60);
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
Empty file.
Binary file added 04_ExploratoryAnalysis/assets/img/bigdata.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/bigdata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/brain.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/census2010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/chrome.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/clinical.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/color2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/color3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/datacenter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/deluge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/example10.pdf
Binary file not shown.
Binary file added 04_ExploratoryAnalysis/assets/img/example10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/excel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/fastq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/feces.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/final.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/fmri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/fuelband.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/google.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/graph1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/graph2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 04_ExploratoryAnalysis/assets/img/hiseq.jpg
Binary file added 04_ExploratoryAnalysis/assets/img/hist1.png
Binary file added 04_ExploratoryAnalysis/assets/img/howmuch.png
Binary file added 04_ExploratoryAnalysis/assets/img/ibm350.jpg
Binary file added 04_ExploratoryAnalysis/assets/img/leskovec.jpg
Binary file added 04_ExploratoryAnalysis/assets/img/leskovec.png
Binary file added 04_ExploratoryAnalysis/assets/img/like1.png
Binary file added 04_ExploratoryAnalysis/assets/img/like2.png
Binary file added 04_ExploratoryAnalysis/assets/img/logo.gif
Binary file added 04_ExploratoryAnalysis/assets/img/meyer.jpg
Binary file added 04_ExploratoryAnalysis/assets/img/milgram.jpg
Binary file added 04_ExploratoryAnalysis/assets/img/ngrams.png
Binary file added 04_ExploratoryAnalysis/assets/img/openintro.png
Binary file added 04_ExploratoryAnalysis/assets/img/plot1.png
Binary file added 04_ExploratoryAnalysis/assets/img/plot2.png
Binary file added 04_ExploratoryAnalysis/assets/img/plot4.png
Binary file added 04_ExploratoryAnalysis/assets/img/plot5.png
Binary file added 04_ExploratoryAnalysis/assets/img/plot6.png
Binary file added 04_ExploratoryAnalysis/assets/img/poisson.png
Binary file added 04_ExploratoryAnalysis/assets/img/pollution.png
Binary file added 04_ExploratoryAnalysis/assets/img/processing.png
Binary file added 04_ExploratoryAnalysis/assets/img/raw.png
Binary file added 04_ExploratoryAnalysis/assets/img/readme.png
Binary file added 04_ExploratoryAnalysis/assets/img/restaurant.png
Binary file added 04_ExploratoryAnalysis/assets/img/rmarkdown.png
Binary file added 04_ExploratoryAnalysis/assets/img/rmd.png
Binary file added 04_ExploratoryAnalysis/assets/img/scatter1.png
Binary file added 04_ExploratoryAnalysis/assets/img/scatter2.png
Binary file added 04_ExploratoryAnalysis/assets/img/security.png
Binary file added 04_ExploratoryAnalysis/assets/img/sloan.png
Binary file added 04_ExploratoryAnalysis/assets/img/spamR.png
Binary file added 04_ExploratoryAnalysis/assets/img/swfdr.png
Binary file added 04_ExploratoryAnalysis/assets/img/target.jpg
Binary file added 04_ExploratoryAnalysis/assets/img/target.png
Binary file added 04_ExploratoryAnalysis/assets/img/triangle.png
Binary file added 04_ExploratoryAnalysis/assets/img/twitter.png
Binary file added 04_ExploratoryAnalysis/assets/img/uci.png
Binary file added 04_ExploratoryAnalysis/assets/img/where.pptx
Binary file not shown.
Empty file.
Empty file.
Binary file modified 04_ExploratoryAnalysis/lectures/GraphicsDevices.pdf
Binary file not shown.
Binary file modified 04_ExploratoryAnalysis/lectures/PlottingBase.pdf
Binary file not shown.
Binary file modified 04_ExploratoryAnalysis/lectures/PlottingLattice.pdf
Binary file not shown.
Binary file modified 04_ExploratoryAnalysis/lectures/PlottingSystems.pdf
Binary file not shown.
Binary file modified 04_ExploratoryAnalysis/lectures/Principles.pdf
Binary file not shown.
Binary file added 04_ExploratoryAnalysis/lectures/RColors.pdf
Binary file not shown.
Binary file modified 04_ExploratoryAnalysis/lectures/clusteringExample.pdf
Binary file not shown.
Binary file modified 04_ExploratoryAnalysis/lectures/dimensionReduction.pdf
Binary file not shown.
Binary file modified 04_ExploratoryAnalysis/lectures/exploratoryGraphs.pdf
Binary file not shown.
Binary file modified 04_ExploratoryAnalysis/lectures/hierachicalClustering.pdf
Binary file not shown.
Binary file modified 04_ExploratoryAnalysis/lectures/kmeansClustering.pdf
Binary file not shown.
Binary file modified 05_ReproducibleResearch/lectures/Checklist.pdf
Binary file not shown.
Binary file modified 05_ReproducibleResearch/lectures/EvidenceBasedDataAnalysis.pdf
Binary file not shown.
Binary file modified 05_ReproducibleResearch/lectures/LevelsOfDetail.pdf
Binary file not shown.
Binary file modified 05_ReproducibleResearch/lectures/Markdown.pdf
Binary file not shown.
Binary file modified 05_ReproducibleResearch/lectures/RMarkdown.pdf
Binary file not shown.
Binary file added 05_ReproducibleResearch/lectures/RRCaseStudy.pdf
Binary file not shown.
Binary file added 05_ReproducibleResearch/lectures/baggerly.pdf
Binary file not shown.
Binary file modified 05_ReproducibleResearch/lectures/organizingADataAnalysis.pdf
Binary file not shown.
Binary file not shown.
Binary file modified 05_ReproducibleResearch/lectures/structureOfADataAnalysis2.pdf
Binary file not shown.
Diff not rendered.
Binary file removed 07_RegressionModels/productionLectures/fig/lsm.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ framework : io2012 # {io2012, html5slides, shower, dzslides, ...}
highlighter : highlight.js # {highlight.js, prettify, highlight}
hitheme : tomorrow #
url:
lib: ../../libraries
lib: ../../librariesNew
assets: ../../assets
widgets : [mathjax] # {mathjax, quiz, bootstrap}
mode : selfcontained # {standalone, draft}
Expand Down
Loading

0 comments on commit 8ef31db

Please sign in to comment.