Publications by MolijaSuba

Skewness and Kurtosis

28.10.2024

Introduction This report provides a detailed analysis of a dataset’s distribution, using skewness and kurtosis to evaluate its symmetry and tail behavior. Skewness measures asymmetry, while kurtosis measures the “tailedness” or concentration of data in the tails. Understanding these characteristics is essential for data-driven decision-ma...

2512 sym 1 img

Plotly

28.10.2024

Project Overview This report provides an interactive data analysis of car performance characteristics using the mtcars dataset in R. The analysis aims to give insights into the relationship between miles per gallon, horsepower, car weight, and other factors. All visualizations are created using Plotly for interactivity, allowing you to hover ov...

3069 sym 1 tbl

Document

27.10.2024

Introduction This report provides an in-depth analysis of the diamonds dataset using various visualization techniques. The aim is to uncover insights into diamond characteristics and their relationships. Loading Libraries and Data library(ggplot2) data("diamonds") diamonds_data <- diamonds Convert relevant variables to factors for consistent ...

1089 sym R (4388 sym/16 pcs) 9 img

Diamond Rmd

27.10.2024

Introduction This report provides an in-depth analysis of the diamonds dataset using various visualization techniques. The aim is to uncover insights into diamond characteristics and their relationships. Loading Libraries and Data library(ggplot2) data("diamonds") diamonds_data <- diamonds Convert relevant variables to factors for consistent ...

1089 sym R (4388 sym/16 pcs) 9 img