Skip to content

Commit

Permalink
Merge branch 'main' of github.com:melmasri/traveltimeCLT into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad committed Jan 25, 2021
2 parents 5fe1c8e + 40f993a commit 4759e50
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 4759e50

Please sign in to comment.