From 40f993a14cd67cfa7eebc4e33e9bd4a2e2e0264d Mon Sep 17 00:00:00 2001 From: Mohamad Elmasri Date: Wed, 13 Jan 2021 22:10:33 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 589d572..99bc9fb 100644 --- a/README.md +++ b/README.md @@ -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) ```