1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Analyzing Minitab
y-int a → Coef-Constant
slope b → Coef-(Variable)
(sample) SD of residuals → s (avg typical error when use regression line to predict y-value)
r² → R-sq (% of variation in y-var that can be explained by the linear relationship w/ x-var)
!!! sample regression line = estimated regression line calculated from sample data
diff samples, diff regression lines/slopes → use sampling distribution of b (take many many samples) (analyze SOCS for shape (symmetric/skew, unimodal, etc.), center (mean), and spread (SD))
calculator: stat plot! scatterplot put L1 (x-values) and L2 (y-values) of data. residual plot put L1 and RESID. histogram of residuals put RESID from [2nd] [stat] [8]
know σ? → z=(b-β)/σb
don’t know σ? → t=(b-β)/SEb (t-distrib with df=n-2)
Sampling distribution of b (slope)
μb = β
σb = σ/(σx√n) ← population SD of residuals over (population SD of x-values times square root of sample size)
shape approx. normal if y-values follow a Normal distribution for each x-value
What is SEb and s
s/(sx√(n-1))
^Sx of residual list over (Sx of x-list times square root of n-1) (get Sx from 1-VarStats. residual list is [2nd][stat][8] into L3, where L1 is x-values and L2 is y-values of OG data)
![<p>s/(s<sub>x</sub>√(n-1))</p><p>^Sx of residual list over (Sx of x-list times square root of n-1) (get Sx from 1-VarStats. residual list is [2nd][stat][8] into L3, where L1 is x-values and L2 is y-values of OG data)</p>](https://assets.knowt.com/user-attachments/f00f1dd4-e781-4205-9bfe-a6b38b514502.png)
Conditions for Regression Inference
LINER
Linear relationship
scatterplot of OG data, see approx linear pattern?
residual plot, see random scatter/no pattern?
Independent
experiment or 10% condition (n≤0.1N)
Normal
histogram(/stemplot/Normal probability plot) of residuals, see no strong skew/outliers?
Equal SD
residual plot, see vertical spread of residuals approx the same for above & below 0 (w/ no pattern)? (look like sandwich)
Random sampling/assignment
Parameters and their unbiased estimators
σb (population SD of slope) → SEb (sample standard error of slope)
β (population slope) → b (sample slope)
α (population y-int) → a (sample y-int)