Data Management and Visualization
Description
When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan .
- Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
- Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.
About this course: Whether being used to customize advertising to millions of website visitors or streamline inventory ordering at a small restaurant, data is becoming more integral to success. Too often, we’re not sure how use data to find answers to the questions that will make us more successful in what we do. In this course, you will discover what data is and think about what questions you have that can be answered by the data – even if you’ve never thought about data before. Based on existing data, you will learn to develop a research question, describe the variables and their relationships, calculate basic statistics, and present your results clearly. By the end of the course, you…
Frequently asked questions
There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.
When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan .
- Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
- Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.
About this course: Whether being used to customize advertising to millions of website visitors or streamline inventory ordering at a small restaurant, data is becoming more integral to success. Too often, we’re not sure how use data to find answers to the questions that will make us more successful in what we do. In this course, you will discover what data is and think about what questions you have that can be answered by the data – even if you’ve never thought about data before. Based on existing data, you will learn to develop a research question, describe the variables and their relationships, calculate basic statistics, and present your results clearly. By the end of the course, you will be able to use powerful data analysis tools – either SAS or Python – to manage and visualize your data, including how to deal with missing data, variable groups, and graphs. Throughout the course, you will share your progress with others to gain valuable feedback, while also learning how your peers use data to answer their own questions.
Created by: Wesleyan University-
Taught by: Lisa Dierker, Professor
Psychology
每门课程都像是一本互动的教科书,具有预先录制的视频、测验和项目。
来自同学的帮助与其他成千上万的学生相联系,对想法进行辩论,讨论课程材料,并寻求帮助来掌握概念。
证书获得正式认证的作业,并与朋友、同事和雇主分享您的成功。
Wesleyan University At Wesleyan, distinguished scholar-teachers work closely with students, taking advantage of fluidity among disciplines to explore the world with a variety of tools. The university seeks to build a diverse, energetic community of students, faculty, and staff who think critically and creatively and who value independence of mind and generosity of spirit.Syllabus
WEEK 1
Selecting a research question
We would like to welcome you to Wesleyan University's Data Analysis and Interpretation Specialization. In this session, we will discuss the basics of data analysis. Your task will be to select a data set that you would like to work with and to review available code books that help you develop your own research question. You will also set up a Tumblr blog that will allow you to reflect on these experiences, submit assignments and share your work with others throughout the course. First, you may want to check out the welcome video
5 videos, 6 readings expand
- Video: Welcome Video
- 阅读: A few quick questions to get started
- Video: Video Lesson - Steps in data analysis
- Video: Video Lesson - What do we mean by data?
- Video: Video Lesson - Datasets and codebooks
- Video: Video Lesson - Developing a research question
- 阅读: Course codebooks
- 阅读: Course Data Sets
- 阅读: Getting Set Up for the Assignments
- 阅读: Tumblr Instructions
- 阅读: Troubleshooting Your Tumblr Assignment Blog Link
Graded: Getting Your Research Project Started
WEEK 2
Writing your first program - SAS or Python
In this session, we will discuss how to write a basic program that allows you to load a data set and examine frequency distributions. Your task will be to write a program that helps you to explore the variables you have selected for your own research question. You may choose either Python or SAS. Both are made freely available, and we have created a helpful guide to support you in making the decision. Once you have selected your platform, just follow the instructions in the appropriate "GETTING STARTED...." file, and then check out this week's video lessons aimed at helping you write and run your first program. You need only view the lessons for one of the statistical platforms (SAS or Python).
8 videos, 7 readings expand
- 阅读: Choosing SAS or Python
- 阅读: Getting Started with SAS
- 阅读: Getting Started with Python
- 阅读: Codebook for Video Examples
- 阅读: Program for Video Examples
- 阅读: Uploading Your Own Data to SAS
- Video: SAS Lesson 1 - Defining exploratory data analysis
- Video: SAS Lesson 2 - SAS coding conventions
- Video: SAS Lesson 3 - Running your program and examining frequency distribution
- Video: SAS Lesson 4 - Refining your research question by selecting rows
- Video: Python Lesson 1 - Defining Exploratory Data Analysis
- Video: Python Lesson 2 - Python Coding Conventions
- Video: Python Lesson 3 - Running your program and examining frequency distributions
- Video: Python Lesson 4 - Refining your research question by selecting rows
- 阅读: Assignment Sample
Graded: Running Your First Program
WEEK 3
Managing Data
In this session, we will help you to make and implement even more decisions with data. Statisticians often call this task 'data management', while computer scientists like the term 'data munging'. Whatever you call it, it is a vital and ongoing process when working with data. Your task will be to write a program that manages the variables you have selected for your own research question.
8 videos, 3 readings expand
- 阅读: Program for Video Examples
- 阅读: Codebook for Video Examples
- Video: SAS Lesson 1 - Setting aside missing data
- Video: SAS Lesson 2 - Coding in valid data and recoding values
- Video: SAS Lesson 3 - Creating secondary variables
- Video: SAS Lesson 4 - Grouping variables within individual variables
- Video: Python Lesson 1 - Setting aside missing data
- Video: Python Lesson 2 - Coding valid data and recoding values
- Video: Python Lesson 3 - Creating secondary variables
- Video: Python Lesson 4 - Grouping values within individual variables
- 阅读: Assignment Sample
Graded: Making Data Management Decisions
WEEK 4
Visualizing Data
In this session we will discuss descriptive statistics and get you visualizing your newly data managed variables individually and as graphs showing the relationships between them.
12 videos, 4 readings expand
- 阅读: Graphing Decisions Flowchart
- 阅读: Programs for Video Examples
- 阅读: Codebooks for Video Examples
- Video: SAS Lesson 1 - Graphing individual variables
- Video: SAS Lesson 2 - Describing distributions visually
- Video: SAS Lesson 3 - Measures of center and spread
- Video: SAS Lesson 4 - Designing the role each of your variables will play
- Video: SAS Lesson 5 - Graphing decisions: categorical response variables
- Video: SAS Lesson 6 - Graphing decisions: quantitative response variable
- Video: Python Lesson 1 - Graphing individual variables
- Video: Python Lesson 2 - Describing distributions visually
- Video: Python Lesson 3 - Measures of Center and Spread
- Video: Python Lesson 4 - Designing the role each of your variables will play
- Video: Python Lesson 5 - Graphing Decisions: Categorical response variables
- Video: Python Lesson 6 - Graphing decisions: quantitative response variable
- 阅读: Assignment Sample
Graded: Creating graphs for your data
Supplemental Materials (All Weeks)
3 readings expand
- 阅读: How to Write a Literature Review
- 阅读: Translation Code
- 阅读: Acknowledgments
Share your review
Do you have experience with this course? Submit your review and help other people make the right choice. As a thank you for your effort we will donate $1.- to Stichting Edukans.There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.