Authors

Caye Castillo 7

HW1_Test Latest

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

598 sym 1 img

Fran Trejo 7

Fran Trejo PAD 6833 Homework 1 Latest

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

593 sym 1 img

Yasir Iqbal 7

Document Latest

29.08.2024

dat<-read.csv("https://raw.githubusercontent.com/tmatis12/datafiles/main/normtemp.csv") Males<-dat[dat$Sex==1,] # Extracting Male heartbeats Male_heartbeats<-dat[1:65,3] # Extracting minimum min(Male_heartbeats) ## [1] 58 # Extracting Max...

380 sym 5 img

Peihang Li, Juan Carlos 7

Document Latest

29.08.2024

Seperating males and females males <- dat[dat$Sex==1,] females <- dat[dat$Sex==2, ] Question 1 Descriptive Statistics Males min(males$Beats) ## [1] 58 max(males$Beats) ## [1] 86 mean(males$Beats) ## [1] 73.36923 sd(males$Beats) ## [1] 5.875184...

434 sym 5 img

Ruowei Fischer 7

Test CV Latest

29.08.2024

Objective I am a lifelong learner wanting to explore all possibilities throughout my career. Lifelong learner | Business Systems Analyst Education University of Cincinnati BANA Program 2024 - 2026 Employement University of Cincinnati DTS...

390 sym

Author 1 7

Test1 Latest

01.09.2024

#First Header 0.1 First Subheader 1 Second Header # insert...

65 sym

Formation R Latest

03.09.2024

Formation R Edmond Noack Les Fenêtres Opérations simples : 1 + 1 [1] 2 4 - 1 [1] 3 4/2 [1] 2 2*1 [1] 2 Les Variables : var1 <- 3 print(var1) [1] 3 2 * var1 [1] 6 Les vecteurs : vect <- c(-2, 12, 5,999, 7) print(vect) [1]...

1845 sym 3 img

discussion1 Latest

05.09.2024

test2 Quarto author: betty wang Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org. Running Code When you click the Render button a document will be...

494 sym

Documento desarrollado por Irving Tolosa 7

K-means Latest

05.09.2024

K-means Este documento te muestra paso a paso como realizar e implementar el algoritmo K-means a partir de una base de datos en formato .csv, este archivo podrás descargarlo desde la sección de material de consulta de la semana 6. Paso 1:...

4008 sym R (3771 sym/21 pcs) 3 img

Adrian Stanciu 7

Psych network workshop Latest

06.09.2024

Table of contents Prepare working environment Variable overview Inspect the data Network estimation Network visualization Node centrality plot Inspect node centrality stability Edge accuracy Network comparison Results of network comparison General...

7335 sym Python (14879 sym/32 pcs) 8 img 1 tbl