GithubHelp home page GithubHelp logo

agdamsbo / healthcarerbook Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gntem2/healthcarerbook

0.0 0.0 0.0 58.32 MB

An introduction to using R in Healthcare

Home Page: https://agdamsbo.github.io/HealthcareRbook/

License: Creative Commons Zero v1.0 Universal

Shell 0.01% CSS 0.57% TeX 0.27% Dockerfile 0.01% HTML 97.02% JavaScript 2.13%

healthcarerbook's Introduction

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.

#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

healthcarerbook's People

Contributors

agdamsbo avatar gntem2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.