All Projects → quadrama → Dramaanalysis

quadrama / Dramaanalysis

Licence: gpl-3.0
An R package for analysis of dramatic texts

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Dramaanalysis

Statsmodels
Statsmodels: statistical modeling and econometrics in Python
Stars: ✭ 6,935 (+69250%)
Mutual labels:  statistics
Aibootcamp 2019
AI bootcamp 2019 materials.
Stars: ✭ 18 (+80%)
Mutual labels:  statistics
R actuarial
El objetivo de este repositorio es brindar un apoyo a la comunidad interesada en mejorar sus técnicas en el lenguaje de programación R o emprenderlo desde un punto de vista muy aplicado. Un repositorio con códigos de R para aplicaciones actuariales: probabilidad, estadística, riesgo y finanzas.
Stars: ✭ 25 (+150%)
Mutual labels:  statistics
Scratchapi
A library written in Java for accessing scratch.mit.edu via your Java application...
Stars: ✭ 5 (-50%)
Mutual labels:  statistics
Causal Inference For Data Scientists
Notebooks of Python and R code which illustrates basic causal inference using simulated data
Stars: ✭ 17 (+70%)
Mutual labels:  statistics
Introductiontostats
http://tinyurl.com/cruk-stats
Stars: ✭ 22 (+120%)
Mutual labels:  statistics
Notes
Notes On Using Data Science & Artificial Intelligence To Fight For Something That Matters.
Stars: ✭ 710 (+7000%)
Mutual labels:  statistics
Dominhhai.github.io
My Blog
Stars: ✭ 8 (-20%)
Mutual labels:  statistics
Gamblers Dice
A terrible idea, now real.
Stars: ✭ 897 (+8870%)
Mutual labels:  statistics
Blogr
Scripts + data to recreate analyses published on http://benjaminlmoore.wordpress.com and http://blm.io
Stars: ✭ 23 (+130%)
Mutual labels:  statistics
Ruby Stats
Fetch statistics about your machine using Ruby
Stars: ✭ 5 (-50%)
Mutual labels:  statistics
Pgnstats
parses PGN files and extracts statistics for chess games
Stars: ✭ 16 (+60%)
Mutual labels:  statistics
Owl
Owl - OCaml Scientific and Engineering Computing @ http://ocaml.xyz
Stars: ✭ 919 (+9090%)
Mutual labels:  statistics
Awesome Python Data Science
Probably the best curated list of data science software in Python.
Stars: ✭ 812 (+8020%)
Mutual labels:  statistics
Socrat
A Dynamic Web Toolbox for Interactive Data Processing, Analysis, and Visualization
Stars: ✭ 26 (+160%)
Mutual labels:  statistics
Statistical Rethinking With Python And Pymc3
Python/PyMC3 port of the examples in " Statistical Rethinking A Bayesian Course with Examples in R and Stan" by Richard McElreath
Stars: ✭ 713 (+7030%)
Mutual labels:  statistics
Tidyreg
🎓 Tidy regression tools for academics
Stars: ✭ 19 (+90%)
Mutual labels:  statistics
Homer
HOMER - 100% Open-Source SIP / VoIP Packet Capture & Monitoring
Stars: ✭ 855 (+8450%)
Mutual labels:  statistics
Probtopdf
Turn online textbook into Exam-friendly, offline, searchable PDF
Stars: ✭ 27 (+170%)
Mutual labels:  statistics
Looper
A resource list for causality in statistics, data science and physics
Stars: ✭ 23 (+130%)
Mutual labels:  statistics

CRAN release Build Status DOI license Join the chat at https://gitter.im/quadrama/DramaAnalysis

DramaAnalysis with R

This package contains a number of functions to support the analysis of dramatic texts.

Features

  • Summary statistics about the number of words and utterances per character
  • Statistics about word use from a dictionary per character
  • Support for stylometric analyses by character or text
  • Generation of a report for a dramatic text
  • Reads in preprocessed texts

Example

# loads a specific, pre-packaged play
data(rksp.0)

# calculates standard stats about a character
charStat <- characterStatistics(rksp.0)

# fix character names
charStat <- characterNames(charStat, rksp.0)

# plot them as a bar plot
barplot(charStat)

Requirements

DramaAnalysis works on Mac OS X, Windows 10 and Linuxes, and requires R 3.3 or later.

Installation

# installation from CRAN
install.packages("DramaAnalysis")

# Install newest development version, requires devtools to be installed
devtools::install_github("quadrama/DramaAnalysis", ref="develop/3.x")

Usage and Howto

Please refer to the tutorial.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].