Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
0 views

R Programming Lab test

The document outlines a lab course for R programming, specifically for VI Semester B.Sc. students, with a course code of DSC16. It includes a list of programming tasks divided into two parts: Part A focuses on data structures, operators, sorting algorithms, and basic calculations, while Part B covers Markov chains, linear algebra operations, data visualization, data frame manipulation, and linear regression applications. Each task aims to enhance practical skills in R programming and data analysis.

Uploaded by

Chaya Anu
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

R Programming Lab test

The document outlines a lab course for R programming, specifically for VI Semester B.Sc. students, with a course code of DSC16. It includes a list of programming tasks divided into two parts: Part A focuses on data structures, operators, sorting algorithms, and basic calculations, while Part B covers Markov chains, linear algebra operations, data visualization, data frame manipulation, and linear regression applications. Each task aims to enhance practical skills in R programming and data analysis.

Uploaded by

Chaya Anu
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

R Programming Lab

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.

You might also like