beta_coefficients
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| beta_coefficients [2020/12/09 09:44] – [e.g.] hkimscil | beta_coefficients [2026/06/14 23:44] (current) – hkimscil | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| < | < | ||
| # import test score data " | # import test score data " | ||
| - | tests <- read.csv(" | + | tests <- read.csv(" |
| colnames(tests) <- c(" | colnames(tests) <- c(" | ||
| tests <- subset(tests, | tests <- subset(tests, | ||
| Line 88: | Line 88: | ||
| < | < | ||
| # get marketing data | # get marketing data | ||
| - | marketing <- read.csv(" | + | marketing <- read.csv(" |
| head(marketing) | head(marketing) | ||
| # note that I need - X to get rid of X column in the marketing data | # note that I need - X to get rid of X column in the marketing data | ||
| Line 96: | Line 96: | ||
| < | < | ||
| - | > marketing <- read.csv(" | + | > marketing <- read.csv(" |
| > head(marketing) | > head(marketing) | ||
| X youtube facebook newspaper sales | X youtube facebook newspaper sales | ||
| Line 193: | Line 193: | ||
| and | and | ||
| - | we can compare the beta coefficients among each other. | + | 베타를 구하고 나면 서로의 계수값을 절대비교할 수 있다. |
| + | '' | ||
| + | '' | ||
beta_coefficients.1607507087.txt.gz · Last modified: by hkimscil
