gravatar

ravitheja7

Ravi Teja Vasamsetti

Recently Published

ASSIGNMENT#9
Assignment #6
Problem set 3
Assignment#4
ASSIGNMENT#3
The assignment consists of 2 parts. Create an R-Markdown script (.rmd) and generate an html output for the code and text. Please keep in mind to use both code chunks, text, and other components of reproducible research as required. Use the CO2 dataset in R -To get definitions of the columns type help(CO2) -Calculate means & standard deviations for 4 groups broken down by Type and Treatment -Perform one-way tests twice: once for Type and once for Treatment -Perform a two-way test for Type and Treatment Use the mtcars dataset in R -Use the table() function with the following combinations -The variables vs and am -The variables gear and carb -The variables cyl and gear -For each of the three cases above guess what the results of a Chi-Squared analysis will be -Ignore warnings for low values in the cells -Perform a Chi-Squared analysis on the mtcars dataset for each of the three cases above
Assignment #2
Part 3 Using the USArrestsCoasts data, is the East Coast states suffer more violent crime than all other states? The USArrests data set is attached to the homework assignment in Moodle The East Coast states are marked as such Perform one tail t tests for murder, assault, and rape
Problem Set 1
ANYL 512 - Data Visualization of mtcars data set.