Posts

R - PROGRAMMING[BCS358B]

Image
  1 . Demonstrate the steps for installation of R and R Studio. Perform the following:  a)       Assign different type of values to variables and display the type of variable. Assign different types such as Double, Integer, Logical, Complex and Character and understand the difference between each data type. b)       Demonstrate Arithmetic and Logical Operations with simple examples. c)       Demonstrate generation of sequences and creation of vectors. d)       Demonstrate Creation of Matrices. e)       Demonstrate the Creation of Matrices from Vectors using Binding Function. f)        Demonstrate element extraction from vectors, matrices and arrays.   1) A) Assign different type of values to variables and display the type of variable. Assign different types such as Double, Integer, Logical, Complex and Character and und...