Recently Published

program-12
Develop a script in R to create a violin plot displaying the distribution of a continuous variable, with separate violind for each groups, using ggplot2.
Program13
Write an R program to create multiple dot plots for grouped data, comparing the distributions of variables across different categories, using ggplot2’s position_dodge function
Document15
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.
Analisis Pengaruh Biaya Pemasaran dan Harga Pokok Penjualan terhadap Keuntungan di Pasar Utama Amerika Serikat
This study aims to analyze the extent to which marketing expenses and cost of goods sold (COGS) affect company profits in major markets across the United States. Using a robust regression approach and data from a coffee chain dataset, the research investigates the strength and significance of these financial variables in influencing profitability. The findings are expected to provide strategic insights for businesses seeking to optimize costs and maximize returns in competitive market environments.
Document14
Write a program to create multiple dot plots for grouped data, comparing the distribution of variable across different categories using ggplot2's position dodge function.
Document13
Write a program to create multiple dot plots for grouped data, comparing the distribution of variable across different categories using ggplot2's position dodge function.
Quiz 3
Jenaro Martinez Fernanda Sanchez
Document12
To create a violin plot using ggplot2 in R that displays the distribution of a continuous variable with separate violins for each group using an in-built dataset.
Final Project: Impact of Payroll on Success in the MLB
This project looks at the impact of payroll allocations on success in the MLB. In website form, we analyze a dataset to draw conclusions about the correlation between payroll and win rate/regular season results using data science. We hope you like it!
Document11
To generate a basic box plot using ggplot2, enhanced with notches and outliers, and grouped by a categorical variable using an in-built dataset in R.
Document10
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.