{ "@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" } }

Week 8 – Regression Assumptions & Intermediate R Flashcards

(8 cards)

1
Q

What are some Regression Assumptions?

A
  • Know what each looks like
  • Know what a violation looks like
  • Know the solutions to the assumption violation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Linearity and how can you solve it?

A

Solution: transformation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Multi-collinearity and how can you solve for it?

A

Solution: Combine variables or drop one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Heteroscedasticity and how can you solve for it?

A

Solution: transformation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Serial correlation and how can you solve for it

A

Solution: Time series analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are Outliers and how can you solve for them?

A

Solution: drop outliers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Benford’s Law?

A

in financial data, small digits appear more often than larger digits at the beginning of a number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are Decision trees?

A

• Decision trees identify which variables are most important for making decisions or predictions.
• The technique removes noise (entropy) and identifies which variables contribute the most information.
The result is a set of rules that can assist in decision making.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly