Authors

08_43.01.104.065_Mai Huy_Tuan01_Thực hành code slide Latest

11.04.2020

Tên: Mai Huy MSSV: 43.01.104.065 Số thứ tự: 08 1) Các hàm cơ bản # Tạo Vector x x <- c(1,6,2) x [1] 1 6 2 # Tạo Vector y y <- c(1,4,3) y [1] 1 4 3 # Độ dài vector x length(x) [1] 3 # Độ dài vector y length(y) [1]...

12014 sym R (11065 sym/104 pcs) 23 img

Levi Salazar Jimenez 22

caso1 Latest

09.09.2021

title: “Caso 1. Análisis de s de alumnos” author: “Rubén Pizarro Gurrola” date: “8/9/2021” output: html_document — Objetivo Elaborar un análisis descriptivo de la variable promedios de alumnos una muestra de la población a...

3831 sym R (3641 sym/20 pcs) 2 img

Luis alberto castillo 22

Tarea 2 CE Latest

07.09.2020

set.seed(2020) PCP<-runif(30,0,300) dias<-seq(1,30,1) plot(dias,PCP,type="l") abline(h=mean(PCP),col="red") x = dias y= sin(x)+ 30 plot(x,y, type="l") abline(h=mean(y)) acf(y) #Función de autocorrelación...

21 sym R (7665 sym/82 pcs) 16 img

CUNY 607 Wk 4 - R String Manipulation Latest

19.09.2022

Overview: Data 607 Week 4 Assignment covers R Character Manipulation 1) Identify Data and Statistics Majors #Using the 173 majors listed in fivethirtyeight.com’s College Majors dataset...

1981 sym R (5474 sym/35 pcs)

Edwin Isaac Serrano Torres 22

Caso 1 Latest

16.09.2020

Objetivo: Desarrolla tabla de frecuencia gráficos para identificar alumnos inscritos Paso 1: Cargar librerías library(fdth) ## ## Attaching package: 'fdth' ## The following objects are masked from 'package:stats': ## ## sd, var...

1858 sym R (26253 sym/60 pcs) 18 img

Kory Horn” 22

Best Practices 1 Latest

08.09.2022

Chapter 1 It’s Not Just about Forecasting The following are the key points in the chapter. Elaborate on each point in at least 30 words. Understanding economics can help you to diagnose the causes of increases or decreases in sales volumes...

1889 sym

khanna7 22

P2M: Population initialization Latest

26.04.2020

# Assign categories as per race/ethnicity, age group and gender identity ## N.B. See Excel sheet "agent population updated" at: ## /cche-lab/data/p2m_parameters_chicago/population_estimates/anna_population_estimation/output/Population...

5 sym R (12453 sym/19 pcs)

Caso1 Latest

17.09.2020

Paso 1 Hay que cargar las librerias que se necesiten library(readr) library(fdth) ## ## Attaching package: 'fdth' ## The following objects are masked from 'package:stats': ## ## sd, var Cargar datos del cvs....

1400 sym R (489501 sym/26 pcs) 14 img

USUARIO 22

U1A1 Latest

07.09.2020

#Primer ejercicio de estadistica aplicada #U1A1 #28 de Agosto del 2020 #Jaime Corral # #En este ejercicio se tiene como objetivo que el estudiante se #familiarice con el entorno de Rstudio y el lenguaje R #vamos a usar los datos de mpg...

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

Jaime Isaac Peña Mejía 22

analisis de cluster jerarquico y kmeans Latest

23.04.2021

Cluster jerárquico. El dataset task9data2.txt que se ha utilizado se puede descargar de task9data2.txt. clust <- read.table("task9data2.txt", quote="\"", comment.char="") clust # Nombres de las columnas y de filas cnames <-...

167 sym R (4465 sym/17 pcs) 4 img 1 tbl