Authors
Carlos Angulo 26
1_AIUC1 Latest
30.08.2021
PRIMER EJERCICIO DE PROBABILIDAD Y ESTADISTICA: TABLAS HISTOGRAMAS Y POLIGONOS DE DISTRIBUCIONES DE FRECUENCIA Este ejercicio usa datos de las normales climatológicas del periodo de 1951 a 2010 de Bahia de Kino, Sonora, estación 00026179 BAHIA...
3160 sym R (1238 sym/29 pcs) 8 img
Andrea 26
u1a1 Latest
28.01.2021
# -- Andrea Carolina Garcia Flores 00000216626 3+2 ## [1] 5 3-2 ## [1] 1 4-4 ## [1] 0 3*4 ## [1] 12 4*5 ## [1] 20 10/2 ## [1] 5 3^2 ## [1] 9 3^7 ## [1] 2187 2^(-1) ## [1] 0.5 100^(1/2) ## [1] 10 sqrt(100) ## [1] 10 pi ## [1] 3.141593 exp(1) ##...
44 sym R (341 sym/38 pcs)
Enggarani Wahyu Ekaputri, Prof. Dr. Suhartono, M.Kom 26
Operasi Aritmatik Dan Fungsi Sederhana Pada R/R Studio Latest
28.09.2021
Lembaga UIN Maulana Malik Ibrahim Malang Teknik Informatika 1. Operasi Aritmatika Dalam mengoperasikan software pemprograman R terdapat beberapa operasi aritmatika ataupun fungsi yang sering digunakan seperti nilai mutlak,akar,logaritma ,dsb....
586 sym R (483 sym/8 pcs) 1 img
Ana Patricia Aponte - A01283928 26
Comandos Básicos Latest
09.09.2022
Simbolos ^ ~ Asignacion de Variables x <- 3 y <- 2 Impresion de Resultados x ## [1] 3 y ## [1] 2 Operaciones Aritmeticas suma <- x+y suma ## [1] 5 resta <- x-y resta ## [1] 1 multiplicacion <- x*y multiplicacion ## [1] 6 division <-...
4753 sym 3 img
Network Analysis for Association Rules: Online Retail Latest
05.12.2019
Network Analysis for Association Rules: Online Retail Introduction Motivation Objectives Library and Setup Association Rule Concepts Association Rule with arules package Network Analysis Concepts Create Network with ArulesViz Create Network...
12574 sym R (11320 sym/28 pcs) 2 img
HW1 Eris Latest
28.01.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 will...
593 sym R (262 sym/2 pcs) 1 img
armando barrios 26
Document Latest
07.09.2022
1 Objetivo Agrupar datos y describir datos visualmente de variables de edades y generos usando función fdt y fdt_cat de la librería fdth. 2 Descripción Se cargan librerías adecuadas de caso Se construyen y simulan datos con dos variables de...
5351 sym R (3385 sym/20 pcs) 5 img
Arwan 26
Dimention Reduction Latest
24.06.2020
Belajar Dimension Reduction Sumber : Buku Belajar Statistika dengan R dari Prana Ugiana Gio dan Buku Data Mining for Business Analytics (yang kaya kalau tertarik bisa dibeli bukunya, kalau tak mampu bisa dicari di google) Dataset : boston...
819 sym R (15609 sym/42 pcs) 8 img
DomPazz 26
Learning R: Project 1, Part 2 Latest
30.10.2011
So it’s been a week since I started down this path. I worked most of this out over last weekend, went to a conference, had hectic week at work, and then realized I lost my work. Gah.I’ll be posting my general thoughts on R...
4894 sym 8 img 2 tbl
Francisco Sanchez, Diego J. Lizcano, et al. 26
Bayesian negative binomial Latest
18.12.2019
Introduction This document gives an introduction to the statistical analysis of insect data gathered in exclosure experiments. #Libraries used (Packages) library(ggplot2) # Used for data visualisation (i.e barcharts) library(reshape2) #...
984 sym R (7850 sym/23 pcs) 16 img