Authors

Condorcanqui Latest

24.08.2021

Muerte materna - Amazonas (CDC-REUNIS) DATA COMPLETA: Limpieza de datos library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from...

828 sym R (5337 sym/38 pcs) 6 img

Gabriela PIneda 7

Proyecto enfermedades del corazon Latest

26.07.2020

BLoque 0 data <- read.csv("https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/processed.cleveland.data",header=FALSE) names(data) <- c( "edad", "sexo", "tipo de dolor de pecho", "presión arterial", "colesterol...

1427 sym R (7258 sym/81 pcs) 20 img

Angelín Loaiza 7

Document Latest

25.01.2022

Ejemplo Clase 2 A continuación, vamos a cargar la base de datos de las Islas Galápagos de la librería Faraway. require(faraway) ## Loading required package: faraway library(Rcpp) # Sin esta librería (Rcpp) no podía acceder a la base de...

849 sym R (183 sym/4 pcs) 1 img 2 tbl

Aashish Gaire 7

Projeect Latest

13.09.2021

#This is my first project in data mining. In this project i have taken a data of 250 best movies from 2016-2020. In this data set we will be using the data given to point out the rating,income, and other aspects of the movies. #1 #Summary of...

620 sym R (524997 sym/36 pcs) 4 img

anjie & gal 7

Document Latest

03.02.2021

Load data RT_data <- read_csv(here('data/processed_data/processed_RTdata.csv')) ## Parsed with column specification: ## cols( ## subject = col_character(), ## block_number = col_double(), ## block_type = col_character(), ## trial_number =...

628 sym R (2240 sym/11 pcs) 2 img 1 tbl

Gabrielle Rowe 7

Quiz1-a Latest

16.02.2021

Q1 What is R? R is the “engine”, the code, computer programming language Q2 What is RStudio? “The interface”, Integrated Developed Environment, place to write the code Q3 What is R Packages? “Apps you can download”, different...

306 sym R (58 sym/1 pcs)

Analysis of Air Quality- First Document Latest

15.06.2020

My First R markdown File THis is my first #R markdown file Here we are going to load some data. library(datasets) data(airquality) summary(airquality) ## Ozone Solar.R Wind Temp ## Min. : 1.00...

334 sym R (1802 sym/5 pcs) 1 img

US National Weather Service Storm Data: Economical and Personal Costs Analysis Latest

16.11.2021

Reproducible Research - Assignment 2 US National Weather Service Storm Data: Economical and Personal Costs Analysis Synopsis US National Weather Service Storm Data includes a wide of variety of different aspects related to storm events. The...

2804 sym R (3200 sym/19 pcs) 2 img

George 7

Using jri to connect JAVA to R Latest

19.09.2011

The R package rJava allows R to be accessed in Java programs. The part of the package that allows this is jri. The notes on the rJava site about getting jri to work didn’t help me much getting it to … Continue reading → Related...

634 sym

Learning to load packages Latest

23.01.2023

Load Packages GS Load Packages Tidyverse The tidyverse makes it easy for us to tidy, clean, manipulate, and rearrange our data. <https://www.rdocumentation.org/packages/tidyverse/versions/1.3.2 if (!require(tidyverse)){...

1164 sym Python (2223 sym/25 pcs)