Ferdowsy / qdap

Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis

Home Page:http://cran.us.r-project.org/web/packages/qdap/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qdap

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Build Status DOI Version

qdapicon
qdap (Quantitative Discourse Analysis Package) is an R package designed to assist in quantitative discourse analysis. The package stands as a bridge between qualitative transcripts of dialogue and statistical analysis & visualization.

Installation

To download the development version of qdap:

Download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the pacman package to install the development version (The user may want to install the dev version of reports first):

if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh(
    "trinker/qdapDictionaries",
    "trinker/qdapRegex",
    "trinker/qdapTools",
    "trinker/qdap"
)

Note: Windows users need Rtools and devtools to install this way.

Note: Mac users might be required to install the appropriate version XTools from the Apple Developer site in order to install the development version. You may need to register as an Apple developer. An older version of XTools may also be required.

Help

Contact

You are welcome to:

Note: If you are reporting a bug make sure you have first read the Cleaning Text & Debugging vignette

About

Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis

http://cran.us.r-project.org/web/packages/qdap/index.html


Languages

Language:HTML 86.2%Language:R 13.2%Language:TeX 0.5%Language:CSS 0.1%Language:Batchfile 0.0%Language:Rebol 0.0%