Page 1 of 1

Linear regression assumption check's - Cook's distance

Posted: Sun May 10, 2020 4:13 pm
by pao
How are Cook's distance values calculated? Calculated in Rj editor using `cook.distance()` are different from those given by Jamovi in a descriptive way.

Re: Linear regression assumption check's - Cook's distance

Posted: Mon May 11, 2020 1:46 am
by jonathon
just using the cooks.distance() function. see here:

https://github.com/jamovi/jmv/blob/master/R/linreg.b.R#L96

jonathon

Re: Linear regression assumption check's - Cook's distance

Posted: Mon May 11, 2020 9:06 am
by pao
All clear - thank You!