https://github.com/crsu-apps/popviz
A visualisation package to show absolute effects as a proportion of people
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.3%) to scientific vocabulary
Repository
A visualisation package to show absolute effects as a proportion of people
Basic Info
- Host: GitHub
- Owner: CRSU-Apps
- License: gpl-3.0
- Language: R
- Default Branch: main
- Size: 167 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
- Releases: 0
Metadata Files
README.md
PopViz
A visualisation package to show absolute effects as a proportion of a population.
Installation
From your R console, use the following command
```
install.packages("remotes") # If not already installed
remotes::install_github("CRSU-Apps/PopViz") ```
If you encounter issues with {ggplot2} functions not being found, or with files not being found, try restarting your R session.
Examples
Using Defaults

PopViz::PopViz(
glyph_count = 10,
event_desired = FALSE,
outcome_name = "Fillings",
reference_name = "Mouthwash",
treatment_name = "Regular Tooth Brushing",
outcome_type = "RD",
reference_probability = 0.4,
relative_effect = -0.2,
relative_confidence_interval = c(-0.26, -0.14)
)
Using Additional Options

PopViz::PopViz(
glyph_count = 20,
person_multiplier = 5,
event_desired = FALSE,
outcome_name = "Blisters",
reference_name = "Trainers",
treatment_name = "High Heels",
outcome_type = "RD",
reference_probability = 0.04,
relative_effect = 0.37,
colour_palette = "colourblind",
glyph = "person-dress",
relative_confidence_interval = c(0.3, 0.4),
population_name = "Women",
treatment_plural = TRUE
)
Owner
- Name: CRSU Apps
- Login: CRSU-Apps
- Kind: organization
- Location: United Kingdom
- Website: http://www.nihrcrsu.org/
- Repositories: 3
- Profile: https://github.com/CRSU-Apps
GitHub Events
Total
- Create event: 7
- Release event: 1
- Issues event: 16
- Delete event: 5
- Issue comment event: 1
- Member event: 1
- Push event: 73
- Pull request event: 8
- Fork event: 1
Last Year
- Create event: 7
- Release event: 1
- Issues event: 16
- Delete event: 5
- Issue comment event: 1
- Member event: 1
- Push event: 73
- Pull request event: 8
- Fork event: 1