Authors
Samuel Kalibala 15
My First Markdown Latest
03.06.2021
This is my first markdown file create my first chunk # create my first chunk minutes<-c(50,150,45,60,70,95) # here I culculate the mean of minutes mean(minutes) ## [1] 78.33333 create a boxplot create a chunk via short cut using Ctrl, alt, I...
134 sym R (141 sym/3 pcs) 1 img
Cgig Annotations 1.1 Latest
07.02.2021
library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.2 ✓ purrr 0.3.4 ## ✓ tibble...
236 sym R (2237 sym/19 pcs)
stathack 15
Converting cross sectional data with dates to weekly averages in R. Latest
30.05.2012
I was recently confronted with a problem where I had to compare two very different data sets. The problem was that one data set was observed cross sectional data with dates over the course of three months and the other was weekly averages during...
2092 sym 4 img
Suellen de Paula 15
aula 1 Rdm Latest
08.10.2020
Não entendo. Isso é tão vasto que ultrapassa qualquer entender. Entender é sempre limitado. Mas não entender pode não ter fronteiras. Sinto que sou muito mais completa quando não entendo. Não entender, do modo como falo, é um dom. Não...
571 sym
Sully Yoon 15
Notes Latest
08.09.2022
# Quick Notes # This section is a chunk of code, use shortcut ctrl alt I # Comment out a line use Ctrl Shift C # Compile pdf Ctrl Shift K # Run Line Ctrl Enter # Run Chunk Ctrl Shift Enter # Debug toggle Breakpoint Shift F9 # Stop Debug...
4 sym
Portfolio Latest
12.09.2022
Biography My name is Lynson Swa and I come from a little South East Asian country called Malaysia. I usually go by Lynx, like the cat. Hence the title. I am currently a Digital Advertising Operations Manager at Digital AIM Media. Academic...
2517 sym 1 img
retail EDA - PT Komoditi Ria Kencana Latest
29.03.2021
PT Komoditi Ria Kencana Exploratory Product Data Analysis Report Syabaruddin Malik 3/29/2021 1. Background PT Komoditi Ria Kencana is a retail commodity trading company. The company have worldwide activities in the sourcing, transporting,...
8583 sym R (12967 sym/49 pcs) 19 img
Presentation (STA 490) Latest
29.09.2022
September, 29 2022 # Research Question Does the temperature of the water and the age of the fish correlate with the length of a specific fish species? The experiment was formed by taking a single species of fish , separating them into four...
1383 sym 2 img 1 tbl
Tesfahun Tegene Boshe 15
Clustering Countries Using Descriptive Variables Latest
08.02.2021
Clustering countries based on descriptive variables Clustering is grouping a set of objects in such a way that objects in the same cluster are more similar (in some sense) to each other than to those in other groups. CLustering has many...
5007 sym R (10987 sym/48 pcs) 9 img