Skip to content

SBOHVM/ProgInR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming in R repository DOI

Instructions

First you need to install the package 'devtools'.

install.packages("devtools")

Then you can install the package itself:

devtools::install_github("IBAHCM/ProgInR")

Then we can run a piece of example code.

library(ProgInR)
example(run_simulation)