ICIS in R

From ICISWiki

Jump to: navigation, search

Contents

Creating an R - package

  • Downloading of R - tools
  • Setting of System Variables for R directory paths
  • Creating of R - package directory
  • Creating functions for R-package
  • Documentation of functions by creating man files
  • Checking the package
  • Building the package
References: 
1.  P. Rossi, "Making R Packages Under Windows : A Tutorial" - http://faculty.chicagogsb.edu/peter.rossi/research/bayes%20book/bayesm/Making%20R%20Packages%20Under%20Windows.pdf 
2.  A. Lenarcic, " R package Writing Tutorial" - http://www.stat.columbia.edu/~gelman/stuff_for_blog/AlanRPackageTutorial.pdf

Developed R functions for ICIS

Dataset Retrieval

GetListOfDataset(studyid)

  • Arguments : Studyid
  • Database connections
    • RODBC
    • RMySQL
  • Get all Representation Numbers
  • Get all datasets
Personal tools