Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library("shiny") | |
| library("ggplot2") | |
| n_obs <- 500L | |
| ## Define UI for application that draws a histogram | |
| ui <- fluidPage( | |
| ## Application title | |
| titlePanel("Visualizing Raw Data vs Residuals"), |