Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
melmasri authored Jan 14, 2021
1 parent fabd4f3 commit 40f993a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Fitting and predicting the `populaton` model, with lag 1


``` r
fit <- traveltimeCLT(train, model = 'population)
fit <- traveltimeCLT(train, model = 'population')
predict(fit, test)
```

Expand Down

0 comments on commit 40f993a

Please sign in to comment.