Recently Published
Анализ данных, лабораторная работа №4 “Способы подготовки исходных данных”, отчет
Анализ данных, лабораторная работа №4, отчет студента группы 221-374 Пшениснова Михаила
prg 2 DV
Write an R script to create a scatter plot, incorporating categorical analysis through color-coded data points representing different groups, using ggplot2.
Program-5
Implement an R program to create a histogram illustrating the distribution of a continuous variable, with overlays of density curves for each group, using ggplot2.
prg 1 DV
Develop an R program to quickly explore a given dataset, including categorical analysis using the group_by command, and visualize the findings using ggplot2 features.
Basic finance visualizations using R
I have used monthly DSEX index data from 2020 to 2024 to illustrate various trends, curves, and candlestits. With the help of this graphic, we can see how the Bangladeshi stock market has changed recently and how macro factors, natural forces, and political unrest have affected it.
program 2
Write an R script to create a scatter plot, incorporating categorical analysis through color-coded data points representing different groups, using ggplot2.