Wednesday, 23 January 2013

IT Lab Session 3

Assignment 1a: Create a linear regression model and analyze the impact of groove on mileage. Comment about the applicability of this model based on residual plot.



From the residual plot we can infer that the linear regression model cannot be applied for the sample data.

Assignment 1b: Create a linear regression model and analyze the impact of alpha on pluto. Comment about the applicability of this model based on residual plot.






From the above residual plot we can infer that the linear regression model can be applied.

Assignment 2: Using Anova compare the mean comfort level of 3 different kinds of chairs.


As P value is > 0.05 we can conclude that all the 3 chairs provide the same comfort level.

Wednesday, 16 January 2013

IT Lab session 2

Assignment -1 : Create 2 matrices, select 2 columns, one each from the matrices and combine them into a new matrix using CBIND function.



Assignment -2: Multiplication of 2 matrices

Assignment-3: Generate regression data from 01 Dec 2012 to 31 De 2012 NSE data

 Assignment-4: Generate normal distribution data and plot it



Tuesday, 8 January 2013

IT Lab Session 1

Assignment - 0 : Plot a line using 3 points

Assignment - 1 : Plot a histogram of the data obtained from a local file

Assignment - 2 : Plot the points in the form of lines and points. Done using the "plot" command with type="b". Also name the graph and label the x,y axes.

Assignment - 3: Plot a scatter plot for the data chosen from a local file.


Assignment - 4 : Find the range of values in 2 different columns merged together.