Recently Published
Online Retail Dataset Analysis
This R Markdown file analyzes an Online Retail Dataset (UK e-commerce, 2010-2011) with:
- Descriptive stats (mean, variance)
- Correlations (price vs. demand)
- Visualizations (sales trends, top products)
- Key insights on pricing, seasonality, and markets.
Goal: Optimize pricing, inventory, and marketing strategies.
(Author: Chris Giamakidis Kiosses | Date: 2025-04-02)
prog7
Develop a function in R to plot a function curve based on a mathematical equation provided as input , with different curve styles for each group ,using ggplot2.
Document
Assignment 2 markdown
Program7
Develop a function in R to plot a function curve based on a mathematical equation provided as input, with different curve styles for each group, using ggplot2.
Plot
Assignment 2-Charts