Authors

Document Latest

11.10.2022

Load Packages tidyverse if (!require(tidyverse)){ install.packages("tidyverse", dependencies = TRUE) library(tidyverse) } codebookr if (!require(codebookr)){ install.packages("codebookr", dependencies = TRUE) library(codebookr) }...

1727 sym R (810 sym/5 pcs) 27 img 37 tbl

Jack Wright 35

Assignment 1 Jack Wright 607 Latest

30.08.2020

The following is an R markdown in which I am cleaning and subsetting some MLB playoff projections from the 538 blog. The page I am pulling this dataset from is: https://projects.fivethirtyeight.com/2020-mlb-predictions/ Loading and Preparing the...

2155 sym R (1302 sym/7 pcs)

MSDS_Challenge_R Latest

12.12.2019

CUNY SPS DS_Challenge_R Question 1 Complete the function below to return TRUE if a number is a prime, otherwise return FALSE: #creating R function to accept a number and return TRUE if a number is a prime, otherwise return FALSE: is_prime <-...

261 sym R (1195 sym/18 pcs) 2 img

Kennedi Todd 35

test Latest

19.04.2022

Hello world...

18 sym

Jason Bryer 35

Object Oriented Programming in R Latest

20.01.2012

As someone who was a Java programmer for many years learning R’s object oriented programming framework has been frustrating to say the least. I like the simplicity of S3 but find it limiting when you wish to write methods that change the...

1765 sym R (1397 sym/1 pcs)

Julian Salomo, Calon Sarjana 35

Document Latest

15.09.2020

1 Assignment Operator First, you should assign a value to a variable on your R console: x <- 5 # menentukan nilai untuk 'x' y <- 5 # menentukan nilai untuk `y` 2 Simple...

1287 sym R (4718 sym/65 pcs) 2 img

dell 35

U1A1 Latest

03.09.2020

#26/AGO/20 JORGE VALENZUELA PARRA #Ejercicio básico de graficación de variables #Establecer folder de trabajo setwd("~/PyE3") #Activar el paquete tidyverse library(tidyverse) ## -- Attaching packages...

6 sym R (1149 sym/6 pcs) 1 img

Vivek Patil 35

Motivating Students Latest

13.04.2013

Figure shown to students in a particular class to show the effect of slacking after the mid-semester grades are received.Background information: A course has multiple components – Exams, projects, quizzes, assignments, etc. The objective of this...

1896 sym 2 img

Victor 35

U1A1 Latest

27.08.2020

#Script del primer ejercicio de la materia de probabilidad y estadística #26/08/2020 #Victor Carvajal #Ejercicio básico de graficación de variables #Establecer folder de trabajo setwd("~/PYE1112ITSON") #Activar el paquete...

6 sym R (1355 sym/6 pcs) 1 img

Victor Abrego Rosas 35

prueba Latest

05.05.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...

591 sym 1 img