Recently Published
Publish Document
PROGRAM 7
program 15
all grpah plotting from program 9 to 15
Program 12
Develop a script in R to create a violin plot displaying the distribution of a continuous variable, with separate violins, using ggplot2.
Program 11
Write a R program to generate a basic box plot, enhance with notches and outliers ,and grouped by a categorical variable,using ggplot2
Program 10
Develop an R function to draw a density curve representing the probability density function of a continuous variable, with separate curves for each group, using ggplot2.
Analisis Performa dan Segmentasi Wilayah Berdasarkan Product Type Menggunakan Clustering K-Means (Elbow Method)
Analisis ini bertujuan untuk mengevaluasi performa dan segmentasi wilayah berdasarkan jenis produk (Product Type) menggunakan metode klasterisasi K-Means dengan pendekatan Elbow Method. Melalui teknik ini, wilayah-wilayah dikelompokkan ke dalam segmen-segmen homogen berdasarkan indikator performa produk, sehingga memudahkan dalam pengambilan keputusan strategis yang berbasis data.
Program 9
Create multiple histograms using ggplot2::facet_wrap() to visualize how a variable (e.g., Sepal.Length) is distributed across different groups (e.g., Species) in a built-in R dataset.
Basic EDA
Here i perform a basic Exploratory Data Analysis
Risk and protective factors
Risk and protective factors
Publish Document
PROGRAM 9