Publications by Sri Manikanta Battu
Week-5(Main)
UsArrests provides statistics on arrests in the United States. The dataset includes information on arrests per 100,000 residents for four different crimes: Murder, Assault, UrbanPop (percent urban population), and Rape. Each row in the dataset corresponds to a different state in the United States, and the data is from the year 1973. Analyzing...
2749 sym R (4652 sym/13 pcs) 5 img
WEEK-4-DV
DATASET : SLEEP , HEALTH , LIFESTYLE OF PEOPLE. (ANALYZING THEIR HEALTH STATUS ON THEIR DAILY ACTIVITIES) dataset<-read.csv("C:/Users/srima/OneDrive/Desktop/Sleep_health_and_lifestyle_dataset.csv") head(dataset) ## Person.ID Gender Age Occupation Sleep.Duration Quality.of.Sleep ## 1 1 Male 27 Software Engineer ...
3830 sym R (5182 sym/11 pcs) 5 img
Week-1
Introduction to R : R is a powerful, open-source programming language and environment designed for statistical computing and data analysis. Widely used by data scientists and statisticians, R offers extensive libraries, data visualization tools, and statistical techniques. Its flexibility and versatility make it a preferred choice for exploring...
1639 sym R (8929 sym/76 pcs)
Week-2
Data manipulation in R Data manipulation in R involves the systematic process of refining and restructuring data to enhance its quality and prepare it for analysis. This includes handling missing values, outliers, and transforming variables. Techniques like aggregation, subsetting, merging, and reshaping data are pivotal for extracting meaningf...
1142 sym R (41682 sym/69 pcs)
Week-3
Plots in R Plots in R are visual representations of data that help analysts and data scientists explore, analyze, and communicate insights. R offers a rich ecosystem of plotting functions and libraries, each designed for specific data visualization needs. ###One categorical and one continuous variable (Bar Chart) data <- data.frame(Category = c(...
2382 sym 12 img
Week-4
dataset<-read.csv("C:/Users/srima/OneDrive/Desktop/Sleep_health_and_lifestyle_dataset.csv") head(dataset) ## Person.ID Gender Age Occupation Sleep.Duration Quality.of.Sleep ## 1 1 Male 27 Software Engineer 6.1 6 ## 2 2 Male 28 Doctor 6.2 6 ## ...
3726 sym R (5182 sym/11 pcs) 5 img