Authors

Jorge Muñoz Piñera 24

Probando Latest

14.02.2022

Objetivo El objetivo del documento Descripción Probando una descripción Fundamento teórico Esto serán conceptos Desarrollo Cargar librerías library(readr) Cargar datos de localidades datos.csv =...

206 sym R (1034 sym/4 pcs)

Taquiri Pillaca, Jorge Ignacio 24

TRABAJO FINAL UNALM 2021-2 Latest

01.03.2022

1 Introducción 1.1 Importancia de la música Las investigaciones médicas están validando el poder curativo de la música, ensalzado por todos, desde los filósofos Aristóteles y Pitágoras hasta el cantante folclórico estadounidense Pete...

9840 sym 17 img 2 tbl

Jeanne McClue 24

Performance per STEM course Latest

21.09.2021

library(tidyverse) data_to_viz <- read_csv("data/data-to-explore.csv") data_to_viz <- data_to_viz %>% select(subject, gender, proportion_earned) %>% # reduced mutate(subject = recode(subject, "AnPhA" =...

540 sym R (1296 sym/1 pcs) 1 img

Syukur Halim NIM : 220605220014. Dosen Pembimbing Prof.Dr. Suhartono M.Kom. Magister Informatika UIN Malang 24

PENGANTAR BIOINFORMATIKA Latest

05.09.2023

PENDAHAHULUAN Mulailah dengan awal yang baik dalam bioinformatika dengan lokakarya online tiga bagian ini di R. Lokakarya ini meletakkan dasar atau eksperimen bioinformatika yang sukses, termasuk RNA-Seq, RNA-Seq sel tunggal, epigenetik, dan banyak...

2030 sym 1 img

M. Hisyam Al Firdaus 24

Percobaan Latest

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

Ryan OHara 24

Discussion2 Latest

11.09.2023

Iris Data Set data(iris) str(iris) ## 'data.frame': 150 obs. of 5 variables: ## $ Sepal.Length: num 5.1 4.9 4.7 4.6 5 5.4 4.6 5 4.4 4.9 ... ## $ Sepal.Width : num 3.5 3 3.2 3.1 3.6 3.9 3.4 3.4 2.9 3.1 ... ## $ Petal.Length: num 1.4 1.4...

814 sym R (1719 sym/9 pcs) 3 img

Fabiana Medinacelli A0083586 24

Comandos Básicos Latest

11.09.2023

Asignación de Variables x <- 3 y <- 2 Impresion de Resultados x ## [1] 3 y ## [1] 2 Operaciones Aritméticas suma <- x+y suma ## [1] 5 resta <- x-y resta ## [1] 1 multiplicacion <- x*y multiplicacion ## [1] 6 division <- x/y division ## [1]...

2516 sym 2 img

10-19风控日报 Latest

20.10.2023

1.市场分析 1.1 Brent当月连续 近三个月价格走势 1.2 WTI当月连续 近三个月价格走势 1.3 价格联动性–三个月内油价间及与其他资产价格的Pearson相关性 2. 风控日报 2.1. 持仓分析 2.1.1....

750 sym 2 img

Lab 1.1 Latest

12.01.2024

Table of contents INTRODUCTION CODE CHUNKS AND INLINE CODE REFRESHER DATA UNDERSTANDING View the Data Descriptive Statistics Passenger Lookup Average Age PRACTICE CODE CHUNKS AND INLINE CODE 1. Number of Passengers by Gender 2. Number of...

8009 sym 5 img

Wilder 23

Publish Document Latest

08.09.2023

library(readr) library(magrittr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect,...

602 sym R (538 sym/6 pcs) 1 img