diff --git a/README.Rmd b/README.Rmd index dcab4eb..e040784 100644 --- a/README.Rmd +++ b/README.Rmd @@ -81,8 +81,4 @@ As there are 36 total counties in Oregon, we will just look at the first few row ```{r} result$res |> head() -``` - -This output format allows for easy results plotting - -![](figs/README-res_plot-1.png) +``` \ No newline at end of file diff --git a/README.md b/README.md index e35b686..4e0f1b0 100644 --- a/README.md +++ b/README.md @@ -98,14 +98,10 @@ few rows of the results: ``` r result$res |> head() #> domain mse est -#> 1 41001 156.66442 14.85495 -#> 2 41003 28.41606 97.74967 -#> 3 41005 305.86545 86.02207 -#> 4 41007 169.09258 76.24752 -#> 5 41009 92.54089 70.28624 -#> 6 41011 633.15740 87.65072 +#> 1 41001 151.40451 14.85495 +#> 2 41003 14.63929 97.74967 +#> 3 41005 38.05454 86.02207 +#> 4 41007 31.34302 76.24752 +#> 5 41009 91.39916 70.28624 +#> 6 41011 177.24236 87.65072 ``` - -This output format allows for easy results plotting - -![](figs/README-res_plot-1.png) diff --git a/figs/README-res_plot-1.png b/figs/README-res_plot-1.png deleted file mode 100644 index 940c805..0000000 Binary files a/figs/README-res_plot-1.png and /dev/null differ