Authors
Geraldine Barbosa 15
Diseño de Clase 1 Latest
10.02.2023
Pruebas de hipotesis Problema 1: Se desea comparar dos genotipos de papa con base al rendimiento (biomasa de tuberculos). Un ensayo utilizo dos variedades (Criolla y pastusa) involucrando 180 plantas de la primera variedda y 200 de la segunda....
1204 sym R (5599 sym/33 pcs) 2 img
Yehezkiel 15
Komputasi Statistik 3 Latest
21.09.2020
1 Brief Introduction Please watching this video, to get some ideas about Confidence Intervals (CI) 2 CI in Business This video guide you, how can you apply Confidence Intervals in Business. 3 Your Exercise In this section, your expected to get...
7593 sym R (1298 sym/20 pcs) 1 img
DATA 605 Final Project Latest
13.12.2019
Problem 1 Using R, generate a variable X that has 10,000 random uniform numbers from 1 to N, where N can be any number of your choosing greater than or equal to 6. Then generate a random variable Y that has 10,000 random normal numbers with a mean...
5882 sym R (22671 sym/51 pcs) 5 img 1 tbl
PAOLA ROSMERY SANCHEZ REYES CARNE: SR16050 15
prueba para clase Latest
17.03.2021
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...
594 sym R (268 sym/2 pcs) 1 img
Software Checkpoint Latest
03.11.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...
591 sym 1 img
Ana Morales-Gómez and Patricio Troncoso 15
Practical 2: R demo Latest
21.02.2020
This example will demonstrate the main functions of the package dplyr. We will be using (publically available) data of the participants of the Great British Bake Off 2018. First we need to load dplyr into R library(dplyr) 1. Create your own...
16671 sym R (5776 sym/32 pcs) 7 img
K-means clustering for WIG20 stocks Latest
26.02.2022
If any issues, questions or suggestions feel free to reach me out via e-mail wieczynskipawel@gmail.com or Linkedin. You can also visit my Github. if(!require(pacman)) install.packages('pacman') pacman::p_load(PolishStock, dplyr, factoextra) We...
9548 sym R (1460 sym/4 pcs) 2 img
Perceptive Analytics 15
Machine Learning Using Support Vector Machines Latest
19.04.2017
Support Vector Machines (SVM) is a data classification method that separates data using hyperplanes. The concept of SVM is very intuitive and easily understandable. If we have labeled data, SVM can be used to generate multiple separating...
8719 sym R (3604 sym/9 pcs) 14 img
Pere López Brosa 15
Nadala 2019 Latest
24.12.2019
Nadala per a quatre violins library(ggplot2) n <- c(1,30,4)*1000 mostra <- c(6-rchisq(n[1],3)*.5, -c(rchisq(n[2]/2,2),rchisq(n[2]/2,3))*2, rchisq(n[3],1)*3-23) dades <- data.frame(y=mostra,...
86 sym R (838 sym/1 pcs) 1 img
15
Document Latest
04.11.2022
Data Visualization and Manipulation Part 1: Introduction to tidyverse Tidyverse The tidyverse is a collection of powerful R packages for data science. They include: Reading and saving data: readr Data manipulation: tidyr, dplyr Data...
9624 sym R (20436 sym/105 pcs) 28 img