March 2015

Changes to Von B Growth Modeling in FSA

March 17, 2015 | dogle

In previous versions of FSA, growthModelSim() was used to produce a scatterplot of length-age data with a von Bertalanffy model superimposed where the parameters of the model were linked to slider bars that allowed the model to be dynamically changed … Continue reading → [Read more...]

Part 3b: EDA with ggplot2

March 16, 2015 | Pedro M.

In Part 3a I have introduced the plotting system ggplot2. I talked about its concept and syntax with some detail, and then created a few general plots, using the weather data set we've been working with in this series of tutorials. My goal was to show ... [Read more...]

dplyr Use Cases: Non-Interactive Mode

March 16, 2015 | steadyfish

The current release of dplyr (v 0.4.1) offers lot more flexibility regarding usage of important verbs in non-interactive mode. In this post, I'm exploring different possible use-cases.group_by_, select_, rename_:For group_by_, select_ and rename_,... [Read more...]

Ideologia de Políticos usando o Twitter

March 16, 2015 | Tiago Dantas

Utilizando dados do twitter, sua API e o R, resolvi estimar ideologia de políticos importantes no cenário nacional.A ideia é  calcular "Pontos ideais" levando em consideração os seguidores das contas do twitter de cada Político.Estimar "Ideal Points" não é uma ideia nova e a interpretaçã... [Read more...]

Installing Geomorph and R by Source

March 16, 2015 | Emma Sherratt

Since we started having a beta version of geomorph on GitHub, we understand that installation has become a little bit more complex. We were also aware of the issues for Mac Snow Leopard users.I have written a detailed summary of how to install geomorph... [Read more...]

Helping Your Organization Migrate to R

March 16, 2015 | Bob Muenchen

by Bob Muenchen As the R programming environment has grown in capability and popularity, so have the number of organizations planning to migrate to it from proprietary tools. I’ve helped members of various organizations transition from SAS, SPSS and/or Stata to R (see Workshop … Continue reading → [Read more...]

choroplethr v3.0.0 is now on CRAN

March 16, 2015 | Ari Lamstein

Today I am happy to announce that version 3.0.0 of my R mapping package choroplethr is now available from CRAN. To get it, you can simply type: install.packages("choroplethr") from an R console. If you don’t know what any of this means then I recommend taking Coursera’s excellent ...
[Read more...]

The World We Live In #4: Marriage Ages

March 16, 2015 | aschinchon

It is time for women to stop being politely angry (Leymah Gbowee, Nobel Prize Peace Winner) Sometimes very simple plots give insight into we live in a world of differences. This plot shows the mean age at marriage for men and women across countries: Being a woman in some countries ...
[Read more...]

magrittr

March 16, 2015 | gluc

  F# made pipes popular among data scientists, and the magrittr package brought pipes to R. For example, with magrittr, you could write: [crayon-5532c01154e7a698823689/] instead of [crayon-5532c01154e80418780039/] For example: [crayon-5532c01154e85653101897/] becomes: [crayon-5532c01154e89139820003/] or even (to take it to the extreme): [crayon-5532c01154... [Read more...]

DAVID functional analysis with clusterProfiler

March 16, 2015 | R on Guangchuang Yu

clusterProfiler was used to visualize DAVID results in a paper published in BMC Genomics. Some users told me that they may want to use DAVID at some circumstances. I think it maybe a good idea to make clusterProfiler supports DAVID, so that DAVID users can use visualization functions provided by ...
[Read more...]

An introduction to ggplot with Myfanwy Johnston

March 15, 2015 | Noam Ross

Last week at the Davis R Users’ Group, Myfanwy Johnston gave an introduction to to the powerful and ubiquitous ggplot2 package for plotting in R. See below for the screencast and her particularly enlightening figure of how ggplot’s syntax and conceptual approach. Myfanwy also placed all her slides, code, ...
[Read more...]

Medicines under evaluation

March 15, 2015 | Wingfeet

While browsing through the internet I ran into the medicines under evaluation page of the European Medicines Agency. There was a .pdf for each month and I thought it would be interesting to look if I could analyze those data. Each .pdf contains various... [Read more...]

R: Happy Pi Day

March 14, 2015 | jdm

Today, 3/14/2015, is Pi Day (see http://piday.org). In honor of Pi Day, I threw together a little R code on Github, which discusses pi, prints it, and creates Julia set (fractal) images based on it: https://github.com/hack-r/Rpiday Happy Pi Day! [Read more...]

littler 0.2.3

March 14, 2015 | Thinking inside the box

A new minor release of littler is available now. It adds or extends a number of things: added support for drat by adding a new example installDrat.r; the install.r, install2.r and check.r scripts now use getOption("repos") to set the default repos; this works well with ... [Read more...]
1 5 6 7 8 9 13

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)