Class page
multivariate statistics in R
network analysis in R
https://lagunita.stanford.edu
Network Analysis in R using igraph package – from Datacamp
Marketing analysis in r statistics from Datacamp
금, 화 9시
Installing R
Using a data set: mtcars
(Sep 9, 13)
동영상 시청. 아래 동영상은 교재의 2장 이후를 다루는 내용이면서 계산적인 통계에 대해서 공부하기 위해서 꼭 필요한 내용이므로 숙지하시기 바랍니다. 동영상이 길어서 이 부분은 3주차에도 계속 시청합니다.
$$ \text{Inferential Statistics} = \frac {\text{Effects}} {\text{Error}} $$
실제차이를 랜덤차이로 나눈 비율
Group Assignment
주제: 유튜브 댓글의 제3자효과는 어떻게 나타날까?
주제: 필터버블 효과는 어떻게 나타날까?
위의 주제로 가설을 그룹구성원의 숫자만큼 만드시오.
가설의 변인의종류와 측정수준을 말하시오.
(Sep 23, 27)
영상
Knowledge to understand hypothesis testing
—-
out of class
—-
Is your hypothesis based on your research on a topic? Can your hypothesis be tested? Does your hypothesis include independent and dependent variables?from https://www.verywellmind.com/what-is-a-hypothesis-2795239
kinds of hypothesis Identifying IV and DV (and Intervening Variable) measurement (operationalization :: 조작화)
Assignment for all
Group assignment 1 (ma.22.w04.ga.id.var)
Group assignment 2 (ma.22.w04.ga.making.ttest.h)
가설 만들어 보기
t-test (ma.22.w04.ga.making.ttest.h) – t-test 동영상 시청을 마치고 하세요.
영상
문서 + 텍스트
Group assignment 2 (w05.ga.finding.r.articles)
(Oct 7, 11)
첫번째 퀴즈
* 10월 7일
* 오픈시간: 9:00-3:00
* 퀴즈시간: 약 60-70분 (바뀔 수 있습니다)
* 퀴즈문제: 약 50문제 (바뀔 수 있습니다)
* 범위: 처음부터 - 5주차 반까지; 그리고 교재 제2장까지
* 5주차 반까지란? ANOVA와 Post hoc test 까지 (즉, Factorial ANOVA와 예 제외)
* 10월 7일 온라인 미팅 없습니다.
* sample questions
(Oct 14, 18)
영상 시청 (8주차까지 볼 동영상입니다)
correlation
regression
multiple regression
이하는 다음 주에
Partial and semipartial correlation
using dummy variables
dat <- read.csv("http://commres.net/wiki/_media/regression01-bankaccount.csv")
str(dat)
dat.lm <- lm(account~fammember, data=dat)
8주차 퀴즈 (2번째)
10월 25일 화A교시
범위: 처음부터 - Simple regression 까지 (e.g.2 까지)
(Oct 28, Nov 1)
영상
correlation
regression
multiple regression
Partial and semipartial correlation
using dummy variables
Statistical Regression Methods
Sequential Regression
(Nov 18, 22)
The 3rd Quiz
(Nov 25, 29)
social network analysis
social network analysis tutorial
sna in r
Stanford University egs.
(Dec 2, 6)
insurance.csv
Some R outputs will be used to ask the related concepts and ideas (the above).
For the next quiz
(Dec 9, 13)
Mediation Analysis
(Dec 16, 20)
Final-term covers:
계산문제를 제외하고 어떤 상황에서 어떤 통계방법을 써야하는지에 대해서와 아웃풋을 해석하거나 아웃풋에서 답을 유추하는 문제 등은 아래 범위에서 나올 수 있습니다.
t-test, ANOVA, Factorial ANOVA
그 외에 수업시간에 다룬 부분은 또한 포함합니다.
correlation
regression
multiple regression
partial and semipartial correlation
using dummy variables
factor analysis
social network analysis
sna tutorial
sna in r
SNA e.g. lab 06
Some R outputs will be used to ask the related concepts and ideas (the above).