26
Jan
R Programming Solution for STAT500 Applied Statistics
Whether you're working with large datasets or small samples, R programming can help you create clear and effective visualizations that c.....
26
Jan
SAS Solution for Business Analysis Plan
DM 'clear log'; proc datasets library=work kill nolist memtype=data; quit; PROC IMPORT OUT= WORK.data DAT.....
19
Jan
R Programming Solution for Effect of a Particular Environmental Regulation Plan
data<- read.csv(file = "C:\\Users\\dell\\Downloads\\GHQ1(2).csv") library("ggplot2") library("dplyr") head(data) View(data) da.....
19
Jan
Statitics Solution for Market Analysis of IKP Shoes Task
The business overview, mission and vision IKP is a shoe brand which would target the middle-tier market where the consumers are mainly.....
19
Jan
Solution for Probability and Statistics Task
--- title: "Probability and Statistics" author: output: word_document: default pdf_document: default --- ```{r start, inclu.....
29
Dec
R Programming Solution on Effect of Pollution
data<- read.csv(file = "C:\\Users\\dell\\Downloads\\GHQ1(2).csv") library("ggplot2") library("dplyr") head(data) View(data) data_so2.....
22
Dec
R Programming Solution on ANOVA as a Paired T - Test
setwd("~/Assignments/Job 2") rm(list = ls()) # Load libraries: library(reshape2) library(ggpubr) # Read the data: data <- read......
22
Dec
R Studio Solution on Resit Task
```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) options(warn = -1) ``` ## 1. Provide appropriate graphs to display freq.....
24
Nov
Finance Solution for Capital Asset Pricing Model Task
Que A: Appraise the multifactor model of asset returns and explain the advantage of such a model in relation to the Capital Asset Pricing Mo.....