Authors
Evan DeFilippis and Philip Chapkovski 15
data analysis from the pilot of the tester Latest
11.12.2020
Clean and merge the data Analyze individual questions Building histograms for personal attitudes, average attitude Friendship Difference between personal attitude and average attitude Estimated distributions Correlation between averages...
473 sym 8 img
Christine Plourde 15
My First Publication Latest
29.01.2020
Q1 What is R? R is a coding programg to making organizing data easier. Q2 What is RStudio? Rstudio is where the data is stored. Q3 What is R packages? Hint: Type your answer in bold. Note: For help with RMarkdown syntax, go Help > Cheatsheets >...
348 sym R (262 sym/2 pcs)
Cinthya Villegas 15
Pruebas con datos: nombres, edades y carreras Latest
08.09.2020
Visualizar los datos Objetivo: Se construye una estuctura de datos ‘data.frame’ a partir de tres vectores. Se visualiza en pantalla. Nombres nombres <-...
202 sym R (866 sym/6 pcs)
Colton Petrosino 15
Quiz 1 Latest
10.09.2020
# Load packages library(tidyquant) library(tidyverse) # for count() function # Import S&P500 Stock Index SP500 <- tq_index("SP500") SP500 ## # A tibble: 505 x 8 ## symbol company identifier sedol weight sector shares_held...
1108 sym R (1736 sym/4 pcs)
Claire B. 15
weekly challenge (pivoting) Latest
30.09.2021
knitr::opts_chunk$set(echo = TRUE) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5...
2475 sym R (3926 sym/19 pcs)
Christina Quintanilla-Muñoz 15
Homework 1 Latest
26.01.2022
Christina Quintanilla-Muñoz christina.quintanilla-munoz@my.utsa.edu Use a screen capture tool to take a capture of your current R version and current installation of QGIS version. My R version 4.1.2 My QGIS version 3.16...
235 sym 2 img
Lea Cortes 15
Problema 4.14 Latest
12.10.2021
df<-read.csv("https://raw.githubusercontent.com/leacortes/leacortes/main/Problema4.14.csv") df$Lote=factor(df$Lote) df$Dia=factor(df$Dia) df$Ing=factor(df$Ing) df$y=as.numeric(df$y) df ## Lote Dia Ing y ## 1 1 1 A 8 ## 2 2...
2588 sym R (2572 sym/18 pcs) 5 img
WingKi Yu 15
Project: Modeling with Classification Trees Latest
03.02.2023
Introduction Data analysis should be reproducible, meaning: every step taken to manipulate, clean, transform, summarize, visualize or model data should be documented exactly so that results can be replicated. RMarkdown is a tool—or,...
3122 sym 4 img
Publish Document Latest
26.01.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...
4689 sym R (1227 sym/7 pcs) 2 img