January 2016

Visualizing Census Estimate Margins of Error in R

January 18, 2016 | Ari Lamstein

A key feature of American Community Survey (ACS) data is that the reported values contain both estimates and margins of error. The margins of error, unfortunately, are often overlooked. After meeting with Ezra Glenn last year I gained a new appreciation of them. Today I’ll demonstrate how to visualize ...
[Read more...]

Introduction to CellMiner and rcellminer

January 18, 2016 | Augustin Luna

The NCI-60 cancer cell line panel has been used over the course of several decades as an anti-cancer drug screen. This panel was developed as part of the Developmental Therapeutics Program (DTP) of the U.S. National Cancer Institute (NCI). Thousands of compounds have been tested on the NCI-60, which ... [Read more...]

MCqMC 2016

January 18, 2016 | xi'an

After the MCqMC 2014 conference in Leuven I enjoyed very much, the MCqMC 2016 instalment takes place in Stanford this (late) summer. I cannot alas attend it, as I will be in Australia all summer winter, but the program looks terrific! As Art’s tutorial so brilliantly showed at MCMskv last week, ...
[Read more...]

Introduction to Statistical Methods in R

January 18, 2016 | Augustin Luna

Data analyses are the product of many different tasks, and statistical methods are one key aspect of any data analysis. There is a common workflow in the related areas of informatics, data mining, data science, machine learning, and statistics. The workflow tasks include data preparation, the development of predictive mathematical ... [Read more...]

Introduction to R Shiny Web Applications

January 18, 2016 | Augustin Luna

Shiny is a web framework for R developers. Shiny allows users to develop websites that help present their analyses to users by allowing the analyses to be interactive through a web-based interfaces. Shiny web-interfaces are programmed in R without the need to develop anything in HTML, CSS, or Javascript, although ... [Read more...]

Confidence Regions for Parameters in the Simplex

January 18, 2016 | arthur charpentier

Consider here the case where, in some parametric inference problem, parameter  is a point in the Simplex, For instance, consider some regression, on compositional data, __ library(compositions) __ data(DiagnosticProb) __ Y=DiagnosticProb[,"type"]-1 __ X=DiagnosticProb[,c("A","B","C")] __ model = glm(Y~ilr(X),family=binomial) __ b = ilrInv(coef(model)[... [Read more...]

Introduction to R

January 18, 2016 | Augustin Luna

R is a programming language developed by data analysts for data analysts. It offers many features that make a powerful tool for data exploration. Some basic features need to be understood to begin programming in R. The following presentation covers some of these features including working with variables, vectors and ... [Read more...]

Google Geo Data – Data Access Without Restrictions

January 18, 2016 | Daniel Boller

Geo-Distances are of great importance: Researchers from various disciplines refer to geographic distances – health researchers refer to geographic data when analyzing the spread of diseases, economists when evaluating the impact of transaction costs on human behavior, or sociologists when evaluating interpersonal distances (based on external factors) in human interaction. However, ... [Read more...]

ahp 0.2.4 on CRAN

January 18, 2016 | gluc

The latest version of the ahp package contains lots of new features and visualizations! The post ahp 0.2.4 on CRAN appeared first on ipub.
[Read more...]

Scheduling R Markdown Reports via Email

January 17, 2016 | Marco Pasin

R Markdown is an amazing tool that allows you to blend bits of R code with ordinary text and produce well-formatted data analysis reports very quickly. You can export the final report in many formats like HTML, pdf or MS Words which makes it easy to sh... [Read more...]

Installing to R and RStudio

January 17, 2016 | Augustin Luna

R is a powerful language and environment for statistics and scientific graphics. Some of the main advantages of R is that is free/open-source and users can find a lot of help online. RStudio provides free interface to R that has an organized layout and many extra options for R ... [Read more...]

Population Model Revisited

January 17, 2016 | AdventuresInData

In a previous post I showed an animated age structure diagram depicting output from a simple population model written in Excel.  Here is another version of that model written in R.  One of the things I like about the R version is that I can post the animated .gif files ... [Read more...]

Population Model Revisited

January 17, 2016 | AdventuresInData

In a previous post I showed an animated age structure diagram depicting output from a simple population model written in Excel.  Here is another version of that model written in R.  One of the things I like about the R version is that I can p... [Read more...]

stplanr 0.1.1

January 17, 2016 | Robin Lovelace - R

Version 0.1.1 of the package stplanr has been released on CRAN. This is a major update with many new functions and a new class definition, SpatialLinesNetwork, for route planning and network analysis using igraph. This short post, by myself and package co-author Richard Ellison describes how stplanr can be used for ... [Read more...]
1 5 6 7 8 9 17

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)