Authors
Bakti Siregar, S.Si., M.Sc 24
Rbasics Latest
15.09.2020
A. Creating Vectors In this section, you are expected to be able to shape data in vectors, perform basic mathematical operations, and also manipulate vectors. Exercise 1 Create a vector A containing numeric values, starting from the last 2 digits...
10098 sym R (69 sym/1 pcs) 1 img
Manuela Miranda 24
Problema 2-14 Latest
04.10.2021
En la elaboración de una bebida se desea garantizar que el porcentaje de CO2 (gas) por envase esté entre 2.5 y 3.0. Los siguientes datos son obtenidos del monitoreo del proceso:...
1152 sym R (1853 sym/29 pcs) 2 img
Data 605 Final Latest
12.12.2019
Problem 1 Random Variables Using R, generate a random 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...
6986 sym R (13951 sym/78 pcs) 7 img 1 tbl
Prof. Dr. Marcel Lichters 24
ChoiceModelR_vs_Sawtooth Latest
20.02.2020
Connect with me on Open Science Framework | Contact me via LinkedIn 1 Load packages #load("Workspace.RData") #rm(list = ls()) if ("readxl" %in% rownames(installed.packages())) { suppressPackageStartupMessages(library(readxl)) } else {...
1164 sym R (108336 sym/30 pcs) 10 img 1 tbl
Lydia Okabe 24
Midterm Latest
29.10.2020
##load libraries library(haven) library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ##...
1270 sym R (4741 sym/34 pcs) 1 img
Lucero Liliana Melo Valdez 24
Caso 1: Distribucion de frecuencias de refrescos Latest
26.02.2021
Objetivo Realizar una interpretacion de datos a partir de muestras simuladas mediante una distribucion de frecuencias y visualizando graficade datos cualitativos. Descripcion A traves de un proceso que incluye datos, codificacion y resultaos se...
11056 sym R (3812 sym/15 pcs) 2 img
Louise E. Sinks 24
Self-Guided Learning through a Wordle Guess Generator: Part 1 Latest
31.03.2023
Self-Guided Learning: The Ever Evolving Wordle Guess Generator The best way to learn a programming language is to code. Obvious, but sometimes it can be daunting to start a project when you are a novice. Influenced by my time at a start-up, I’ve...
13840 sym R (5454 sym/15 pcs) 6 img
Sergio Ricardo López Macías 24
Caso 10 Latest
07.03.2023
1 Objetivo Realizar operaciones de conjunto y con el resultado estimar e interpretar probabilidades. 2 Descripción Se cargan las librerías necesarias para ejecutar funciones Generar conjuntos de datos Construir todo el espacio muestral llamado...
5333 sym R (6681 sym/100 pcs) 4 img
Week 2 Assignment - Exploring Network Data Latest
06.02.2022
Week 2 Assignment An exploration of the Sampson’s Monks dataset. Lissie Bates-Haus, Ph.D. https://github.com/lbateshaus (DACSS, University of...
2288 sym R (4323 sym/30 pcs)
Larry D'Agostino 24
IEOR Tools Tutorial: Learning XML with R Latest
16.08.2010
I have been using a lot of R lately in my work. R (main site) is an open source statistical computing platform. Saying R is only used for statistics does not do it justice. I am finding it to be a really powerful statistical and...
7991 sym