Giter Site home page Giter Site logo

colcost's Introduction

Weighted College Price

This is a Shiny application that allows the user to interactively view the change in geographically-weighted average county-level college price from 1997 to 2012. Data and analyses for this application come from a working paper that can be viewed here:

Estimating the Education-Earnings Equation Using Geographic Variation

Authors

Will Doyle
Benjamin Skinner

To run locally: no file download

## shiny library
library(shiny)

## run from GitHub
runGitHub('colcost', 'btskinner')

## run from the tar or zip file directly
runUrl('https://github.com/rstudio/colcost/archive/master.tar.gz')
runUrl('https://github.com/rstudio/colcost/archive/master.zip')

To run locally: download files

Clone the git, switch into the directory, and use runApp():

## shiny library
library(shiny)

## change directory into local version of colcost
setwd('/path/to/cloned/colcost')
runApp()

To run online

If you don't want to download the files or install Shiny locally on your machine, you can interact with the Shiny application at shinyapps.io:

https://btskinner.shinyapps.io/colcost

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.