{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

ㅉW3: Simple + Multiple regression Flashcards

(4 cards)

1
Q

Regression assumption

A
  1. Independence of observation
  2. Normal distribution (histogram, P-P plot, shapiro wilk
  3. Homoscedasticity (constant variance)
  4. Linearity
  5. No colinearity (ONLY multiple regression)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Assumptions for homoscedesticity

A
  1. Assumption check via bivariate scatter plot, and residual-vs-fitted plot
    • rvfplot: fanning indicates violated assumption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Assumption for linearity

A
  1. scatter plot (is there any clear non-linear trend)
  2. rvfplot, yline(0) - wants no trend, no picture, no pattern
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Normal probability plot (P-P plot) assumption

A
  • Most common non-normal esiduals are snaking around the line
  • Stata syntax: pnorm residvarname
How well did you know this?
1
Not at all
2
3
4
5
Perfectly