Posts
R Programming
- Get link
- X
- Other Apps
STATISTICAL METHODS LAB (R PROGRAMMING) Syllabus 1 Familiarization of R environment and R Studio. Installing and using packages 2 Practice basic R input/output commands and create simple R programs using variables /Mathematical operations 3 Learn control statements in R, (if, switch, for, while, repeat, break, next) 4 Write R programs using functions ( Functions , Recursive Functions) 5 Learn to use Data Structures in R (strings, vectors, lists, matrix, arrays, dataframes, factors) 6 Plotting in R (line graph, scatter plots, bar plo...