Authors

Mollie 28

Word Clouds in R Latest

13.09.2012

Thanks to the wordcloud package, it’s super easy to make a word cloud or tag cloud in R.In this case, the words have been counted already. If you are starting with plain text, you can use the text mining package tm to obtain the...

1526 sym R (675 sym/3 pcs) 8 img 4 tbl

R Homework 1 Latest

06.01.2022

Moiya Josephs Question 1 Write a loop that calculates 13-factorial. Bonus - try to do it two different ways (for example use a for loop and a while loop). Do not use the standard factorial function. The goal is to learn about how R uses loops....

615 sym R (717 sym/9 pcs)

Misha Kollontai 28

DATA606_HW9 Latest

23.11.2019

Baby weights, Part I. (9.1, p. 350) The Child Health and Development Studies investigate a range of topics. One study considered all pregnancies between 1960 and 1967 among women in the Kaiser Foundation Health Plan in the San Francisco East Bay...

8408 sym R (986 sym/11 pcs) 2 img

Week 2: Building on the Basics and Dplyr Latest

13.09.2022

Welcome to Week 2 of Geog 380A! This week, we will learn some additional concepts and tools in R that will help you to better work with, manage, and clean data for statistical analysis. Some of this tutorial will follow along with the chapter...

40883 sym R (16480 sym/65 pcs)

Ian 28

Open Street maps Latest

08.10.2011

There have been some exciting developments in the Deducer ecosystem over the summer which should go into CRAN release in the next few months. Today I’m going to give a quick sneak peek at an Open Street Map – R connection...

2381 sym R (1276 sym/5 pcs) 6 img

Isaac Petersen 28

Downloading CBS Fantasy Football Projections in R Latest

07.03.2013

In this post, I will show how to download CBS fantasy football projections using R. The R Script The R Script for downloading fantasy football projections from CBS is located...

1051 sym Python (1041 sym/2 pcs) 2 img

Lulua Shahmalak 28

Airquality Assignment Latest

14.09.2022

#Airquality Tutorial and Homework Assignment Load in the Dataset. Because airquality is a pre-built dataset, we can write it to our data directory to store it for later use. library(tidyverse) ## ── Attaching packages...

2806 sym R (3720 sym/26 pcs) 5 img

Luis Angel Salas Campos 28

Datos Agrupados Latest

06.09.2022

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. Descripción Se cargan librerías adecuadas de caso Se construyen y simulan datos con dos variables de...

5226 sym R (3385 sym/20 pcs) 5 img

test Latest

27.08.2020

Data This is the code for Thursday Telomeres are the “padding” on the end of chromosomes. Cort is a hormone related stress. # Telomere ## Control telo.control <- c(0.95, 0.96, 1.07, 1.08, 1.09, 1.1, 1.12, 1.14, 1.18, 1.19,...

194 sym R (1388 sym/12 pcs) 1 img

David Leydet 28

Mixed Effects Model Demo Latest

06.10.2022

Practice ##Set working directory and load the packages for this lab. setwd("~/Desktop/University of Utah PhD /Course Work/Fall 2022 Semester/GEOG6000_Data Analysis/lab06") library(ggplot2) library(dplyr) library(nlme) library(tidyr)...

4135 sym R (25226 sym/57 pcs) 7 img