README.md

Fraisty

Heuristic analysis of behavior data to give a quick characterization of variation. Used as a sniff test for prospective collaborations.

Codebook

Use

fraisty.sh --help
fraisty.sh --data demo-data.csv --spek demo-spek.json
fraisty.sh --spek demo-spek.json

Example text output to stdout from command line

bin/fraisty.sh -s inst/fixtures/spek.json -d example_data/mtx_behavior.csv -f '.'
num_performers  min_performer  max_performer  benchmark_ten
        "7458"            "1"           "10"    "0.2524514"

Example output image on this project's (wiki)[https://github.com/Display-Lab/fraisty/wiki/home]

Installation

  1. Install R from (CRAN)[https://cran.r-project.org/doc/manuals/R-admin.html]
  2. Get package source from Github git clone https://github.com/Display-Lab/fraisty.git
  3. Install package from source R CMD INSTALL --preclean --no-multiarch --with-keep.source fraisty
  4. Run bin script (see above)

Requirements



Display-Lab/fraisty documentation built on May 29, 2019, 8:08 a.m.