Mathematical approximation

Suy luận cho hồi quy tuyến tính trong R

Jo Hardin

Professor, Pomona College

Suy luận cho hồi quy tuyến tính trong R

Sampling distribution of slope: good t fit

ggplot(starFatCal, aes(x = statistic)) + 
  geom_histogram(aes(y = ..density..), bins = 50) + 
  stat_function(fun = dt, color = "red", args = list(df = nrow(starbucks) - 2))

Suy luận cho hồi quy tuyến tính trong R

Suy luận cho hồi quy tuyến tính trong R

Model fit

Suy luận cho hồi quy tuyến tính trong R

Suy luận cho hồi quy tuyến tính trong R

Sampling distribution of slope: poor t fit

ggplot(starProFib, aes(x = statistic)) + geom_histogram(aes(y = ..density..), bins = 50) + 
  stat_function(fun = dt, color = "red", args = list(df = nrow(starbucks) - 2))

Suy luận cho hồi quy tuyến tính trong R

Sampling distribution of slope: poor t fit

Suy luận cho hồi quy tuyến tính trong R

Sampling distribution of slope: poor t fit

Suy luận cho hồi quy tuyến tính trong R

Let's practice!

Suy luận cho hồi quy tuyến tính trong R

Preparing Video For Download...