+ All Categories
Home > Documents > 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September...

1 Using R for consumer psychological research Research Analytics | Strategy & Insight September...

Date post: 25-Dec-2015
Category:
Upload: shauna-murphy
View: 214 times
Download: 1 times
Share this document with a friend
27
1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014
Transcript
Page 1: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

1

Using R for consumer psychological research

Research Analytics | Strategy & InsightSeptember 2014

Page 2: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

2

AgendaWhat this presentation will cover

About me1

Analytics Challenge2

Standard Analytics3

Quantitative Psychology4

Artificial General Intelligence5

Conclusion6

Page 3: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

3

About me

Page 4: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

4

About meBackground & experience

Page 5: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

5

Analytics Challenge

Page 6: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

6

Analytics ChallengeTransition KM from SPSS to R

Page 7: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

7

Analytics ChallengeChange management & user aids

rcommander.com

Page 8: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

8

Standard Analytics

Page 9: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

9

Standard AnalyticsAn overview of a subset of common techniques

Tools

Page 10: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

10

Quantitative Psychology

Page 11: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

11

Quantitative PsychologyQuantitative consumer psychology in a nutshell

• Quantitative consumer psychology specializes in measurement, methodology and research design and analyses relevant data to better understand and (hopefully) predict consumer cognition and behaviour

• psych: Procedures for Psychological, Psychometric, and Personality Research• IAT: Functions to use with data from the Implicit Association Test

• Useful packages in R:

• StatMatch: Integrating two or more data sources

• Initial developments in R

• Computational Cognitive Modelling

Page 12: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

12

Traditional Psychometrics [Package ‘psych’]

Page 13: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

13

Package ‘psych’Numerous standard psychometric analyses at your fingertips

• Author and maintainer: Prof. William Revelle | [email protected]• Scale construction using factor analysis, cluster analysis, and reliability analysis• Graphical models (e.g., SEM) for path diagrams to explore and test theories

Perceived Usefulness

External Variables

Perceived Ease of Use

Attitude Toward Using

Behavioural Intention to

UseActual Use

Page 14: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

14

Implicit Association Test [Package ‘IAT’]

Page 15: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

15

Overview of IATWhat is this good for?

• The IAT is a computerised method for indirectly measuring the strength of the association via a double-categorisation task

• Psychological assumption: People are able to categorise strongly associated concepts more quickly than concepts that are weakly associated (Greenwald et al., 1998)

• The IAT effect is usually interpreted as a measure of implicit attitude

Page 16: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

16

IAT: Experimental detailsHow does it work?

ScienceorMale

Liberal Artsor

Female

Engineering

ScienceorMale

Liberal Artsor

Female

Mike

Liberal ArtsorMale

Scienceor

Female

Engineering

Liberal ArtsorMale

Scienceor

Female

Tiffany

• The difference (D-Scoring algorithm) in response latencies between the two concepts for the congruent and incongruent pairing provides the basis for the IAT measure (Greenwald, 2003)

Congruent pairing Incongruent pairing

Page 17: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

17

Package ‘IAT’Measuring hidden cognitive associations

• Author and maintainer: Dan Martin | [email protected]

• Implements the standard D-Scoring algorithm (Greenwald et al., 2003)

Page 18: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

18

Data Integration [Package ‘StatMatch’]

Page 19: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

19

Package ‘StatMatch’Data Integration / Data Fusion• The availability of data is often a serious

problem

• Data fusion provides a way out by combining information from different sources into a single data set

• The algorithm typically consists of three steps.

I. Decide on the direction of the fusion and the purpose of the fusion

II. The matching distance is calculated over some subset of the common variables

III. Loop through datasets and assign donors based on distance match and penalty weight

Page 20: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

20

Package ‘StatMatch’Data Integration / Data Fusion• Statistical matching integrates different data sources in order to

investigate the relationship among variables not jointly observed in a single data source

Page 21: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

21

Computational Cognitive Modelling

Page 22: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

22

Computational Cognitive ModellingWhat is this?

Page 23: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

23

Computational Cognitive ModellingSchematic overview

Page 24: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

24

Soar: Artificial General Intelligence (AGI)

Page 25: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

25

AGI using R?

Package ‘rrules’General rule engine: Lisp-like rule processing

Package 'MDPtoolbox'Reinforcement learning (QL)

Package 'neuralnet'Neural networks

Page 26: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

26

ConclusionThe future for R in Quantitative Psychology looks promising

• R has the potential to replace SPSS due to it’s flexibility, power, and increasing availability of packages

• There are still several significant challenges to R becoming mainstream (at least in psychology)

• Computational modelling is critical for mechanistically understanding cognition

• The R language is still largely underexplored in computational cognitive modelling

Page 27: 1 Using R for consumer psychological research Research Analytics | Strategy & Insight September 2014.

27

Thank you!


Recommended