What Does a Personality Look Like?

Size: px
Start display at page:

Download "What Does a Personality Look Like?"

Transcription

1 What Does a Personality Look Like? Arman Daniel Catterson University of California, Berkeley 4141 Tolman Hall, Berkeley, CA catterson@berkeley.edu ABSTRACT In this paper, I describe a visualization system designed to provide comprehensive, comprehensible, and compelling personality feedback to users. In contrast to previous visualization platforms, the visualization described in this paper integrates multiple personality trait variables over time, and displays features of the situation and social interaction. The results of a user experience study suggest that participants viewing this feedback were more accurate in the interpretation of descriptive statistics and were more engaged than participants who viewed a visualization of traditional descriptive statistics. Together, these results suggest that this dynamic display of personality represent a significant improvement over previous visualizations. Author Keywords Personality; user feedback; experience sampling methods; time-series data; data-visualization INTRODUCTION The rise of big data presents both new opportunities and challenges for the collection, synthesis, and visualization of information about people. Personality psychologists test theories about individual differences by collecting information about people from a wide variety of different sources [6]. For example, one important dimension of personality is the extent to which a person is introverted or extraverted. This dimension can be measured in terms of the person's self-report (e.g., I think that I am outgoing, I'm not very shy), in terms of the person's reputation (e.g., other people think that I'm outgoing and not shy), and specific behaviors (e.g., I go to a lot of parties, I spend a lot of time with other people). As mobile computing power becomes more affordable and accessible, new technologies allow personality researchers to assess a person's behavior, emotion, and self-perceptions with greater precision and complexity than before. For example, whereas personality researchers historically measured individual differences through aggregate scales, administering multiple personality scales via mobile assessment allows researchers to examine not only betweenperson differences (i.e., how the person differs from others) but also within-person differences (i.e., how the person differs from his or her own average) [1]. This trend toward a high level of precision in measuring people's behavior extends far beyond the narrow field of personality psychology. The rising popularity of consumer products such as wearables that utilize behavioral sensors to collect information about a person's movement over the course of the day and interpret that information in terms of her or his activity level over time demonstrates that people are increasingly interested in collecting and visualizing information information about the self [5]. As such 'Quantified Self' technology continues to grow in popularity and complexity, researchers, developers, and consumers face a challenge in comprehensively and comprehensibly integrating these different sources of data into an integrated narrative. The effective visualization of complex information about the self is a challenge that existing personality feedback visualization tools are not equipped to solve. In this paper, I describe ways in which existing visualization tools can be integrated to present a more comprehensive and integrative view of a person's personality, and the results of a user experience study to gauge the effectiveness of this method. RELATED WORK The current research was informed in part by past attempts to visualize information about the self. The overwhelming majority of past personality visualizations are focused on describing where a person's 'average' trait tendency falls on some distribution. For example, Gosling & Potter's designed

2 one of the most popular scientific personality survey websites, and provide personality feedback to incentive participation [4]. On this site (outofservice.com), they display feedback as the user's average level of a given personality dimension on a spectrum. Such visualizations are based on a view of personality that is characterized by describing meanlevel differences, and are not able to capture how the participant's personality changes over time and place. Unfortunately, to the author's knowledge almost all other personality feedback websites provide users with average reports. As experience sampling methods have grown in popularity, researchers have begun to visualize withinperson variation. For example, Fleeson [1] compared within-person variance to between-person variation by plotting the standard deviations as bar graphs. While this visualization effectively demonstrated his point that people differ as much from others as they differ from their own average self, it was not designed with participant feedback in mind. For example, the bivariate relationships between personality variation and time (e.g., how the person's extraversion changes over time and situational contexts?), or personality covariation (e.g., does a person change in extraversion in the same way that s/he changes in status?) were not plotted. More recently, Killingsworth [3] developed a popular mobile application (TrackYourHappiness) that measures people's happiness over time. Unlike other visualizations, this personality visualization displays bivariate correlational relationships to participants, and allows participants to examine how their personality changes over time. However the application does not display every bivariate relationship, but instead focuses on relationships between happiness and other variables; users are thus limited by the researcher to what patterns and trends they can examine. In all existing personality visualizations, users are not given the ability to make their own decisions about what relationships they examine, or what variables are plotted. Users thus do not make inferences on their own, but instead are explicitly informed by researchers which relationships are important. MOTIVATION FOR THE CURRENT RESEARCH This research was motivated by three broad goals. First, I sought to design a personality visualization that was comprehensive in its integration of multiple personality variables manifest across multiple time points and multiple situations. Whereas past personality visualizations display at most bivariate relationships, I sought to integrate multiple behavioral, self-rated, and other-rated variables in one visualization. Second, I sought to make a personality visualization that was comprehensible to viewers, even without the explicit display of descriptive statistics. Would users be able to correctly infer the means, standard deviations, and correlational relationships across multiple personality variables when those descriptive statistics are not explicitly displayed? Third, I sought to create a visualization that was compelling for users; something that users would find more interesting than traditional personality feedback visualizations. Experience sampling method surveys often require participants to complete multiple item surveys multiple times a day for multiple days. Attrition rates for ESM studies can be quite high. Might a more compelling and interactive visualization interest users more than more traditional personality visualizations? VISUALIZATION METHODS Description of Data I based my visualization on pilot data collected in Fall 2013 for my dissertation. In this study, participants completed six surveys a day for six days. To narrow the scope of my visualization, I randomly selected one participant from this dataset who completed the majority (97%) of assessments. I also sought to select a variety of self-reported traits, situational contexts, and social interactions from the larger dataset to visualize. Specifically, I selected three personality variables extraversion, social status, and authenticity. These numeric personality variables were collected via self-reports on a scale from 1-5.

3 Participants in this study also described what they were doing during each time point (a string variable) through open-ended response format, and described the number of other people they were interacting with through a drop-down menu with five answer choices: alone, with one other person, in a small group of 3-5 people, in a large group of 6-10 people, and in a crowd 11+ people). Together, these variables represent numeric, string, and categorical variables. Description of Development Process I began my visualization process by identifying the different kinds of data I wanted to map in my visualization. I used d3 to build my visualization in order to ensure that users could access personality feedback across a variety of on web-based browsers and mobile devices, take advantage of interactive features, and generate visuals based on changing data. With little programming experience of my own, I based my visualization on Mike Bostock's line chart (# ). Because my data were collected over multiple time points, it made sense to create a timeseries plot and map time to the x-axis of the graph. Because users would likely want to examine how different personality variables change over time and personality variables were continuous - I mapped the person's self-rated personality variable to the y-axis. To avoid overplotting, I decided to only display one personality variable at a time. However, in order to allow users to examine multiple personality variables, I adapted Mike Bostock's chained transition (# ) to switch between different personality variables, disabling the rescaling of the y-axis to ensure that the full spectrum of the 1-5 scale was used for all visualizations. Because the question about 'what are you doing right now' was an open-ended response variable, users potentially could provide up to 36 different answers (one for each time point). In order to effectively map these 36 different responses to data, I adapted Bostock's x-value mouseover (# ) so a user could see what he or she reported doing at each time point by hovering a mouse over the time point. With only five levels, I was able to map the number of people a person was with to the radius of the circle. This was one feature I was able to do with my own knowledge of syntax. DESCRIPTION OF VISUALIZATION An interactive version of the visual can be viewed here: A static version of this visual is presented below in Figure 1. This personality visualization successfully integrates time-series data, self-reported personality data, features of the situation, and features of the social interaction into one comprehensive and interactive image. Furthermore, this visualization is flexible; users can potentially switch between an infinite number of, and examine personality changes across a variety of different times. Figure 1. Screen-shot of the Personality Visualization There are several limitations to this visualization that I was not able to address in the design stage. First, assessment number is not the most descriptive way to illustrate time. In this study, time points are linked to real days and hours information that would be good to represent through more accurate labeling of the x- axis. Second, I was not able to successfully allow participants to plot multiple personality variables at the same time. Nevertheless, I believe my visualization successfully improves on previous personality feedback systems by integrating four different kinds of personality variables in one visualization. USER EXPERIENCE STUDY While this visualization is objectively more comprehensive than previous visualizations, it is unclear whether my other goals were met. Would users of this dynamic visualization be able to correctly interpret descriptive statistics that are not explicitly reported (such as the mean, standard deviation, and correlational relationship between different variables)

4 as accurately as users of a static visualization, or users who were given more traditional forms of personality feedback? Would users find this visualization more compelling than other visualizations? To evaluate whether this visualization was comprehensible and compelling for users, I designed and conducted an online user experience study. Participants Participants were 200 workers recruited through Amazon's Mechanical Turk. Participants were required to be based in the US, took on average 8 minutes to complete the study, and were compensated an effective hourly wage of $8. Procedures After signing up for the study, participants were randomly assigned to one of three conditions. In each condition, participants were provided a link to a visualization that opened a pop-up window in a separate screen. In one condition, participants received a link to the dynamic visualization described above. In a second condition, participants received a link to a static version of this dynamic visualization. In this static condition, all the interactive elements of the visualization were removed each point was labeled with the description of the situation that the person was in, and the three different personality visualizations were organized on top of each other. In the control condition, participants received a link to a collection of descriptive statistics that displayed the mean, standard deviation, and correlational Subjective interest. To measure interest and engagement in the visualization, we asked participants whether they would be interested in receiving feedback like this, whether other people would be interested in receiving feedback like this, and whether they thought that personality feedback is interesting on a scale from 1 (Strongly Disagree) to 5 (Strongly Agree). These measures were highly correlated (α =. 80) and were thus averaged into a single index. Objective interest. We also provided participants the opportunity to sign up for a personality study that would provide them feedback. Participants indicated whether they would like to sign up ( Yes or No ) and provided their e- mail address. relationship between the different variables. Critically, all conditions contained the exact same amount of information the only difference was the way that this information was displayed. Measures Subjective comprehension To measure participants' subjective sense of comprehension, participants were asked whether the feedback was easy to interpret and whether they found this personality feedback confusing. These items were only moderately correlated (r(198) =.24, p <.05), and were thus analyzed separately. Objective comprehension To assess participants' objective ability to comprehend the descriptive statistics, participants were asked questions about the average, standard deviation, and pairwise correlational relationships for each of the three different personality variables. Questions about means and standard deviations were rated on a scale from 1-5 (the full range of the measures). Questions about correlational relationships were rated on a scale from 0-1, with an instruction that A perfect relationship means that when one variable increases (or decreases), the other variable increases (or decreases) by the exact same amount. No relationship means that change in one variable means nothing about change in the other. Results I conducted a series of linear regressions, predicting measures of subjective and objective comprehension and interest from condition a dummy coded categorical variable with the dynamic visualization set as the reference group (i.e., the intercept), and static and control visualizations set as linear contrasts. In all analyses reported below, the unstandardized regression effects describe differences between my dynamic visualization and the static and traditional visualizations. Did participants find the dynamic visualization less subjectively comprehensible than other visualizations? There were no significant differences in the ease of interpretation, participants found all three visualizations relatively easy to interpret. Participants

5 Figure 2. Differences in Objective Comprehension

6 rated the dynamic visualization as significantly more confusing than the control condition (b = -.44, p <. 05). However, this mean confusion rating for the dynamic visualization (M = 2.85) was below the midpoint of the scale. Open-ended comments suggest that users found the animation that occurred in transition between personality variables particularly confusing; this is discussed more in the discussion section. Did participants find the dynamic visualization less objectively comprehensible than other visualizations? The effects of condition on objective comprehension ratings are displayed in Figure 2. Each graph represents participants' ratings of a specific descriptive statistic for a specific personality variable. Whereas the bar in the graph represents the participants' rating of that descriptive statistic, the solid line that crosses the bars represents the actual descriptive statistic for that variable. The first row contains ratings for the average, the second row contains ratings for the standard deviation, and the third row contains ratings of the correlational relationships. The dynamic visualization allowed participants to successfully interpret the descriptive statistics for all three personality variables, and for the three pairwise correlation coefficients. There were no significant differences in how participants rated the mean of each of the three personality variables. Participants were very accurate at describing the mean, even when that mean was not explicitly provided. Although participants tended to overestimate the standard deviation of the personality variables, this tendency was seen across conditions. Furthermore, participants were significantly more likely to overestimate the standard deviation of authenticity in the control condition (b =.74, p <.01). Participants also tended to overestimate the correlational relationships among the different personality variables. However, participants were significantly more likely to overestimate the relationship between authenticity and status (b =.22, p <.01) and authenticity and extraversion (b =.15, p <. 01) in the control condition. Did participants find the dynamic visualization more subjectively interesting than other visualizations? Participants did not rate the dynamic visualization as significantly more interesting than either the static visualization (b =.03, p =.82) or the control condition (b = -.07, p =.64). Did participants find the dynamic visualization more objectively interesting than other visualizations? To test whether participants were more likely to sign up for a personality study in the condition where they viewed the dynamic feedback, I tested a generalized linear model predicting sign up (yes vs. no) from condition. Participants were, on average, around 20% more likely to sign up for a future study when the participant viewed the dynamic feedback than when viewing the other conditions (odds ratio = 2.30, p <. 01). DISCUSSION This visualization successfully integrated multiple personality variables into an integrated narrative of a person s week. Whereas past visualizations typically display bivariate relationships, my visualization integrates four personality variables in a single image. Furthermore, the results of a user experience study suggest that people were able to accurately interpret descriptive statistics including mean, standard deviation, and correlational relationships from this visual, and were significantly more likely to sign up for a study that would provide them with their own dynamic personality feedback. Together, these findings demonstrate that an integrative solution to the display of multivariate personality data has the potential to be a more engaging and accurate feedback delivery system. FUTURE WORK The results from this user experience study suggest directions for future development of this visualization, as well as ways this visualization might be incorporated in research. Future Development First, this visualization does not allow users to plot bivariate relationships between multiple personality variables. Users might be more accurate about correlational relationships between personality

7 variables if they can see two lines simultaneously on the same figure.. Furthermore, the user experience research suggests that users were ; this suggests that adding an 'average' line (as I had originally planned to do) is perhaps less important than adding different kinds of comparison lines to the graph. Second, users commented that the animation. A future version of this visualization might take advantage of mapping time to animation, such that when users select to display a new personality variable, the timeseries plot builds from the left-hand side of the plot (when time = 0) to the right-hand side of the plot (when time = n), allowing users to see how a personality variable unfolds in accelerated time. Third, future development will also focus on incorporating other features to allow additional variables to be mapped to data. Other features, such as brushing and dodging, might allow users to filter the time-series data to highlight interactions with specific people or specific situations. Fourth, one feature missing from many personality visualizations including this visualization - is the ability to compare one person's personality to another. Future research might consider how comparisons between people would enhance participation rates (i.e., users could share a link with others that would allow friends and family members to make comparisons to each other). Future Research Directions Beyond additional features, more work needs to be done to integrate this feedback as part of a comprehensive system that allows researchers and users to define their own questions that assess personality constructs, features of the situation, and features of the social interaction. Indeed, one major limitation of the evaluation study is that participants were not the subject of the personality visualization; participants evaluated the personality of a random other person. Ratings of interest, comprehension, and engagement may be more pronounced when participants are evaluating their own personality. A system that integrates surveys with feedback will also allow researchers to examine the effect of realtime feedback on behavior change. Might participants be more likely to gain insight about maladaptive emotional states, such as the situational and social sources of stress and anxiety when they are provided comprehensive feedback about their patterns of everyday life? Initial results from this study are encouraging of this possibility; in addition to the measures described in this paper, participants were also asked to provide explanations for what the person was like, things that they found interesting, and why s/he varied in extraversion across the situation. A more rigorous qualitative analysis of these data goes beyond the scope of this final project, however an initial look reveals that people generated more complex interpretations of personality that emphasize causal relationships between situational factors and individual differences when given the dynamic visualization. In future research, I might work with cognitive-behavioral therapists to incorporate instructions to help guide users through the self-data exploration process and help facilitate real behavior change. ACKNOWLEDGMENTS The author wishes to thank Drs. Maneesh Agrawala and Jessica Hullman for their instruction and advice throughout the semester (and for reading this far). classmates in CS for their thoughtful comments on an early version of this project, and the many developers of d3 for making it so easy. REFERENCES 1. Fleeson, W. (2001). Toward a structure-and process-integrated view of personality: Traits as density distributions of states. Journal of personality and social Psychology, 80(6), Gosling, S. D., Vazire, S., Srivastava, S., & John, O. P. (2004). Should we trust web-based studies? A comparative analysis of six preconceptions about internet questionnaires. American Psychologist, 59(2), Killingsworth, M. A., & Gilbert, D. T. (2010). A wandering mind is an unhappy mind. Science, 330(6006), Srivastava, S., John, O. P., Gosling, S. D., & Potter, J. (2003). Development of personality in early and middle adulthood: Set like plaster or

8 persistent change? Journal of Personality and Social Psychology, 84, Swan, M. (2012). Sensor mania! the internet of things, wearable computing, objective metrics, and the quantified self 2.0. Journal of Sensor and Actuator Networks, 1(3), Vazire, S. (2010). Who knows what about a person? The self other knowledge asymmetry (SOKA) model. Journal of personality and social psychology, 98(2), 281. The columns on the last page should be of approximately equal length. Remove these two lines from your final version.

Module 3: Correlation and Covariance

Module 3: Correlation and Covariance Using Statistical Data to Make Decisions Module 3: Correlation and Covariance Tom Ilvento Dr. Mugdim Pašiƒ University of Delaware Sarajevo Graduate School of Business O ften our interest in data analysis

More information

Directions for using SPSS

Directions for using SPSS Directions for using SPSS Table of Contents Connecting and Working with Files 1. Accessing SPSS... 2 2. Transferring Files to N:\drive or your computer... 3 3. Importing Data from Another File Format...

More information

Chapter 2: Descriptive Statistics

Chapter 2: Descriptive Statistics Chapter 2: Descriptive Statistics **This chapter corresponds to chapters 2 ( Means to an End ) and 3 ( Vive la Difference ) of your book. What it is: Descriptive statistics are values that describe the

More information

January 26, 2009 The Faculty Center for Teaching and Learning

January 26, 2009 The Faculty Center for Teaching and Learning THE BASICS OF DATA MANAGEMENT AND ANALYSIS A USER GUIDE January 26, 2009 The Faculty Center for Teaching and Learning THE BASICS OF DATA MANAGEMENT AND ANALYSIS Table of Contents Table of Contents... i

More information

Simple Predictive Analytics Curtis Seare

Simple Predictive Analytics Curtis Seare Using Excel to Solve Business Problems: Simple Predictive Analytics Curtis Seare Copyright: Vault Analytics July 2010 Contents Section I: Background Information Why use Predictive Analytics? How to use

More information

Introduction to Regression and Data Analysis

Introduction to Regression and Data Analysis Statlab Workshop Introduction to Regression and Data Analysis with Dan Campbell and Sherlock Campbell October 28, 2008 I. The basics A. Types of variables Your variables may take several forms, and it

More information

This chapter will demonstrate how to perform multiple linear regression with IBM SPSS

This chapter will demonstrate how to perform multiple linear regression with IBM SPSS CHAPTER 7B Multiple Regression: Statistical Methods Using IBM SPSS This chapter will demonstrate how to perform multiple linear regression with IBM SPSS first using the standard method and then using the

More information

Regional Drought Decision Support System (RDDSS) Charting Tools Help Documentation

Regional Drought Decision Support System (RDDSS) Charting Tools Help Documentation Regional Drought Decision Support System (RDDSS) Charting Tools Help Documentation The following help documentation was prepared to give insight to the basic functionality of the charting tools within

More information

1/27/2013. PSY 512: Advanced Statistics for Psychological and Behavioral Research 2

1/27/2013. PSY 512: Advanced Statistics for Psychological and Behavioral Research 2 PSY 512: Advanced Statistics for Psychological and Behavioral Research 2 Introduce moderated multiple regression Continuous predictor continuous predictor Continuous predictor categorical predictor Understand

More information

Introduction to Exploratory Data Analysis

Introduction to Exploratory Data Analysis Introduction to Exploratory Data Analysis A SpaceStat Software Tutorial Copyright 2013, BioMedware, Inc. (www.biomedware.com). All rights reserved. SpaceStat and BioMedware are trademarks of BioMedware,

More information

Information Literacy Program

Information Literacy Program Information Literacy Program Excel (2013) Advanced Charts 2015 ANU Library anulib.anu.edu.au/training ilp@anu.edu.au Table of Contents Excel (2013) Advanced Charts Overview of charts... 1 Create a chart...

More information

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( ) Chapter 340 Principal Components Regression Introduction is a technique for analyzing multiple regression data that suffer from multicollinearity. When multicollinearity occurs, least squares estimates

More information

Visualization Quick Guide

Visualization Quick Guide Visualization Quick Guide A best practice guide to help you find the right visualization for your data WHAT IS DOMO? Domo is a new form of business intelligence (BI) unlike anything before an executive

More information

OECD.Stat Web Browser User Guide

OECD.Stat Web Browser User Guide OECD.Stat Web Browser User Guide May 2013 May 2013 1 p.10 Search by keyword across themes and datasets p.31 View and save combined queries p.11 Customise dimensions: select variables, change table layout;

More information

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different)

Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets and Laboratory Data Analysis: Excel 2003 Version (Excel 2007 is only slightly different) Spreadsheets are computer programs that allow the user to enter and manipulate numbers. They are capable

More information

Exercise 1.12 (Pg. 22-23)

Exercise 1.12 (Pg. 22-23) Individuals: The objects that are described by a set of data. They may be people, animals, things, etc. (Also referred to as Cases or Records) Variables: The characteristics recorded about each individual.

More information

Using SPSS, Chapter 2: Descriptive Statistics

Using SPSS, Chapter 2: Descriptive Statistics 1 Using SPSS, Chapter 2: Descriptive Statistics Chapters 2.1 & 2.2 Descriptive Statistics 2 Mean, Standard Deviation, Variance, Range, Minimum, Maximum 2 Mean, Median, Mode, Standard Deviation, Variance,

More information

How to Get More Value from Your Survey Data

How to Get More Value from Your Survey Data Technical report How to Get More Value from Your Survey Data Discover four advanced analysis techniques that make survey research more effective Table of contents Introduction..............................................................2

More information

P6 Analytics Reference Manual

P6 Analytics Reference Manual P6 Analytics Reference Manual Release 3.2 October 2013 Contents Getting Started... 7 About P6 Analytics... 7 Prerequisites to Use Analytics... 8 About Analyses... 9 About... 9 About Dashboards... 10 Logging

More information

Introduction to SPSS 16.0

Introduction to SPSS 16.0 Introduction to SPSS 16.0 Edited by Emily Blumenthal Center for Social Science Computation and Research 110 Savery Hall University of Washington Seattle, WA 98195 USA (206) 543-8110 November 2010 http://julius.csscr.washington.edu/pdf/spss.pdf

More information

Data exploration with Microsoft Excel: analysing more than one variable

Data exploration with Microsoft Excel: analysing more than one variable Data exploration with Microsoft Excel: analysing more than one variable Contents 1 Introduction... 1 2 Comparing different groups or different variables... 2 3 Exploring the association between categorical

More information

Data Visualization Handbook

Data Visualization Handbook SAP Lumira Data Visualization Handbook www.saplumira.com 1 Table of Content 3 Introduction 20 Ranking 4 Know Your Purpose 23 Part-to-Whole 5 Know Your Data 25 Distribution 9 Crafting Your Message 29 Correlation

More information

STATS8: Introduction to Biostatistics. Data Exploration. Babak Shahbaba Department of Statistics, UCI

STATS8: Introduction to Biostatistics. Data Exploration. Babak Shahbaba Department of Statistics, UCI STATS8: Introduction to Biostatistics Data Exploration Babak Shahbaba Department of Statistics, UCI Introduction After clearly defining the scientific problem, selecting a set of representative members

More information

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I BNG 202 Biomechanics Lab Descriptive statistics and probability distributions I Overview The overall goal of this short course in statistics is to provide an introduction to descriptive and inferential

More information

VisualCalc Dashboard: Google Analytics Comparison Whitepaper Rev 3.0 October 2007

VisualCalc Dashboard: Google Analytics Comparison Whitepaper Rev 3.0 October 2007 VisualCalc Dashboard: Google Analytics Comparison Whitepaper Rev 3.0 October 2007 5047 Robert J Mathews Pkwy, Suite 200 El Dorado Hills, California 95762 916.939.2020 www.visualcalc.com Introduction Google

More information

There are six different windows that can be opened when using SPSS. The following will give a description of each of them.

There are six different windows that can be opened when using SPSS. The following will give a description of each of them. SPSS Basics Tutorial 1: SPSS Windows There are six different windows that can be opened when using SPSS. The following will give a description of each of them. The Data Editor The Data Editor is a spreadsheet

More information

Introduction Course in SPSS - Evening 1

Introduction Course in SPSS - Evening 1 ETH Zürich Seminar für Statistik Introduction Course in SPSS - Evening 1 Seminar für Statistik, ETH Zürich All data used during the course can be downloaded from the following ftp server: ftp://stat.ethz.ch/u/sfs/spsskurs/

More information

MARKETING RESEARCH AND MARKET INTELLIGENCE (MRM711S) FEEDBACK TUTORIAL LETTER SEMESTER `1 OF 2016. Dear Student

MARKETING RESEARCH AND MARKET INTELLIGENCE (MRM711S) FEEDBACK TUTORIAL LETTER SEMESTER `1 OF 2016. Dear Student MARKETING RESEARCH AND MARKET INTELLIGENCE (MRM711S) FEEDBACK TUTORIAL LETTER SEMESTER `1 OF 2016 Dear Student Assignment 1 has been marked and this serves as feedback on the assignment. I have included

More information

Accountable Care Organization Quality Explorer. Quick Start Guide

Accountable Care Organization Quality Explorer. Quick Start Guide Accountable Care Organization Quality Explorer Quick Start Guide 1 P age Background HealthLandscape (a division of the American Academy of Family Physicians [AAFP]) and the Robert Graham Center for Policy

More information

COMPARISONS OF CUSTOMER LOYALTY: PUBLIC & PRIVATE INSURANCE COMPANIES.

COMPARISONS OF CUSTOMER LOYALTY: PUBLIC & PRIVATE INSURANCE COMPANIES. 277 CHAPTER VI COMPARISONS OF CUSTOMER LOYALTY: PUBLIC & PRIVATE INSURANCE COMPANIES. This chapter contains a full discussion of customer loyalty comparisons between private and public insurance companies

More information

Moderation. Moderation

Moderation. Moderation Stats - Moderation Moderation A moderator is a variable that specifies conditions under which a given predictor is related to an outcome. The moderator explains when a DV and IV are related. Moderation

More information

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data

Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Using Excel (Microsoft Office 2007 Version) for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable

More information

Dealing with Data in Excel 2010

Dealing with Data in Excel 2010 Dealing with Data in Excel 2010 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for dealing

More information

How To Run Statistical Tests in Excel

How To Run Statistical Tests in Excel How To Run Statistical Tests in Excel Microsoft Excel is your best tool for storing and manipulating data, calculating basic descriptive statistics such as means and standard deviations, and conducting

More information

The Forgotten JMP Visualizations (Plus Some New Views in JMP 9) Sam Gardner, SAS Institute, Lafayette, IN, USA

The Forgotten JMP Visualizations (Plus Some New Views in JMP 9) Sam Gardner, SAS Institute, Lafayette, IN, USA Paper 156-2010 The Forgotten JMP Visualizations (Plus Some New Views in JMP 9) Sam Gardner, SAS Institute, Lafayette, IN, USA Abstract JMP has a rich set of visual displays that can help you see the information

More information

Overview of Factor Analysis

Overview of Factor Analysis Overview of Factor Analysis Jamie DeCoster Department of Psychology University of Alabama 348 Gordon Palmer Hall Box 870348 Tuscaloosa, AL 35487-0348 Phone: (205) 348-4431 Fax: (205) 348-8648 August 1,

More information

2013 MBA Jump Start Program. Statistics Module Part 3

2013 MBA Jump Start Program. Statistics Module Part 3 2013 MBA Jump Start Program Module 1: Statistics Thomas Gilbert Part 3 Statistics Module Part 3 Hypothesis Testing (Inference) Regressions 2 1 Making an Investment Decision A researcher in your firm just

More information

Software User Experience and Likelihood to Recommend: Linking UX and NPS

Software User Experience and Likelihood to Recommend: Linking UX and NPS Software User Experience and Likelihood to Recommend: Linking UX and NPS Erin Bradner User Research Manager Autodesk Inc. One Market St San Francisco, CA USA erin.bradner@autodesk.com Jeff Sauro Founder

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

More information

If there is not a Data Analysis option under the DATA menu, you will need to install the Data Analysis ToolPak as an add-in for Microsoft Excel.

If there is not a Data Analysis option under the DATA menu, you will need to install the Data Analysis ToolPak as an add-in for Microsoft Excel. If there is not a Data Analysis option under the DATA menu, you will need to install the Data Analysis ToolPak as an add-in for Microsoft Excel. 1. Click on the FILE tab and then select Options from the

More information

IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA

IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

More information

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations.

EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. EXCEL Tutorial: How to use EXCEL for Graphs and Calculations. Excel is powerful tool and can make your life easier if you are proficient in using it. You will need to use Excel to complete most of your

More information

Realizeit at the University of Central Florida

Realizeit at the University of Central Florida Realizeit at the University of Central Florida Results from initial trials of Realizeit at the University of Central Florida, Fall 2014 1 Based on the research of: Dr. Charles D. Dziuban, Director charles.dziuban@ucf.edu

More information

Data entry and analysis Evaluation resources from Wilder Research

Data entry and analysis Evaluation resources from Wilder Research Wilder Research Data entry and analysis Evaluation resources from Wilder Research General instructions Preparation for data entry Data entry is often thought of as a time-consuming process, but there are

More information

VisualCalc AdWords Dashboard Indicator Whitepaper Rev 3.2

VisualCalc AdWords Dashboard Indicator Whitepaper Rev 3.2 VisualCalc AdWords Dashboard Indicator Whitepaper Rev 3.2 873 Embarcadero Drive, Suite 3 El Dorado Hills, California 95762 916.939.2020 www.visualcalc.com Introduction The VisualCalc AdWords Dashboard

More information

II. DISTRIBUTIONS distribution normal distribution. standard scores

II. DISTRIBUTIONS distribution normal distribution. standard scores Appendix D Basic Measurement And Statistics The following information was developed by Steven Rothke, PhD, Department of Psychology, Rehabilitation Institute of Chicago (RIC) and expanded by Mary F. Schmidt,

More information

CSU, Fresno - Institutional Research, Assessment and Planning - Dmitri Rogulkin

CSU, Fresno - Institutional Research, Assessment and Planning - Dmitri Rogulkin My presentation is about data visualization. How to use visual graphs and charts in order to explore data, discover meaning and report findings. The goal is to show that visual displays can be very effective

More information

Data Analysis: Analyzing Data - Inferential Statistics

Data Analysis: Analyzing Data - Inferential Statistics WHAT IT IS Return to Table of ontents WHEN TO USE IT Inferential statistics deal with drawing conclusions and, in some cases, making predictions about the properties of a population based on information

More information

The North Carolina Health Data Explorer

The North Carolina Health Data Explorer 1 The North Carolina Health Data Explorer The Health Data Explorer provides access to health data for North Carolina counties in an interactive, user-friendly atlas of maps, tables, and charts. It allows

More information

Organizing Your Approach to a Data Analysis

Organizing Your Approach to a Data Analysis Biost/Stat 578 B: Data Analysis Emerson, September 29, 2003 Handout #1 Organizing Your Approach to a Data Analysis The general theme should be to maximize thinking about the data analysis and to minimize

More information

Visualizing Data from Government Census and Surveys: Plans for the Future

Visualizing Data from Government Census and Surveys: Plans for the Future Censuses and Surveys of Governments: A Workshop on the Research and Methodology behind the Estimates Visualizing Data from Government Census and Surveys: Plans for the Future Kerstin Edwards March 15,

More information

Analyzing and interpreting data Evaluation resources from Wilder Research

Analyzing and interpreting data Evaluation resources from Wilder Research Wilder Research Analyzing and interpreting data Evaluation resources from Wilder Research Once data are collected, the next step is to analyze the data. A plan for analyzing your data should be developed

More information

AP Physics 1 and 2 Lab Investigations

AP Physics 1 and 2 Lab Investigations AP Physics 1 and 2 Lab Investigations Student Guide to Data Analysis New York, NY. College Board, Advanced Placement, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks

More information

Executive Dashboard. User Guide

Executive Dashboard. User Guide Executive Dashboard User Guide 2 Contents Executive Dashboard Overview 3 Naming conventions 3 Getting started 4 Welcome to Socialbakers Executive Dashboard! 4 Comparison View 5 Setting up a comparison

More information

MetroBoston DataCommon Training

MetroBoston DataCommon Training MetroBoston DataCommon Training Whether you are a data novice or an expert researcher, the MetroBoston DataCommon can help you get the information you need to learn more about your community, understand

More information

Spreadsheet software for linear regression analysis

Spreadsheet software for linear regression analysis Spreadsheet software for linear regression analysis Robert Nau Fuqua School of Business, Duke University Copies of these slides together with individual Excel files that demonstrate each program are available

More information

Using Microsoft Excel to Plot and Analyze Kinetic Data

Using Microsoft Excel to Plot and Analyze Kinetic Data Entering and Formatting Data Using Microsoft Excel to Plot and Analyze Kinetic Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page (Figure 1). Type

More information

INTERNAL MARKETING ESTABLISHES A CULTURE OF LEARNING ORGANIZATION

INTERNAL MARKETING ESTABLISHES A CULTURE OF LEARNING ORGANIZATION INTERNAL MARKETING ESTABLISHES A CULTURE OF LEARNING ORGANIZATION Yafang Tsai, Department of Health Policy and Management, Chung-Shan Medical University, Taiwan, (886)-4-24730022 ext.12127, avon611@gmail.com

More information

Section Format Day Begin End Building Rm# Instructor. 001 Lecture Tue 6:45 PM 8:40 PM Silver 401 Ballerini

Section Format Day Begin End Building Rm# Instructor. 001 Lecture Tue 6:45 PM 8:40 PM Silver 401 Ballerini NEW YORK UNIVERSITY ROBERT F. WAGNER GRADUATE SCHOOL OF PUBLIC SERVICE Course Syllabus Spring 2016 Statistical Methods for Public, Nonprofit, and Health Management Section Format Day Begin End Building

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools AP Statistics AP Statistics BOE Approved 04/08/2014 1 AP STATISTICS Critical Areas of Focus AP Statistics is a rigorous course that offers advanced students an opportunity

More information

3D Interactive Information Visualization: Guidelines from experience and analysis of applications

3D Interactive Information Visualization: Guidelines from experience and analysis of applications 3D Interactive Information Visualization: Guidelines from experience and analysis of applications Richard Brath Visible Decisions Inc., 200 Front St. W. #2203, Toronto, Canada, rbrath@vdi.com 1. EXPERT

More information

UCL Depthmap 7: Data Analysis

UCL Depthmap 7: Data Analysis UCL Depthmap 7: Data Analysis Version 7.12.00c Outline Data analysis in Depthmap Although Depthmap is primarily a graph analysis tool, it does allow you to investigate data that you produce. This tutorial

More information

Vertical Alignment Colorado Academic Standards 6 th - 7 th - 8 th

Vertical Alignment Colorado Academic Standards 6 th - 7 th - 8 th Vertical Alignment Colorado Academic Standards 6 th - 7 th - 8 th Standard 3: Data Analysis, Statistics, and Probability 6 th Prepared Graduates: 1. Solve problems and make decisions that depend on un

More information

Introduction to Longitudinal Data Analysis

Introduction to Longitudinal Data Analysis Introduction to Longitudinal Data Analysis Longitudinal Data Analysis Workshop Section 1 University of Georgia: Institute for Interdisciplinary Research in Education and Human Development Section 1: Introduction

More information

SigmaRADIUS Leadership Effectiveness Report

SigmaRADIUS Leadership Effectiveness Report SigmaRADIUS Leadership Effectiveness Report Sample Report NOTE This is a sample report, containing illustrative results for only two dimensions on which 360 performance ratings were obtained. The full

More information

An introduction to IBM SPSS Statistics

An introduction to IBM SPSS Statistics An introduction to IBM SPSS Statistics Contents 1 Introduction... 1 2 Entering your data... 2 3 Preparing your data for analysis... 10 4 Exploring your data: univariate analysis... 14 5 Generating descriptive

More information

SPSS: Getting Started. For Windows

SPSS: Getting Started. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 Introduction to SPSS Tutorials... 3 1.2 Introduction to SPSS... 3 1.3 Overview of SPSS for Windows... 3 Section 2: Entering

More information

CHAPTER 9 EXAMPLES: MULTILEVEL MODELING WITH COMPLEX SURVEY DATA

CHAPTER 9 EXAMPLES: MULTILEVEL MODELING WITH COMPLEX SURVEY DATA Examples: Multilevel Modeling With Complex Survey Data CHAPTER 9 EXAMPLES: MULTILEVEL MODELING WITH COMPLEX SURVEY DATA Complex survey data refers to data obtained by stratification, cluster sampling and/or

More information

2. Simple Linear Regression

2. Simple Linear Regression Research methods - II 3 2. Simple Linear Regression Simple linear regression is a technique in parametric statistics that is commonly used for analyzing mean response of a variable Y which changes according

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

Learning QlikView Data Visualization

Learning QlikView Data Visualization Learning QlikView Data Visualization Karl Pover Chapter No. 6 "Correlation Analysis" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.6

More information

Chapter 4 Creating Charts and Graphs

Chapter 4 Creating Charts and Graphs Calc Guide Chapter 4 OpenOffice.org Copyright This document is Copyright 2006 by its contributors as listed in the section titled Authors. You can distribute it and/or modify it under the terms of either

More information

Principles of Data Visualization for Exploratory Data Analysis. Renee M. P. Teate. SYS 6023 Cognitive Systems Engineering April 28, 2015

Principles of Data Visualization for Exploratory Data Analysis. Renee M. P. Teate. SYS 6023 Cognitive Systems Engineering April 28, 2015 Principles of Data Visualization for Exploratory Data Analysis Renee M. P. Teate SYS 6023 Cognitive Systems Engineering April 28, 2015 Introduction Exploratory Data Analysis (EDA) is the phase of analysis

More information

XPost: Excel Workbooks for the Post-estimation Interpretation of Regression Models for Categorical Dependent Variables

XPost: Excel Workbooks for the Post-estimation Interpretation of Regression Models for Categorical Dependent Variables XPost: Excel Workbooks for the Post-estimation Interpretation of Regression Models for Categorical Dependent Variables Contents Simon Cheng hscheng@indiana.edu php.indiana.edu/~hscheng/ J. Scott Long jslong@indiana.edu

More information

SPSS Manual for Introductory Applied Statistics: A Variable Approach

SPSS Manual for Introductory Applied Statistics: A Variable Approach SPSS Manual for Introductory Applied Statistics: A Variable Approach John Gabrosek Department of Statistics Grand Valley State University Allendale, MI USA August 2013 2 Copyright 2013 John Gabrosek. All

More information

Figure 1. An embedded chart on a worksheet.

Figure 1. An embedded chart on a worksheet. 8. Excel Charts and Analysis ToolPak Charts, also known as graphs, have been an integral part of spreadsheets since the early days of Lotus 1-2-3. Charting features have improved significantly over the

More information

Main Effects and Interactions

Main Effects and Interactions Main Effects & Interactions page 1 Main Effects and Interactions So far, we ve talked about studies in which there is just one independent variable, such as violence of television program. You might randomly

More information

JHM Patient Safety & Quality Dashboard. Quick Start Guide

JHM Patient Safety & Quality Dashboard. Quick Start Guide JHM Patient Safety & Quality Dashboard Quick Start Guide JHM Patient Safety & Quality Dashboard Quick Start Guide This guide will walk users through how to access and navigate the JHM Patient Safety &

More information

How To Check For Differences In The One Way Anova

How To Check For Differences In The One Way Anova MINITAB ASSISTANT WHITE PAPER This paper explains the research conducted by Minitab statisticians to develop the methods and data checks used in the Assistant in Minitab 17 Statistical Software. One-Way

More information

Tutorial Overview Quick Tips on Using the ONRR Statistical Information Website

Tutorial Overview Quick Tips on Using the ONRR Statistical Information Website Tutorial Overview Quick Tips on Using the ONRR Statistical Information Website We have added several upgrades to the ONRR Statistical Information Website. The new interactive map on the home page allows

More information

2) The three categories of forecasting models are time series, quantitative, and qualitative. 2)

2) The three categories of forecasting models are time series, quantitative, and qualitative. 2) Exam Name TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1) Regression is always a superior forecasting method to exponential smoothing, so regression should be used

More information

Chapter 6: Constructing and Interpreting Graphic Displays of Behavioral Data

Chapter 6: Constructing and Interpreting Graphic Displays of Behavioral Data Chapter 6: Constructing and Interpreting Graphic Displays of Behavioral Data Chapter Focus Questions What are the benefits of graphic display and visual analysis of behavioral data? What are the fundamental

More information

Can SAS Enterprise Guide do all of that, with no programming required? Yes, it can.

Can SAS Enterprise Guide do all of that, with no programming required? Yes, it can. SAS Enterprise Guide for Educational Researchers: Data Import to Publication without Programming AnnMaria De Mars, University of Southern California, Los Angeles, CA ABSTRACT In this workshop, participants

More information

Example: Credit card default, we may be more interested in predicting the probabilty of a default than classifying individuals as default or not.

Example: Credit card default, we may be more interested in predicting the probabilty of a default than classifying individuals as default or not. Statistical Learning: Chapter 4 Classification 4.1 Introduction Supervised learning with a categorical (Qualitative) response Notation: - Feature vector X, - qualitative response Y, taking values in C

More information

Instructions for SPSS 21

Instructions for SPSS 21 1 Instructions for SPSS 21 1 Introduction... 2 1.1 Opening the SPSS program... 2 1.2 General... 2 2 Data inputting and processing... 2 2.1 Manual input and data processing... 2 2.2 Saving data... 3 2.3

More information

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy

Using Excel for Analyzing Survey Questionnaires Jennifer Leahy University of Wisconsin-Extension Cooperative Extension Madison, Wisconsin PD &E Program Development & Evaluation Using Excel for Analyzing Survey Questionnaires Jennifer Leahy G3658-14 Introduction You

More information

Principal Component Analysis

Principal Component Analysis Principal Component Analysis ERS70D George Fernandez INTRODUCTION Analysis of multivariate data plays a key role in data analysis. Multivariate data consists of many different attributes or variables recorded

More information

How to Use a Data Spreadsheet: Excel

How to Use a Data Spreadsheet: Excel How to Use a Data Spreadsheet: Excel One does not necessarily have special statistical software to perform statistical analyses. Microsoft Office Excel can be used to run statistical procedures. Although

More information

Final Exam Performance. 50 OLI Accel Trad Control Trad All. Figure 1. Final exam performance of accelerated OLI-Statistics compared to traditional

Final Exam Performance. 50 OLI Accel Trad Control Trad All. Figure 1. Final exam performance of accelerated OLI-Statistics compared to traditional IN SEARCH OF THE PERFECT BLEND BETWEEN AN INSTRUCTOR AND AN ONLINE COURSE FOR TEACHING INTRODUCTORY STATISTICS Marsha Lovett, Oded Meyer and Candace Thille Carnegie Mellon University, United States of

More information

Health Spring Meeting May 2008 Session # 42: Dental Insurance What's New, What's Important

Health Spring Meeting May 2008 Session # 42: Dental Insurance What's New, What's Important Health Spring Meeting May 2008 Session # 42: Dental Insurance What's New, What's Important Floyd Ray Martin, FSA, MAAA Thomas A. McInteer, FSA, MAAA Jonathan P. Polon, FSA Dental Insurance Fraud Detection

More information

Data Coding and Entry Lessons Learned

Data Coding and Entry Lessons Learned Chapter 7 Data Coding and Entry Lessons Learned Pércsich Richárd Introduction In this chapter we give an overview of the process of coding and entry of the 1999 pilot test data for the English examination

More information

Lin s Concordance Correlation Coefficient

Lin s Concordance Correlation Coefficient NSS Statistical Software NSS.com hapter 30 Lin s oncordance orrelation oefficient Introduction This procedure calculates Lin s concordance correlation coefficient ( ) from a set of bivariate data. The

More information

IBM SPSS Statistics 20 Part 1: Descriptive Statistics

IBM SPSS Statistics 20 Part 1: Descriptive Statistics CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 1: Descriptive Statistics Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

More information

GAZETRACKERrM: SOFTWARE DESIGNED TO FACILITATE EYE MOVEMENT ANALYSIS

GAZETRACKERrM: SOFTWARE DESIGNED TO FACILITATE EYE MOVEMENT ANALYSIS GAZETRACKERrM: SOFTWARE DESIGNED TO FACILITATE EYE MOVEMENT ANALYSIS Chris kankford Dept. of Systems Engineering Olsson Hall, University of Virginia Charlottesville, VA 22903 804-296-3846 cpl2b@virginia.edu

More information

CALCULATIONS & STATISTICS

CALCULATIONS & STATISTICS CALCULATIONS & STATISTICS CALCULATION OF SCORES Conversion of 1-5 scale to 0-100 scores When you look at your report, you will notice that the scores are reported on a 0-100 scale, even though respondents

More information

A Review of Cross Sectional Regression for Financial Data You should already know this material from previous study

A Review of Cross Sectional Regression for Financial Data You should already know this material from previous study A Review of Cross Sectional Regression for Financial Data You should already know this material from previous study But I will offer a review, with a focus on issues which arise in finance 1 TYPES OF FINANCIAL

More information

Dimensionality Reduction: Principal Components Analysis

Dimensionality Reduction: Principal Components Analysis Dimensionality Reduction: Principal Components Analysis In data mining one often encounters situations where there are a large number of variables in the database. In such situations it is very likely

More information

Influenced by - Alfred Binet intelligence testing movement

Influenced by - Alfred Binet intelligence testing movement SA1 Trait Psychology Influenced by - Alfred Binet intelligence testing movement Origins - Psychologists became interested in seeing whether the success achieved with mental measurement might be repeated

More information

Using Excel for Handling, Graphing, and Analyzing Scientific Data:

Using Excel for Handling, Graphing, and Analyzing Scientific Data: Using Excel for Handling, Graphing, and Analyzing Scientific Data: A Resource for Science and Mathematics Students Scott A. Sinex Barbara A. Gage Department of Physical Sciences and Engineering Prince

More information

Street Address: 1111 Franklin Street Oakland, CA 94607. Mailing Address: 1111 Franklin Street Oakland, CA 94607

Street Address: 1111 Franklin Street Oakland, CA 94607. Mailing Address: 1111 Franklin Street Oakland, CA 94607 Contacts University of California Curriculum Integration (UCCI) Institute Sarah Fidelibus, UCCI Program Manager Street Address: 1111 Franklin Street Oakland, CA 94607 1. Program Information Mailing Address:

More information