R Programming Lab test
R Programming Lab test
VI Sem B.Sc.
Course Code: DSC16
Programs list:
PART – A
1) Write a R program for different types of data structures in R.
2) Write a R program that include variables, constants, data types.
3) Write a R program that include different operators, control structures, default
values for arguments, returning complex objects.
4) Write a R program for quick sort implementation, binary search tree.
5) Write a R program for calculating cumulative sums, and products minima
maxima and calculus.
PART - B
1) Write a R program for finding stationary distribution of markanov chains.
2) Write a R program that include linear algebra operations on vectors and
matrices.
3) Write a R program for any visual representation of an object with creating
graphs using graphic functions: Plot (), Hist (), Linechart(), Pie(),
Boxplot(),Scatterplots().
4) Write a R program for with any dataset containing data frame objects,
indexing and sub setting data frames, and employ manipulating and
analysing data.
5) Write a program to create an any application of Linear Regression in
multivariate context for predictive purpose.