Watts-College / paf-510-template

https://watts-college.github.io/paf-510-template/
0 stars 0 forks source link

Calculating Confidence Interval for Lab 2 #54

Closed dmkoch9978 closed 1 month ago

dmkoch9978 commented 2 months ago

Hello,

For lab 2, do we need to actually calculate the confidence interval for Q2-4? I used the visuals for my answers but it's just now occurring to me that I may actually need to use the equations we've been given in lecture.

Thanks, Dani

@AntJam-Howell @nickmcmullen

nickmcmullen commented 2 months ago

@dmkoch9978 it's important that you understand the underlying math for calculating confidence intervals from slope and SE. I recommend using the formulas from the lecture and showing your work.

pathernz commented 2 months ago

@nickmcmullen Besides the RMD/HTML, may we do the calculations by hand and import as PDF to show the math?

nickmcmullen commented 2 months ago

@pathernz that's fine, but you shouldn't need to. You can just type the values into the formula to show you understand how to use it.

jteles24 commented 2 months ago

Hi Im also having trouble how to write the formula in R

nickmcmullen commented 2 months ago

@jteles24 @pathernz You both are comfortable with the below formulas from the lecture notes. And you know the values from the model tables, so just plug them in to calculate the confidence intervals.

Upper bound = b1 + SE(t) Lower bound = b1 - SE(t)

Screenshot 2024-09-03 at 7 09 54 PM
jteles24 commented 2 months ago

Thank you very much

On Tue, Sep 3, 2024 at 10:18 PM nickmcmullen @.***> wrote:

@jteles24 https://github.com/jteles24 @pathernz https://github.com/pathernz You both are comfortable with the below formulas from the lecture notes. And you know the values from the model tables, so just plug them in to calculate the confidence intervals.

Upper bound = b1 + SE(t) Lower bound = b1 - SE(t) Screenshot.2024-09-03.at.7.09.54.PM.png (view on web) https://github.com/user-attachments/assets/f45108fb-be09-4ef3-b01b-33d73ae75cf3

— Reply to this email directly, view it on GitHub https://github.com/Watts-College/paf-510-template/issues/54#issuecomment-2327772631, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKV4NKG7UONPRLL4NRCRR3TZUZUIVAVCNFSM6AAAAABNTGSBAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRXG43TENRTGE . You are receiving this because you were mentioned.Message ID: @.***>

jteles24 commented 2 months ago

very confused on question 5 not clear to me

nickmcmullen commented 1 month ago

@jteles24 the lab RMD template has a more specific question in Q5 with regard to slope and SE for the three models you drew CIs in Q2-4

nickmcmullen commented 1 month ago

@dmkoch9978 now that Lab 02 has passed can you close this issue out to keep the forum tidy? Thanks!