Authors
Matt's output Latest
04.12.2019
Matt’s analysis matt <- read.csv("EW_CW_Data copy.csv",header = T) names(matt) ## [1] "Male.Bird.ID" "Habitat" "Ranking" "Location" summary(aov(matt$Ranking~matt$Habitat*matt$Location)) ## Df Sum Sq Mean Sq...
181 sym R (79805 sym/32 pcs) 1 img
Huidong Tian 22
Generate Quasi-Poisson Distribution Variable Latest
04.06.2012
Most of regression methods assume that the response variables follow some exponential distribution families, e.g. Guassian, Poisson, Gamma, etc. However, this assumption was frequently violated in real world data by, for example, zero-inflated...
2103 sym R (301 sym/6 pcs) 3 tbl
Profesora: Magdalena Cortina 22
Control 1 Latest
05.04.2021
Manejo de Bases de datos con data.table + rmarkdown Este control tiene como finalidad evaluar el trabajo de base de datos. Se evaluará la correcta ejecución del código y el uso eficiente de las herramientas de codificación entregadas....
4014 sym R (5359 sym/24 pcs)
Matt Leonawicz 22
R Shiny App: Alaska Sea Ice Edge Latest
12.02.2015
A simple app for mapping estimates of Alaska sea ice edge during different months, years, and decades is now formally available. I made this app in R about six months ago and shared an earlier version on Twitter. I have cleaned up the code a bit....
749 sym 4 img
markheckmann 22
R: Combining vectors or data frames of unequal length into one data frame Latest
23.01.2009
Today I will treat a problem I encounter every once in a while. Let’s suppose we have several dataframes or vectors of unequel length but with partly matching column names, just like the following ones: df1 <- data.frame(Intercept = .4, x1=.4,...
2918 sym R (1345 sym/12 pcs) 12 img
Mariana Quinteros 22
hola mundo markdown Latest
22.02.2021
Es un archivo markdow encabezado de primer nivel Es un encabezado de segundo nivel Es un encabezado de tercer nivel Es un subencabezado de cuarto nivel Texto libre, aquí puede ir lo que deseamos escribir, tal vez como descripción o...
286 sym
Manos Parzakonis 22
Show me the mean(ing)… Latest
05.11.2009
Well testing a bunch of samples for the largest population mean isn’t that common yet a simple test is at hand. Under the obvious title “The rank sum maximum test for the largest K population means” the test relies on the calculation of the...
1185 sym R (702 sym/4 pcs) 16 img
Luis Alberto Jimenez Soto 22
Caso3AdverstisingR Latest
29.09.2022
1 Objetivo Crear y evaluar un modelo de regresión lineal múltiple para predecir las ventas con datos simulados de una empresa dependiendo de las inversiones realizadas en publicidad 2 Descripción Cargar librerías y datos Limpiar datos si...
7906 sym R (18214 sym/30 pcs) 3 img
Cassy Herrera 22
U1A1 Latest
09.09.2020
# Script del primer ejercicio de la materia de PyE # 26/08/2020 #ismael lopez barra # Ejercicio básico de graficación de variables #Establecer folder de trabajo setwd("~/1 EA1011") #Activar el paquete tidyverse library(tidyverse) ##...
6 sym R (1456 sym/6 pcs) 1 img