Authors
Eitan Tzelgov 15
Studying Media 2021- Scraping horror Latest
13.10.2021
Loading packages necessary for analysis library(rvest)##scraping library(tidyverse)##tidying data library(ggplot2)##plotting library(quanteda)##text analysis library(wordcloud2)##word clouds library(tm)##text analysis If you have never used R...
4904 sym R (11615 sym/26 pcs) 2 img
eli_3357 15
A personal summary of R code for data analysis Latest
03.02.2021
1 Overall description The following code/output/plots were served as examples of specific/general R functions/operations that I found helpful in analyzing data with R. 2 Pseudo Data A pseudo dataset was created to illustrate functions/codes. The...
8595 sym R (144217 sym/442 pcs) 89 img 6 tbl
doc 1 regresion seguro 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
Evan Gu 15
CompBio-EvanGu-Portfolio Latest
30.09.2021
Assignment: Your assignment is to use your notes from class - along with help from classmates, UTAs, and me - to turn this script into a fleshed-out description of what is going on. This is a substantial project - we’ll work on it in steps over...
5260 sym R (11369 sym/50 pcs)
FERNANDA NEVAREZ L. 15
PRACTICA1 Latest
15.02.2020
R Markdown # Preferencias de actividad deportiva y cultural en una muestra de 30 alumnos actividad <- c('Dibujo', 'Tiro con Arco', 'Baile', 'Voleybol', 'Futbol', 'Americano', 'Natación', 'Tahitiano', 'Natación',...
20 sym R (4853 sym/22 pcs) 2 img
Fernando Ernesto Paniagua Muñoz PM18011 15
Practica Econometría PM18011 Latest
18.03.2021
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...
594 sym R (268 sym/2 pcs) 1 img
Document Latest
16.02.2022
class: center, middle, inverse, title-slide # Avaliação de Regressão ## Análise regressiva das notas do Enem com fatores sociais ### Filipe Costa ### UFPI ### 2022-02-16 --- ## Informações importantes sobre o trabalho ####...
6519 sym
Francesca Gpe. Vargas Cepeda 15
Caso 5 espacio muestral Latest
28.09.2022
1 Objetivo Crear eventos a partir de un espacio muestral de alumnos. 2 Descripción Se crea un espacio muestral de alumno llamando una función que se encuentra en la dirección de github.com Se carga ejecutando la función Se describen los...
7703 sym 3 img 1 tbl
Michael Friendly 15
Visualizing Multivariate Linear Models in R: Iris Examples Latest
21.05.2020
\[ \def\vec#1{\mathbf{#1}} \def\mat#1{\mathbf{#1}} \def\H{\mathbf{H}} \def\E{\mathbf{E}} \def\trans{^\mathsf{T}} % transpose \def\period{\:\: .} \def\comma{\:\: ,} \def\inv#1{\mat{#1}^{-1}} \def\half#1{\mat{#1}^{-1/2}} \] Summary This...
14402 sym R (3957 sym/18 pcs) 14 img
GabrielPiñuelas 15
AIUC1_1 Latest
03.09.2021
#Tarea 1_AIUC1 PyE ##Importación de datos * Este ejercicio usa datos de las normales climatológicas de Hermosillo Sonora, estación Hermosillo II (DGE) con Clave (26139), periodo 1951 - 2010 ob <- c (16.8, 18.3, 20.4, 23.6, 27.3, 31.7, 32.3,...
2836 sym R (1787 sym/28 pcs) 7 img