https://github.com/agdamsbo/healthcarerbook

An introduction to using R in Healthcare

https://github.com/agdamsbo/healthcarerbook

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

An introduction to using R in Healthcare

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of GNtem2/HealthcareRbook
Created over 3 years ago · Last pushed about 3 years ago

https://github.com/agdamsbo/HealthcareRbook/blob/master/

# Applications of R in Healthcare 

This book is based on **R Markdown** and **bookdown** (https://github.com/rstudio/bookdown). 

A copy of the book in `bookdown::pdf_book` format can be generated by typing in Rstudio `bookdown::render_book('index.Rmd', 'bookdown::pdf_book')`. 

The references are kept in the book.bib file. They are generated from TeXMed - a BibTeX interface for PubMed at https://www.bioinformatics.org/texmed/. The references take the form of

@Article{10.1111/2041-210x.12628,
   Authors= {Yu, G. and Smith, D.K. and Guan, H.Z. and Guan, Y. and    Lam, T.},
   Title={ggtree : an r package for visualization and annotation of    phylogenetic trees with their covariates and other associated data}, 
   Journal="Methods in Ecology and Evolution",
   Year="2016", 
   Volume="28",
   Pages={28-36},
   doi={10.1111/2041-210x.12628}
}

The files were uploaded to github using git bash

Some issues have occurred between when the files were written in 2020 with bookdown version 0.21 and change in knitr. The file is_abs_path() was removed from knitr 1.34 has been removed in the latest version of knitr. This was resolved by downloading knitr version 1.33 from Archives and installing the tar.gz files. 


```git
#initiating repository
git remote add origin https://github.com/GNtem2/HealthcareRBook.git
git push -u origin master

#removing files from github
git  git rm --cached 04-application.Rmd
git commit -m "remove old 04-application.Rmd"
git push -u origin master

#adding files to github
git add *.Rmd
git commit -m "updating bookdown with new chapters and data"
git push -u origin master
```


Owner

  • Name: Andreas Gammelgaard Damsbo
  • Login: agdamsbo
  • Kind: user
  • Location: Aarhus, Denmark

MD, clinical researcher, opensource-enthusiast.

GitHub Events

Total
Last Year