Skip to content

Commit

Permalink
remove readme fig
Browse files Browse the repository at this point in the history
  • Loading branch information
joshyam-k committed Feb 21, 2024
1 parent ff82307 commit 69c3c46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
6 changes: 1 addition & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Binary file removed figs/README-res_plot-1.png
Binary file not shown.

0 comments on commit 69c3c46

Please sign in to comment.