All Projects → davebraze → FDBeye

davebraze / FDBeye

Licence: other
R tools for eyetracker workflows.

Programming Languages

r
7636 projects
Makefile
30231 projects

Projects that are alternatives of or similar to FDBeye

MouseView.js
Attentional mouse tracking. Alternative to online eye tracking. Eye tracking without the eyes!
Stars: ✭ 46 (-54.46%)
Mutual labels:  eye-tracking, psychology-experiments
Fraud-Detection-in-Online-Transactions
Detecting Frauds in Online Transactions using Anamoly Detection Techniques Such as Over Sampling and Under-Sampling as the ratio of Frauds is less than 0.00005 thus, simply applying Classification Algorithm may result in Overfitting
Stars: ✭ 41 (-59.41%)
Mutual labels:  data-analysis
tutorials
Short programming tutorials pertaining to data analysis.
Stars: ✭ 14 (-86.14%)
Mutual labels:  data-analysis
advanced-pandas
Pandas is a powerful tool for data exploration and analysis (including timeseries).
Stars: ✭ 22 (-78.22%)
Mutual labels:  data-analysis
Chapter-2
Code examples for Chapter 2 of Data Wrangling with JavaScript
Stars: ✭ 16 (-84.16%)
Mutual labels:  data-analysis
dataquest-guided-projects-solutions
My dataquest project solutions
Stars: ✭ 35 (-65.35%)
Mutual labels:  data-analysis
DataProfiler
What's in your data? Extract schema, statistics and entities from datasets
Stars: ✭ 843 (+734.65%)
Mutual labels:  data-analysis
metrics
📈 What to measure, how to measure it.
Stars: ✭ 14 (-86.14%)
Mutual labels:  data-analysis
computational-neuroscience
Short undergraduate course taught at University of Pennsylvania on computational and theoretical neuroscience. Provides an introduction to programming in MATLAB, single-neuron models, ion channel models, basic neural networks, and neural decoding.
Stars: ✭ 36 (-64.36%)
Mutual labels:  data-analysis
iMOKA
interactive Multi Objective K-mer Analysis
Stars: ✭ 19 (-81.19%)
Mutual labels:  data-analysis
mixedvines
Python package for canonical vine copula trees with mixed continuous and discrete marginals
Stars: ✭ 36 (-64.36%)
Mutual labels:  data-analysis
PandasVersusExcel
Python数据分析入门,数据分析师入门
Stars: ✭ 120 (+18.81%)
Mutual labels:  data-analysis
online-course-recommendation-system
Built on data from Pluralsight's course API fetched results. Works with model trained with K-means unsupervised clustering algorithm.
Stars: ✭ 31 (-69.31%)
Mutual labels:  data-analysis
python ml tutorial
A complete tutorial in python for Data Analysis and Machine Learning
Stars: ✭ 118 (+16.83%)
Mutual labels:  data-analysis
tianchi-diabetes
天池精准医疗大赛——人工智能辅助糖尿病遗传风险预测 第一赛季
Stars: ✭ 20 (-80.2%)
Mutual labels:  data-analysis
Infinite Stories with Data
This repo consists of my analysis of random datasets using various statistical and visualization techniques.
Stars: ✭ 21 (-79.21%)
Mutual labels:  data-analysis
Moose
MOOSE - Platform for software and data analysis.
Stars: ✭ 110 (+8.91%)
Mutual labels:  data-analysis
elucidate
convenience functions to help researchers elucidate patterns in their data
Stars: ✭ 26 (-74.26%)
Mutual labels:  data-analysis
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+5003.96%)
Mutual labels:  data-analysis
LeTourDataSet
Every cyclist and stage of the Tour de France in two CSV files.
Stars: ✭ 61 (-39.6%)
Mutual labels:  data-analysis

FDBeye

github release DOI Travis-CI Build Status license

This is a collection of tools to ease working with eyetracker data. I'm slowly migrating stuff from my collection of project specific code into this package. FDBeye is about post-acquisition data processing. What's here now is focused on my own workflows involving data from SRR Eyelink systems, although some stuff may be more generally useful. This package is most definitely a work in progress. Keep that in mind if you make use of it. Pitch in and help with development if you like (see Contributing).

Before you try FDBeye, you might want to look at what else is available. See the list of eye tracking tools on the project wiki.

Installing FDBeye

To get the very latest from FDBeye, install it via devtools::install_github(). Some people have reported problems with the installation due to the vignettes failing to build. If that happens to you, you can try again with build_vignettes=FALSE, although the vignettes won't be available.

install.packages("devtools")    ## if you don't already have it
library(devtools)
install_github("davebraze/FDBeye", build_vignettes=TRUE)

On the other hand, if you want a (possibly) more stable experience. Download the most current release. Then install it like this:

install.packages(pathToFile, repos = NULL)

Where pathToFile is the full path and file name for the file you downloaded.

Copyright & License

FDBeye is released under the MIT License.

Keeping up with Changes

FDBeye development proceeds sporadically. If you want to be notified of any updates, then you can "watch" the github repository. If you already have a github account, this is as easy as clicking a button. If you don't have a github account, maybe it's time to sign up for one.

Contributing

Contributions are welcome, but you might want to review the "issues" page and send me an email before wading in too deep ([email protected]). You might also have look at the file CONTRIBUTING.md for pointers on the mechanical details of contributing to a package on github.

IMPORTANT: In opening a pull request to FDBeye, you (a) affirm that you are the copyright owner for the material contained in the pull request, and (b) agree to apply the MIT license to the material contained in the pull request. Contributors retain copyright to their own code.

Other Researcher-Contributed Eye Tracking Tools

The list of (mostly FOSS) tools that used to be a part of this README file has been moved to the FDBeye Wiki.

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].