Authors

Document Latest

10.03.2024

Table of contents Resumen Marco conceptual Marco de antecedentes Marco teórico Diagnóstico inicial de variables Variables e individuos Resumen comportamiento variables Algunos histogramas sobre variables cualitativas Plantamiento del...

6672 sym 2 tbl

Justin Sia 7

Lecture 1 Latest

11.03.2024

#TRM-course Lecture 1 ## Task 4: Describe the salary data set: 4.1 How many participants/variables are there in the “salary” data set? library(carData) library(tidyverse) ## ── Attaching core tidyverse packages...

598 sym R (1763 sym/15 pcs)

Connor Barkley 7

Mod 10 PDA L1 Task Latest

11.03.2024

4.1 How many participants/variables are there in the “salary” data set? library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr...

897 sym R (5324 sym/18 pcs)

Naufal Fadhlullah 7

coba coba Latest

12.03.2024

Email             : naufal.fadhlullah@student.matanauniversity.ac.id Instagram     : https://www.instagram.com/naaufald RPubs            : https://rpubs.com/naaufaldd/ Github           :...

812 sym 3 img

Fátima García 7

Análisis_de_Melate Latest

13.03.2024

Lectura del Dataset En esta sección se obtienen los datos del csv llamado Melate, y se visualizan los datos en una nueva tabla, a la cual se le asigan el nombre de “datos”. datos <- read.csv("C:/R/Melate.csv",header = TRUE,sep=",") datos ##...

1343 sym 3 img

valou 7

Evaluation étude de cas - BECK Valentin Latest

13.03.2024

Introduction Notre recherche se concentre sur l’identification des facteurs prédictifs de la démence. Notre variable dépendante, le “CDR” (Clinical Dementia Rate), est un indicateur neurologique établi en 1993 par Morris. Cette variable...

18992 sym

Erick Jesé Martínez Guardado MG22058 7

Práctica de matrices en R y Publicación en Rpubs Latest

14.03.2024

Creación de matrices Matriz y matriz_y <- matrix(data = c(20, 30, 36, 24, 40), nrow = 5, ncol = 1, byrow = TRUE) colnames(matriz_y) <- c("y") print(matriz_y) ## y ## [1,] 20 ##...

137 sym

Laura Zamora 7

Informe 1 datos iris Latest

14.03.2024

data("iris") summary(iris) ## Sepal.Length Sepal.Width Petal.Length Petal.Width ## Min. :4.300 Min. :2.000 Min. :1.000 Min. :0.100 ## 1st Qu.:5.100 1st Qu.:2.800 1st Qu.:1.600 1st Qu.:0.300 ## Median :5.800...

698 sym 7 img 1 tbl

Génesis Melissa Sigüenza Rivas SR22041 7

Práctica de matrices en R y Publicación en Rpubs Latest

16.03.2024

CREACIÓN DE MATRICES Matriz y # Generación de la matriz y matriz_y<-matrix(data= c(20,30,36,24,40), nrow = 5, ncol = 1, byrow = TRUE) colnames(matriz_y)<-c("y") print(matriz_y) ##...

131 sym

Jesus David Zamora Thowinsson 7

Tabla de Contenido Latest

16.03.2024

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