https://github.com/emilio-berti/scaling-charisma
https://github.com/emilio-berti/scaling-charisma
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emilio-berti/scaling-charisma
- Owner: emilio-berti
- Created: 2020-07-27T09:31:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T07:32:22.000Z (over 4 years ago)
- Last Synced: 2025-01-21T04:28:10.339Z (4 months ago)
- Language: R
- Size: 759 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Body size is a good proxy for vertebrate charisma
This repository contains the code and data used in the study *Body size is a good proxy for vertebrate charisma* (Berti et al., ...) under revision in *Biological Conservation*. R code is in the folder *R*. *datasets.rds* is the dataset used in the study, compiled from nine sources:
| Study | Vertebrate class | Sample size | Methodology used to estimate charisma | Area covered |
|:------|:-----------------|:------------|:--------------------------------------|:-------------|
|Brambilla et al. (2013) | Birds | 59 | Anthropic value from species occurrences in naturalistic journals and congresses| Italy |
|Correia et al. (2016) | Birds | 28 | Number of webpages containing the species name obtained using Google search engine | Brazil |
|Garnett et al. (2018) | Birds | 419 | Preference of people for species as determined from surveys | Australia |
| Macdonald et al. (2015) |Mammals | 92|Preference of people for species as determined from surveys |UK, USA, India, South Africa, and Australia|
|Monsarrat and Kerley (2018)|Mammals|37|Interpretation of species description from the historical literature|South Africa|
|Roberge (2014)|Mammals|12|Number of posts on Twitter for a species|USA|
|Roll et al. (2016)|Reptiles|7,133|Number of views of Wikipedia page (English version) for a species|Global
|Willemen et al. (2015)|||Number of images on Flickr for a species|Global|
||Amphibians|472|||
||Birds|2,365|||
||Mammals|1,952|||
||Reptiles|966|||
|Żmihorski et al. (2013)|Birds|145|Number of webpages for a species|Poland|*charisma.csv* contains the data for the Shiny applications (below).
## Shiny app to explore residuals
I made a Shiny app to explore residuals and outliers. This can be launched downloading the entire repository and running the script *R/shiny.R*. This will install also the required R packages: *tidyverse*, *plotly*, *shiny*, *magrittr*.