Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
13 views1 page

R Assignments

Dhd

Uploaded by

r08664960
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

R Assignments

Dhd

Uploaded by

r08664960
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment on R Programming

SN Name Problem
1 Anshu Gokhroo 1. Write a R Program for "Hello Statisticians".
2. Write a R Program to add two vectors.
3. Write a Program to concatenate two strings in R.
4. Write a R program to read the .csv file and display the content.
2 Bhavya Mali 1. Find the Sum, Mean and Product of the Vector in R Programming.
2. Write a R Program to Find the Length of a String.
3. Write a R program to create three vectors a,b,c with 3 integers. Combine the three vectors to become a 3×3 matrix where each
column represents a vector. Print the content of the matrix.
4. Write a R program to create a list containing a vector, a matrix and a list and give names to the elements in the list. Access the
first and second element of the list.
3 Hitesh Patel 1. Create an R Program to Find the Minimum and Maximum of any dataset.
2. How to check if Characters are Present in a String in R.
3. Write a R program to create a 5 x 4 matrix, 3 x 3 matrix with labels and fill the matrix by rows and 2 × 2 matrix with labels and
fill the matrix by columns.
4. Write a R program to list containing a vector, a matrix and a list and give names to the elements in the list.
4 Nahid Anjum 1. R Program to Sort a Vector
2. R Program to Extract n Characters From a String
3. Write a R program to create a simple bar plot of five subjects marks.
4. Write a R program to create an array of two 3x3 matrices each with 3 rows and 3 columns from two given two vectors. Print the
second row of the second matrix of the array and the element in the 3rd row and 3rd column of the 1st matrix.
5 Nikita Kunwar 1. How to Find the Factorial of a Number
Rao 2. How to Replace Characters in a String in R
3. Write a R program to compute sum, mean and product of a given vector elements.
4. Write a R program to create an 3 dimensional array of 24 elements using the dim() function.
6 Shalu Suthar 1. How to create R Multiplication Table
2. Create a Program to Compare Two Strings in R.
3. Write a R program to create a Data frames which contain details of 5 employees and display the details.
4. Write a R program to create an array of two 3x3 matrices each with 3 rows and 3 columns from two given two vectors.
7 Sudhansh 1. Write a R program to take input from the user (name and age) and display the values. Also print the version of R installation.
Pareek 2. Write a R program to create a sequence of numbers from 20 to 50 and find the mean of numbers from 20 to 60 and sum of
numbers from 51 to 91.
3. Write a R program to create a Data Frames which contain details of 5 employees and display summary of the data.
4. Write a R program to convert a given matrix to a 1 dimensional array.

You might also like