Publications by Franklin Santos

Parcelas divididas

24.06.2024

Índice de cosecha es un rasgo clave para detectar genotipos de papa tolerante a la sequía Authors Affiliation Franklin Santos Universidad Austral de Chile Benjamín Ignacio Díaz Huarnez Universidad Austral de Chile Willi Heitmann Universidad Austral de Chile Parcelas Divididas library(tidyverse) l...

1014 sym 23 img

Análisis de datos experimentales

03.05.2024

Anexo: Primer trabajo práctico - Diseños Experimentales Authors Affiliation Franklin Santos Universidad Austral de Chile Benjamín Ignacio Díaz Huarnez Universidad Austral de Chile ANEXOS Análisis de base de datos library(tidyverse) library(metan) library(readxl) library(kableExtra) db <- read_excel("data_fri...

509 sym Python (9883 sym/16 pcs) 10 img 2 tbl

Exploratory Data Analysis (EDA) Capstone Project

04.09.2020

Step 0: Setting up our context # Loading packages library(tidyverse) ## ── Attaching packages ──────────────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.2 ✓ purrr 0.3.4 ## ✓ tibble 3.0.3 ✓ dplyr 1....

1386 sym R (8543 sym/57 pcs) 7 img 1 tbl

Text Prediction Model

07.09.2020

9/7/2020 Introduction NLP can be defined as human language automatic (or semiautomatic) processing (Eisenstein 2019). Many computer scientists consider NLP as computational linguistics. It is rather true in terms of computer science, NLP can be considered as a kind of computer modeling or computerization of linguistics (Lee 2020). NLP is a field...

2086 sym

Peer-graded Assignment: Course Project 2

30.08.2020

Synopsis This study examines the correlation between severe weather events and the level of damage they cause to property and lives. The data basis for this analysis comes from the U.S. National Oceanic and Atmospheric Administration’s (NOAA) storm database, which contains details of severe weather incidents including the type of incident, the ...

3026 sym R (3354 sym/4 pcs) 3 img

My Maps

25.08.2020

## Assuming "lng" and "lat" are longitude and latitude, respectively ...

6 sym R (68 sym/1 pcs)

Slide Practice

26.08.2020

5/26/2020 Introduction to R Markdown This is an R Markdown presentation. 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 be generated that includes both content as well as the output of any ...

498 sym R (262 sym/2 pcs) 1 img

Machine Learning Practice: Prediction Assignment Writeup

31.08.2020

Background Using devices such as Jawbone Up, Nike FuelBand, and Fitbit it is now possible to collect a large amount of data about personal activity relatively inexpensively. These type of devices are part of the quantified self movement - a group of enthusiasts who take measurements about themselves regularly to improve their health, to find patt...

2153 sym R (10177 sym/32 pcs) 1 img

Homework BRFSS Data

04.10.2020

###Load packages library(ggplot2) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union ###Load data Make sure your data and R Markdown files are in the same directory....

3662 sym R (1602 sym/12 pcs) 3 img