Authors

Alvaro Rivera-Rei 42

Sensorial Metacognition, Gabor pattern detection Latest

19.10.2022

cat("\014") # clean terminal rm(list = ls()) # clean workspace try(dev.off(), silent = TRUE) # close all plots library(afex) library(emmeans) library(ggplot2) library(GGally) theme_set( theme_minimal() ) master_dir <-...

8505 sym 4 img

R on datawookie 42

Relationship between Race Distance and Gender Ratio Latest

09.04.2017

In an article entitled “Could women outrun men in ultramarathon races?”, Jenefer Bam and her collaborators explored the hypothesis that running performance of men and women converge with increasing race distance, and suggested that women have...

3858 sym 14 img

Rsquared Academy Blog 42

ggplot2: Histogram Latest

18.01.2018

Introduction This is the eleventh post in the series Elegant Data Visualization with ggplot2. In the previous post, we learnt to build box plots. In this post, we will learn to build histogram specify bins modify color fill alpha bin width line...

3995 sym R (2045 sym/11 pcs) 20 img

Week 13 Lab - "Published" Online Latest

18.11.2020

library("knitr") ## set up your working directly like this so that it applies to all chunks opts_knit$set(root.dir= ("C:/Users/aleaw/OneDrive/Desktop/PhD Fall 2020/TA_402/Week 13")) knitr::opts_chunk$set(echo=TRUE)...

16123 sym R (19644 sym/59 pcs) 3 img

Olivia Martínez Valenzuela 42

Caso 1. Población y Muestra Latest

14.11.2021

Objetivo Identificar datos de población y muestra. Descripción Se cargan datos de un archivo que representa una población de jugadores de fútbol a nivel mundial y se extraen muestras que permiten observar algunos estadísticos. Las variables...

2197 sym R (3861 sym/32 pcs)

Karl Broman 42

The stupidest R code ever Latest

17.08.2011

Let’s start this blog off right, with the stupidest R mistake I’ve ever made (I think). In the R package that I write, R/qtl, one of the main file formats is a comma-delimited file, where the blank cells in the second row are important, as...

1943 sym R (428 sym/2 pcs) 18 img

sampletake3 Latest

19.12.2022

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

598 sym 1 img

Roel Ceballos 42

Survival Analysis Latest

07.04.2020

Basics of Survival Analysis Survival analysis corresponds to a set of statistical approaches used to investigate the time it takes for an event of interest to occur. Survival analysis is used in a variety of field such as: Cancer studies for...

36956 sym R (29910 sym/49 pcs) 10 img

Naftali Brigitta Gunawan (20214920002) 42

Tugas 1 Pengantar Algoritma dan Struktur Data Latest

23.08.2021

Email             : naftali.gunawan@student.matanauniversity.ac.id RPubs            : https://rpubs.com/naftalibrigitta/ Jurusan          : Statistika Bisnis Address         : ARA Center, Matana University Tower    ...

11862 sym 3 img

Jered Ataky 42

NBA2020 Latest

30.08.2020

Assignment Summary Overview This assignment consists of Loading Data into a Data Frame We needed to Write code in R Markdown to import results for analysis. As a big fan of NBA, I chose to explore the article about “The NBA best players this...

1695 sym R (2740 sym/10 pcs) 1 tbl