Authors
Jean Jimenez 47
R Workshop Homework #1 Latest
09.07.2023
R Workshop Homework 1 Question 1 Write a loop that calculates 12-factorial Here is my answer for this question: #loop that calculates 12 factorial num=1 for(i in 1:12){ num=num*i } print(num) ## [1] 479001600 Question 2 Show how to...
732 sym
Veronica Boyce 47
PS1 Latest
21.09.2020
In this assignment we’ll learn about dplyr and tidyr, two packages from the tidyverse that allow elegant and easily understandable data tidying and manipulation. We’ll do this by working through the steps of loading an actual dataset, tidying...
11475 sym R (76583 sym/50 pcs) 2 img
Joshua Registe 47
Data 608 Final Project Proposal Latest
23.03.2020
1 Proposal As part of this final project, I will be looking at emission patterns nationally over the past decade looking at potential major contributors to the cause of global warming. Engineers and scientists often get posed questions along the...
1229 sym 1 img
Hotel booking cancellations - Part 1 Latest
09.10.2020
Dataset Hotel Booking Demand Research question What are the key variables for predicting hotel booking cancellations? logistic regression, decision tree, random forest Load libraries library(tidyverse) library(Hmisc) library(psych)...
3961 sym R (9984 sym/45 pcs) 12 img
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
Presentacion 1 Latest
28.03.2023
Estadística para el Análisis Político | Lección 1 Marylia Cruz Bievenid@ A la aventura más divertida del semestre 2023-1. Guías: Marylía Cruz - marylia.cruz@pucp.edu.pe Karina Alcantará - k.alcantara@pucp.pe Alexander Cruz -...
8951 sym 16 img
Shariq Mian 47
ASSIGNMENT 1 Latest
27.07.2021
HW1 Question 1 fct=1 num=12 for (i in 1:num) { fct=fct*i } print(fct) ## [1] 479001600 Question 2 vect=(seq(20,50,5)) print(vect) ## [1] 20 25 30 35 40 45 50 Question 3 Quadratic Equation Form =ax^2+bx+c Equation = function(a, b, c) { if (a...
85 sym R (383 sym/6 pcs)
MilanoR 47
Analyzing baseball data with R Latest
27.11.2013
This week, the post is an interview with Max Marchi. Max is the author, with Jim Albert, of the book “Analyzing baseball data with R“. Hi, Max. Welcome back to MilanoR. Last time you wrote for us a series of articles about maps with R. Now...
8651 sym R (362 sym/1 pcs) 4 img 1 tbl
@aschinchon 47
The Ex Libris Generator Latest
01.02.2016
Tweet Go ahead stomp your feet on the floorboards Clap your hands if that’s really what you came here for (Heaven, The Milk Carton Kids) Inspired by curves created by the harmonograph, I have done a Shiny app to generate random images that...
1168 sym 10 img
Seguros Latest
21.02.2023
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...
598 sym 1 img