Authors

step1 Latest

01.06.2021

title: “Pierre G” author: “MALLAH Siham” date: “01/06/2021” output: pdf_document: default html_document: default word_document: default D explanatory sexeM 0.32 (0.09-1.16, p=0.078) tabacNon 0.83 (0.21-3.18, p=0.788) tabacOui 0.18...

205 sym 18 tbl

Lisa Szydziak 52

HW1 R bridge 121720 Latest

17.12.2020

#1. Write a loop that calculates 12-factorial r<-2 fact<-1 for (i in 1:12) { fact<-fact*(r-1) r<-r+1 } print(fact) ## [1] 479001600 #2. Show how to create a numeric vector that contains the sequence from 20 to 50 by 5....

724 sym R (496 sym/6 pcs)

Ivan Lizarazo 52

Landsat Image Exploration Latest

13.03.2020

Introduction This is an R Markdown Notebook which illustrates and extends instructions from the tutorial on remote sensing image analysis written by Aniruddha Ghosh and Robert J. Hijmans. In the original tutorial Ghosh and Hijmans describe how to...

8309 sym R (9697 sym/80 pcs) 10 img

TP 52

Zabici w wypadkach w PL Latest

20.01.2022

Dane (dzienne) są pobierane ze strony https://policja.pl/pol/form/1,Informacja-dzienna.html. Zamieniane na format CSV. Plik ppw.csv zawiera dane tygodniowe dotyczące m.in. liczby wypadków i zabitych Dane dla roku 2008 są szczątkowe, więc...

709 sym 5 img

FV 52

Prac_Grad_Ind Latest

12.10.2023

packages # install if required if(!require(tidyverse)){install.packages("tidyverse")} if(!require(googlesheets4)){install.packages("googlesheets4")} if(!require(GGally)){install.packages("GGally")}...

279 sym R (15767 sym/16 pcs) 3 img

csgillespie 52

An analysis of the Stackoverflow Beta sites Latest

01.11.2010

In the last six months or so, the behemoth of Q & A sites stackoverflow, decided to change tack and launch a number of other non-computing-language sites. To launch a site in the stackoverflow family, sites have to spend time gathering followers...

1914 sym R (1417 sym/2 pcs) 18 img

Text analytics for whatsapp chats. Data analysis for JoLA Latest

30.03.2020

Authors: Duzhin Fedor, Tan Joo Seng, Tan Siew Eng Preparation and reading data We have collected raw whatsapp chats of student teams in four courses, two in business and two in mathematics. For each course, we have a directory with all chats...

7005 sym R (17553 sym/26 pcs) 20 img

free description testing scheme Latest

01.06.2020

This is an R Markdown Notebook. When you execute code within the notebook, the results appear beneath the code. Try executing this chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing Cmd+Shift+Enter....

257 sym R (1493 sym/7 pcs) 1 img

Bryan Persaud 52

Data 606 HW 9 Latest

24.11.2019

Baby weights, Part I. (9.1, p. 350) The Child Health and Development Studies investigate a range of topics. One study considered all pregnancies between 1960 and 1967 among women in the Kaiser Foundation Health Plan in the San Francisco East Bay...

8404 sym R (738 sym/17 pcs) 2 img

ISR Dashboard Latest

01.07.2020

ISR Dashboard Overall Row Note This section domonstrates the overall health of the four largest economies in the world by calculating the averages Z-score of all economic aspects in the next section. The higher the Z-score, the more healthy...

5840 sym