Skip to content

Commit

Permalink
Merge pull request #105 from MattForshaw/fix-broken-readme-links
Browse files Browse the repository at this point in the history
Fix broken links in README
  • Loading branch information
jbryer committed Jun 5, 2019
2 parents 87c5500 + 3c0b9bf commit a7cb925
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Expand Up @@ -9,21 +9,20 @@ Kim Speerschneider [kimkspeer@gmail.com](mailto:kimkspeer@gmail.com)

`likert` is an R package designed to help analyzing and visualizing Likert type items. More information can be obtained at http://jason.bryer.org/likert. Also, the [included demo](https://github.com/jbryer/likert/blob/master/demo/likert.R) demonstrates many of the features.

Download the 2013 useR! Conference [abstract](https://github.com/jbryer/likert/blob/master/useR%202013/Abstract/Speerschneider.Bryer.likert.pdf?raw=true) and [slides](https://github.com/jbryer/likert/blob/master/useR%202013/Slides/Slides.pdf?raw=true).
Download the 2013 useR! Conference [abstract](https://github.com/jbryer/likert/raw/master/slides/useR%202013/Abstract/Speerschneider.Bryer.likert.pdf) and [slides](https://github.com/jbryer/likert/raw/master/slides/useR%202013/Slides/Slides.pdf).

![Reading Attitude](http://bryer.org/images/likert/centeredPlot1.png)
![Reading Attitude with Histogram](http://bryer.org/images/likert/centeredPlot2.png)

The latest development version can be downloaded using the `devtools` package.

if(!require(devtools)) install.packages("devtools")
devtools::install_github('jbryer/likert')
if(!require(devtools)) install.packages("devtools")
devtools::install_github('jbryer/likert')

To get started take a look at the [likert demo](https://github.com/jbryer/likert/blob/master/demo/likert.R) or from within R:

demo('likert', package='likert')

Or run the [Shiny app](http://rstudio.com/shiny):
demo('likert', package='likert')

shinyLikert()
Or run the [Shiny app](http://rstudio.com/shiny):

shinyLikert()

0 comments on commit a7cb925

Please sign in to comment.