Authors
Dan Nguyen 6
reproducible test Latest
17.02.2020
Exploring the U.S. NOAA storm database Introduction This project involves exploring the U.S. National Oceanic and Atmospheric Administration’s (NOAA) storm database. This database tracks characteristics of major storms and weather events in the...
3588 sym R (9299 sym/8 pcs) 1 img
Assignment #3 Latest
03.07.2021
R Markdown: Dania Soto This question should be answered using the Weekly data set, which is part of the ISLR package. This data is similar in nature to the market data from this chapter’s lab, except that it contains 1,089 weekly returns for 21...
6270 sym R (22189 sym/190 pcs) 4 img
Aquiles Darghan 6
Intro_R Latest
12.02.2023
Códigos para descarga: [ .Rmd ] [ .R ] Introducción Para empezar, se dará una suave introducción al lenguaje de programación estadística R (R Development Core Team, 2022), específico para nuestros fines. Esto resolverá las...
23876 sym 6 img
DARIO GONZALEZ 6
DE-CLASE-2 Latest
10.02.2023
prueba 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 variedad y 200 de la segunda....
1273 sym R (1667 sym/30 pcs) 2 img
Darius Haskell 6
Assignment 1 Latest
28.10.2020
This assignment is not really a coding assignment. The purpose is mostly to get you used to creating reports in R as you’ll need to do this for future assignments. We will cover reporting in more depth later in the course. Instructions In the...
830 sym R (363 sym/2 pcs)
Dariusz Siergiejuk 6
R Bridge Week 1 Assignment Latest
20.07.2020
R Bridge Week 1 Assignment Dariusz Siergiejuk 2020-07-19 1. Write a loop that calculates 12-factorial. inPvec<-1 # to create vector for linking/binding outcomes together for (x in 1:12){ # browser() if(x == 1) inPvec <- 1 else {...
404 sym R (823 sym/9 pcs)
Dariusz Siergiejuk 6
Test Latest
09.10.2020
Heights of adults. (7.7, p. 260) Researchers studying anthropometry collected body girth measurements and skeletal diameter measurements, as well as age, weight, height and gender, for 507 physically active individuals. The histogram below shows...
10615 sym R (1519 sym/39 pcs) 5 img
Harold Nelson 6
Rpubs Assignment Latest
11.02.2021
Problem 1 Make the leaflet and readr packages available. # Place your code here. library(leaflet) ## Warning: package 'leaflet' was built under R version 4.0.3 library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.0.3 ##...
514 sym R (1197 sym/16 pcs)
David Silva 6
Taller 1 DiseñoExp 2021-2 Latest
09.11.2021
```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``````{r} # Actividad 1. set.seed(2035) ## Rnorm Biomasa=rnorm(120, mean = 5, sd = 0.85) ## rbinom Flores.r=rbinom(120, 20, 0.8) ## Poisson Flores.d=rpois(120, 10.5) ## Sample.int...
1386 sym R (8939 sym/10 pcs)