Giter VIP home page Giter VIP logo

eyetrackingr's People

Contributors

brockf avatar jwdink avatar kristabh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eyetrackingr's Issues

Add support for interaction term in cluster analysis

Non-trivial because requires rethinking how data is shuffled. Probably will eventually implement by user supplying vector of predictor_columns, then each is shuffled consecutively on each iteration (according to whether it's within or between subjects). Doing this might make the shuffle_by arg more cumbersome than it already is, so might want to rethink that whole system.

Future enhancements

To avoid cluttering up issues forum, will put brainstorming for all future enhancements here.

ggplot2 dev

I see the following problems:

checking R code for possible problems ... NOTE
plot.time_sequence_data: warning in stat_summary(fun.dat = mean_se,
  geom = "ribbon", alpha = 0.25, colour = NA): partial argument match
  of 'fun.dat' to 'fun.data'

Question

Hi,

which eye tracking systems have you used in your research? Can you recommend me some systems which can be used with eyetrackingR?

Thanks,
Gerald

Email Mike Jones re: paper

Abstract:

Eye-tracking is an increasingly popular method within cognitive science. However, researchers lack a standardized framework and set of tools that are (a) easy to use and (b) based on free and open-source software. We offer a framework and accompanying package in R that addresses this gap. Our tools address tasks along the pipeline from raw data to analysis and visualization. We offer several popular types of analyses, including linear and growth curve time analyses, onset-contingent reaction time analyses, and cluster mass analyses. We also offer novel non-parametric techniques that address limitations in current analyses, with a particular emphasis on statistically estimating when looking behavior diverges across experimental conditions (rather than just whether it has diverged at some time-point). Finally, our R package is optimized for processing very large datasets extremely quickly. Our paper will outline the proposed workflow, discuss the logic and limitations of each analysis, and provide a walkthrough tutorial.

Multiple lines in plot when visualizing time course

Hello,

I have a question regarding plotting the lines of multiple AoI's in one plot when visualizing the time course.
I tried so many options already but I still get the same outcome in most cases. Four separate plots, one per AOI (for me being: AOI1, AOI2, AOI3, AOI4 with binary data), rather than one plot with the four lines with different colors in one plot. But I also have one column AOI consisting of numbers 1 to 4 in which 1 equals AOI1, 2 equals AOI2, and so forth. In your example of the growth curve analysis, both the fixations to the Animate and Inanimate AOI are included in one plot.

See the uploaded image for the outcome I get when I tried to plot my data with codes as:

response_time2 <- make_time_sequence_data(response_window_clean, time_bin_size = 50, predictor_columns =c("AOI"), aois =c("AOI1", "AOI2", "AOI3", "AOI4"))

plot(response_time2, predictor_column = "AOI" ) + theme_light() + coord_cartesian(ylim = c(0,1))

Also when I tried to get rid of the predictor columns I got the same result.

schermafbeelding 2017-04-01 om 13 51 21

I followed the instructions given by the eyetrackingR package, such as:

eyesdata <- make_eyetrackingr_data(data, participant_column = "SUBJECT", trial_column = "TRIAL", item_column = "ITEM", time_column = "TIMESTAMP", trackloss_column = "TRACKLOSS", aoi_columns = c('AOI1', 'AOI2','AOI3','AOI4'), treat_non_aoi_looks_as_missing = TRUE)

response_window_clean <- clean_by_trackloss(data = eyesdata, trial_prop_thresh = .25)

It would be great if you could help me with this issue.
I am already struggling with it for a while, and so far now one around me was able to help solving this problem with me.

Let me know if you need anything more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.