top of page
WEDNESDAY, March 7

​10:30-12:00 (Session A - SB)

Introduction to Statistical Methods

  • What is Statistics?

  • Principles of Statistical Methods

  • Importance in Applied Sciences

Day 1

​12:00-13:00 (Session B - BC, SM)

Introduction to R and RStudio

  • Installation and different options in RStudio, customizing the environment

  • Installing Packages (install.packages), loading packages (require, library), project, workspace

  • Looking into help files

  • Familiar with options (setwd, getwd, sessionInfo)

  • Document generation options

  • Get the problems resolved in individual laptops so that next six days sessions runs smoothly

  • Data import and export (read.table, read.csv, write.table, write.csv)

​14:30-16:00 (Session C - ARB)

Handling data in R (with example data from selected branch)

  • Basic data types: numeric, integer, logical, character

  • Data storage facilities in R (c(), vector, matrix, data.frame, list, rep, numeric, seq)

  • Difference between matrix and data.frame

  • Subsetting and modifying data (select, subset, filter, which, reshape)

  • Combining data (rbind, cbind, merge)

  • Some useful functions (is.na, dim, complete.cases, summary, aggregate, class)

​16:30-18:00 (Session D - SM)

Statistical distribution for ecologists (using R)

  • Visualizing data distributions: Histogram, boxplot (hist, boxplot, plot)

  • Probability mass functions and Probability density functions

  • Area under the curve (Integrate)

  • Binomial distribution, Uniform distribution, Normal distribution, t- distribution (rbinom, runif, rnorm, dnorm, qnorm, pnorm)

  • Skewed distribution, descriptive measures (mean, median, mode, quantile, range, sd, kurtosis, skew, describe, min, max, var)

  • Strong emphasis on visualizing distribution functions

  • Important packages: Hmisc, psych

bottom of page