Coder Social home page Coder Social logo

damshiny's Introduction

Data Analysis Menu in Shiny

This is a data-analysis menu for R using shiny. If you would like to see the app in action please visit Rstudio's Glimmer-server at http://glimmer.rstudio.com/mostlyhrmls/damshiny/

Todo:

  • Add analysis-tools (e.g., MDS, factor, perceptual maps, conjoint)
  • Create help files
  • Add options for compare means (e.g., one-sided) and regression (e.g., F-test for competing models)
  • Add time-series plots with 1 or 2 y-axes
  • Develop install structure so users can pick-and-choose menu-components. For an amazing implementation see Bootstrap although this is well beyond what I have in mind.
  • etc. etc.

To use the damshiny package locally

install.packages('shiny')
install.packages('damshiny', repos = c('http://vnijs.rady.ucsd.edu/site_media/R_packages/','http://cran.rtudio.com'))
library(shiny)
shiny::runApp(system.file('damshiny',package='damshiny'))

To use the damshiny development version locally

install.packages('devtools')
library(devtools)
install_github('shiny', username = 'rstudio')
install_github('shiny-incubator', username = 'rstudio')
install_github('damshiny', username = 'mostly-harmless')
library(shiny)
shiny::runApp(system.file('dev',package='damshiny'))

License

The damshiny package is licensed under the GPLv3. See these files listed below for additional details:

COPYING - damshiny package license (GPLv3) NOTICE - Copyright notices for additional included software

damshiny's People

Contributors

jcheng5 avatar rsm-aaa111 avatar

Watchers

 avatar

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.