Week 16- Content Flashcards
What is the process of the derivation chain
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
Varying language terms need to be familiar with
> Outcome = response = criterion = dependent variable
Predictor = covariate = independent variable = factor
Linear model = regression analysis = regression model = multiple regression
MOST IMPORTANTLY, OUTCOME = DV; PREDICTOR = IV
What is covariance equation?
variation in x * variation in y/ n - 1
Why do we need to divide covariance by standard deviations
> 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 can we examine variance?
> histograms- distribution of values in any one variable
scatterplots- association of values in two variables
How do you code a correlation test in r studio
cor.test(studytwo$mean.acc,
studytwo$mean.self,
method = “pearson”)
What data is important from a correlation test
Degrees if freedom
Correlation
P-value