Skip to content

Commit

Permalink
Merge pull request #50 from youngroklee-ml/49-revise-filename
Browse files Browse the repository at this point in the history
49 revise filename
  • Loading branch information
youngroklee-ml authored Mar 10, 2024
2 parents 0e05bae + d210c90 commit 8b5ec2e
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chapters/ch02_regression.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ library("car")
#### 데이터 로드

```{r}
dat_ba <- read.csv("data/Player.csv")
dat_ba <- read.csv("data/Hitters.csv")
```

#### 다중 회귀모형 추정
Expand Down
Loading

0 comments on commit 8b5ec2e

Please sign in to comment.