Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Summary

Samenvatting Test 2 - Research Methodology and Descriptive Statistics

Rating
-
Sold
-
Pages
16
Uploaded on
23-04-2026
Written in
2024/2025

Samenvatting Test 2 - Research Methodology and Descriptive Statistics, pre-master Psychology, University of Twente

Institution
Course

Content preview

Research methodology and descriptive statistics
Summary test 2

Contents

Unit 13 - Visualizing and analyzing bivariate relationships in R ........................................................ 2

Unit 24: Describing the association between two variables ............................................................. 4

Unit 12: causality and bivariate causal hypotheses ........................................................................ 5

Unit 15: research designs for testing causal hypotheses ................................................................. 7

Unit 14: Causality and the eEect of third variable ........................................................................... 9

Unit 16, 17, 18: Analyzing multivariate relationships ....................................................................... 9

Unit 19: Sampling ........................................................................................................................ 11

Unit 23 – Normal distribution ........................................................................................................ 12

Unit 20 – First steps towards inference: certainty about means ...................................................... 12

Unit 22: Research ethics .............................................................................................................. 15

,Unit 13 - Visualizing and analyzing bivariate relationships in R
Bivariate analysis: statistical method examining how two di2erent things are related

Contingency table: display relationship between 2 ordinal or nominal variables
Similar to frequency table à always concerns 1 variable

Columns: independent variable
Rows: dependent variable
Cells: column percentages

Column percentages = cell / total (column) * 100




Scatterplots: quantitative variables, more precise information
x-as: independent variable
y-as: dependent variable



Regression line: the line
that completely fits the data,
such that the overall
distance from the line to the
pot outlined on a graph is the
smallest




Strength (of a bivariate relationship): indicates how closely two variables are associated
with each other. The stronger the relationship, the better one variable can predict or
explain changes in the other
Direction (of a bivariate relationship): whether the relationship between two variables is
positive or negative. Helps to describe the nature of the relationship between 2 variables

2

, - Positive direction: as one variable increases, the other also increases
- Negative direction: as one variable increases, the other decreases

Linear relationship: describes a straight-line relationship between 2 variables.
- If x-value is changed à y-value must also change in the same proportion




Plots in R-studio

#load ggplot2
Library(ggplots2)
Library(dplyr)
Library(ggthemes)
#import dataset
Avocado_data = read.csv(“avocado_data.csv”)
#scatterplot data, average price and region à geom_type of plot you want
Avocado_data %>%
ggplot(aes(x = Date, y = AveragePrice, color region)) +
geom_point()
#add title and give axis name
Avocado_data %>%
ggplot(aes(x = Date, y = AveragePrice, color region)) +
geom_point()
labs(title = “average avcado prices in the US over time”,
x = “date”
y = “average price”,
color = “region”)




3

Written for

Institution
Study
Course

Document information

Uploaded on
April 23, 2026
Number of pages
16
Written in
2024/2025
Type
SUMMARY

Subjects

$7.55
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
pienvanderv

Get to know the seller

Seller avatar
pienvanderv Intercultural Open University
Follow You need to be logged in order to follow users or courses
Sold
7
Member since
8 year
Number of followers
0
Documents
9
Last sold
1 week ago

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions