Mathematical approximation

Inferensi untuk Regresi Linear di R

Jo Hardin

Professor, Pomona College

Inferensi untuk Regresi Linear di 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))

Inferensi untuk Regresi Linear di R

Inferensi untuk Regresi Linear di R

Model fit

Inferensi untuk Regresi Linear di R

Inferensi untuk Regresi Linear di 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))

Inferensi untuk Regresi Linear di R

Sampling distribution of slope: poor t fit

Inferensi untuk Regresi Linear di R

Sampling distribution of slope: poor t fit

Inferensi untuk Regresi Linear di R

Let's practice!

Inferensi untuk Regresi Linear di R

Preparing Video For Download...