Week 16- Content Flashcards

1
Q

What is the process of the derivation chain

A

Developing your theory:
> concepts
> assumptions about causality
This then goes down to
> measurement of psychological concepts
> auxiliary assumptions about how we get from theoretical concepts to observable data
Then link this to statistical predictions
Which can test the hypothesis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Varying language terms need to be familiar with

A

> Outcome = response = criterion = dependent variable
Predictor = covariate = independent variable = factor
Linear model = regression analysis = regression model = multiple regression

MOST IMPORTANTLY, OUTCOME = DV; PREDICTOR = IV

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is covariance equation?

A

variation in x * variation in y/ n - 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why do we need to divide covariance by standard deviations

A

> because 2 sets of numbers can be on different scales- covariance depends on these scales
correlations easier to compare by removing scales- so divide by sd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can we examine variance?

A

> histograms- distribution of values in any one variable
scatterplots- association of values in two variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you code a correlation test in r studio

A

cor.test(studytwo$mean.acc,
studytwo$mean.self,
method = “pearson”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What data is important from a correlation test

A

Degrees if freedom
Correlation
P-value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly