bossiernesto / Rcourse

R Computing Data Analysis Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code from Computing Data Analisys

cover

This is currently the code im developing for the couse at cousera

Objectives of the course

  • Read formatted data into R
  • Subset, remove missing values from, and clean tabular data
  • Write custom functions in R to implement new functionality and making use of control structures such as loops and conditonals
  • Use the R code debugger to identify problems in R functions
  • Make a scatterplot/boxplot/histogram/image plot and modify a plot with custom annotations
  • Define a new data class in R and write methods for that class

Structure of the project

The project will be divided in assignment packages, each one with a readme with the description of the solutions to the excersices. Unit testing library svUnit is used for the test packages

About

R Computing Data Analysis Code


Languages

Language:R 99.6%Language:Shell 0.4%