Authors

Russel Walters 31

Module 1.1 - Billy Beane Oakland A’s Latest

27.01.2021

This shows some of the data and codes used in Lecture 1.1, the Oakland A’s under Billy Beane. You can see how data was processed and how the plot were generated. 1st load data into R Read in the csv (comma-separated value) file, and assign it...

2794 sym R (1501 sym/11 pcs) 6 img

Noviansyah Maulana Ramadhan, Prof. Dr. Suhartono, M.Kom 31

Mengenal Macam-Macam Simbol Pada Operator Aritmatika Latest

28.09.2021

Lembaga : Universitas Islam Negeri Maulana Malik Ibrahim Malang Jurusan : Teknik Informatika Operator Aritmatika Operator aritmatika dalam pemrograman adalah bagian dari indikator atau sumbol yang menandakan dibutuhnya operasi matematika atau...

794 sym R (423 sym/9 pcs)

Tomato hydroponics result Latest

24.03.2020

This notebook describes an analysis of tomato hydroponics experiment, aimed to examine differences between Solanum pimpinellifolium lines in salinity tolerance due to differences observed in root system architecture. The tomato seeds were...

5409 sym R (51864 sym/171 pcs) 55 img

Humberto Vargas Contreras 31

Document Latest

02.02.2023

Prueba para publicar Titulo de segundo nivel Titulo de tercer nivel ahora vamos a publicar este documento. Se tiene que instalar una libreria rpubs para publicar luego registrarse en el servicio rpubs.com Generar una poblacion aleatoria...

250 sym

Maxwell B. Joseph 31

Interactive stage-structured population model Latest

16.02.2013

This is an example of interfacing R and shiny to allow users to explore a biological model often encountered in an introductory ecology class. We are interested the growth of a population that is composed of multiple, discrete stages or age...

3265 sym 4 img

Mateus Elias 31

Quantidade de MEI em Mato Grosso - Novembro de 2020 Latest

10.12.2020

1 MICROEMPREENDEDOR INDIVIDUAL 1.1 O que é o Microempreendedor Individual? O Microempreendedor Individual (MEI) é um empreendedor que tem um pequeno negócio e conduz sua empresa sozinho ou contrate no máximo um funcionário. 1.1.1...

1609 sym 1 img

Ilya Kashnitsky 31

Hello R world post Latest

28.01.2017

Welcome to my blog! My name is Ilya, I am a demographer. Here I plan to post some research related stuff. As I am crazy about R, my post will touch upon this tool/environment – I will share some tricks and cool visualizations. Eventually, I hope...

1308 sym R (215 sym/2 pcs) 2 img

José Tamez-Peña 31

SONAR FRESA.CAD Latest

25.11.2019

1 Simple Cross-Validation of Common ML Methods This tutorial will guide users on how to use FRESA.CAD to evaluate the performance of binary classifiers on the Sonar Data Set. 1.1 The required libraries library("FRESA.CAD") library("mlbench")...

2329 sym R (4576 sym/13 pcs) 12 img 3 tbl

Sung Lee 31

Sung Lee Week 1 Assignment Latest

08.01.2020

RPubs URL Write a loop that calculates 12-factorial. #The factorial function takes in integer values (negative or positive) factorial <- function(x) { if ( x < 0 ) return (-1 * factorial(abs(x))) if (x == 0 | x == 1) return (1) else {...

527 sym R (1155 sym/10 pcs)

Letícia Martins Raposo 31

Comando Básicos do RMarkdown Latest

24.05.2021

1 Título 1.1 Subtítulo 1.1.1 E por aí vai… 2 Mudando os estilos das fontes Se quero escrever algo em negrito, uso dois asteriscos antes e depois. Se quero colocar algo em itálico, uso um asterisco antes e um depois. Para colocar algo...

7380 sym R (96 sym/3 pcs) 2 img 3 tbl