Rebekah Robinson and Homer White, Georgetown College
Instructors with
Useful eCOTS 2014 sessions:
install.packages("mosaic")
Gentle down the coding!
install.packages("devtools")
library(devtools)
install_github(repo="tigerstats",
username="homerhanumat")
mosaic
tigerstats
source code is here.Uniform function template for both descriptive and inferential procedures:
\[ procedure(Formula,data=Mydata,\ldots) \]
Formulas are of four types, based on nature of variables in one's “Research Question.”
Output is customized to GC course objectives. Paradigmatic examples:
knitr
package converts R Markdown to HTML, pdfLaTeX
Rgitbook
packageRStudio's manipulate
package enables interactivity in the Plots pane. (More info here.)
CIMean(~height,data=imagpop)
The shiny
package produces web applications. (More info here.)
shiny
) fetch from Github repository, run locally:require(shiny)
runGitHub(repo="tigerstats",
username="homerhanumat",
subdir="inst/FindRegLine")
shiny
) run locally from installed package:runApp(system.file("SlowGoodness",
package="tigerstats"))
Further Resources:
Remember:
tigerstats
= training wheels; students who move on in statistics should learn standard R functions