Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sahaavi committed Apr 30, 2023
1 parent 83ec8e4 commit b64d5a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Canada Lynx Spatial Analysis
[![DOI](https://zenodo.org/badge/DOI/10.15468/dl.zeymyk.svg)](https://doi.org/10.15468/dl.zeymyk)

This project is aimed at analyzing the spatial patterns of Canada Lynx locations and building a model to predict their location based on environmental covariates. The first and second moment descriptives of the Canada Lynx locations were analyzed to understand the spatial patterns. The model was fitted using the inhomogeneous Poisson process approach to predict the intensity of Canada Lynx locations.

[Report]()
2 changes: 1 addition & 1 deletion eda.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ plot(rho,
main = "Rho vs elevation")
```

There’s a non-linear relationship between elevation and lynx intensity. Majority of the lynx are at low elevations than would be expected by chance, fewer parks at intermediate elevations and no parks at high elevations.
There’s a non-linear relationship between elevation and lynx intensity. Majority of the lynx are at low elevations than would be expected by chance, fewer lynx at intermediate elevations and no lynx at high elevations.

```{r}
#Estimate Rho
Expand Down

0 comments on commit b64d5a4

Please sign in to comment.