All Projects → nhs-r-community → NHSRdatasets

nhs-r-community / NHSRdatasets

Licence: CC0-1.0 license
NHS and healthcare related datasets for training and learning R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to NHSRdatasets

NHSRtheme
R package that helps to create plots that follow the NHS Identity
Stars: ✭ 19 (-64.81%)
Mutual labels:  nhs, nhs-r-community
runcharter
Automating run chart analysis for faceted displays of data across multiple metrics or locations
Stars: ✭ 31 (-42.59%)
Mutual labels:  nhs, nhs-r-community
xaringan-basics-and-beyond
Sharing Your Work with xaringan: Workshop created for the NHS-R Community 2020 Virtual Conference.
Stars: ✭ 43 (-20.37%)
Mutual labels:  nhs-r-community
open-health-statistics
Statistics on open source healthcare repositories
Stars: ✭ 20 (-62.96%)
Mutual labels:  nhs
openeobs
An e-observations and ward management tool for Acute and Mental Health hospitals.
Stars: ✭ 24 (-55.56%)
Mutual labels:  nhs
GOSH-FHIRworks2020-React-Dashboard
🩺 Fully Responsive FHIR Dashboard written using @reactjs for NHS and GOSH hackathon
Stars: ✭ 21 (-61.11%)
Mutual labels:  nhs
awesome-missing-nhs-things
a unAwesome list of missing NHS and Social Care interfaces, services, registers, and data sources.
Stars: ✭ 19 (-64.81%)
Mutual labels:  nhs
patientcounter
fast, flexible patient census tables. Quickly count patients or resources by interval. No SQL, no problem.
Stars: ✭ 19 (-64.81%)
Mutual labels:  nhs
nhsuk-prototype-kit
NHS.UK prototype kit enables you to make interactive prototypes that will look like pages on NHS.UK. The prototypes you make are a great way to show ideas to others and for conducting user research.
Stars: ✭ 41 (-24.07%)
Mutual labels:  nhs

NHS R-community Datasets

R-CMD-check Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN version Downloads



Please visit: nhsrcommunity.com

Datasources for reuse

This package has been created to help NHS, Public Health and related analysts/data scientists learn to use R. It contains several free datasets (just one at the moment), help files explaining their structure, and vignette examples of their use. We encourage contributions to the package, both to expand the set of training material, but also as development for newer R/github users as a first contribution. Please add relevant free, open source data sets that you think may benefit the NHS R-community.

Installation instructions

This packages is available on CRAN or the development version can be installed from source, via this Github repository. You will need Rtools installed to build the package, and the remotes package.

remotes::install_github("https://github.com/nhs-r-community/NHSRdatasets")

Contribution

Please contribute to this repository, and please cite it when you use it in training or publications.

To contribute, please:

  • Fork the repository.
  • Add your dataset in the data folder, in .rda format. The best way to do this is with the usethis package with “gzip” compression: usethis::use_data(data, compress="gzip")
  • Please add a minimal R function to act as a help file. You can use the LOS_model as a guide.
  • Please add a vignette demonstrating how the data has been/can be used.
  • Create a pull request, detailing your additions, and we will review it before merging.


When contributing a dataset, the contributor certifies that:

  • They are the data owner, or are authorised to republish the dataset in question.
  • The dataset does not contain real patient-level data.
  • Where based on patient data, the contributor takes full responsibility for sharing the data and certifies that. it is has been processed, anonymised, aggregated or otherwise protected in accordance with all legal requirements under General Data Protection Regulation (GDPR), or other relevant legislation.

Please note that the ‘NHSRdatasets’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].