October 2015

trimming CTD files with shiny

October 17, 2015 | Dan Kelley Blog/R

Introduction The shiny library [1] provides a graphical user interface (GUI) for the R language that may open up new possibilities for human judgement in data filtering, as well as for the use of R by those who choose not to learn its syntax. The first category is the intended audience ... [Read more...]

Mastering Data Analysis with R

October 17, 2015 | Gergely Daróczi

Sorry about the noisy post title, but it happens to be the name of the book I was working on in the past year, which has been just published at Packt: Although I do not think that reading this ~400 page book will turn everyone into a true master of R ... [Read more...]

Mastering Data Analysis with R

October 17, 2015 | Gergely Daróczi

Sorry about the noisy post title, but it happens to be the name of the book I was working on in the past year, which has been just published at Packt:Although I do not think that reading this ~400 page book will turn everyone into a true master of R ...
[Read more...]

Basic Forecasting

October 17, 2015 | atmathew

Forecasting refers to the process of using statistical procedures to predict future values of a time series based on historical trends. For businesses, being able gauge expected outcomes for a given time period is essential for managing marketing, planning, and finances. For example, an advertising agency may want to utilizes ... [Read more...]

Interactive Scatterplots of Census Data Using ggvis

October 17, 2015 | Ari Lamstein

Today I finished two projects that had been on my mind for a while: Try out ggvis, the interactive successor to ggplot2 Create interactive scatterplots of census data You can see the resulting shiny app here. The app lets you create a scatterplot of any pair of demographic variables that ... [Read more...]

A Talk About Campaign Finance in Brazil

October 16, 2015 | » R

Last week, I delivered a talk at University of Brasilia about my past research on the topic of campaign finance. I didn’t know in advance about the existence of this seminar. Indeed, it was a big surprise receiving the invitation from Prof. Marcelo Pimentel, who is teaching on Fridays ...
[Read more...]

Reach for your Matlab data with R

October 16, 2015 | David Smith

If you work with both Matlab and R, the R.matlab package maintained by Henrik Bengtsson on CRAN helps you to connect the two environments by allowing you to read and write Matlab's MAT data file format from R (even if you don't have Matlab installed). This allows you to ... [Read more...]

Linear Mixed-effect Model Workflow

October 16, 2015 | Lionel Hertzog

Linear Mixed effect Models are becoming a common statistical tool for analyzing data with a multilevel structure. I will start by introducing the concept of multilevel modeling where we will see that such models are a compromise between two extreme: complete pooling and no pooling. Then I will present a ... [Read more...]

A New Method for Statistical Disclosure Limitation, I

October 15, 2015 | matloff

The Statistical Disclosure Limitation (SDL) problem involves modifying a data set in such a manner that statistical analysis on the modified data is reasonably close to that performed on the original data, while preserving the privacy of individuals in the data set. For instance, we might have a medical data ... [Read more...]

R / Finance 2016 Call for Papers

October 15, 2015 | Thinking inside the box

Earlier today, Josh sent the text below in this message to the R-SIG-Finance list as the very first heads-up concerning the 2016 edition of our successful R/Finance series. We are once again very excited about our conference, thrilled about upcoming keynotes (some of which are confirmed and some of which ... [Read more...]

R / Finance 2016 Call for Papers

October 15, 2015 | Thinking inside the box

Earlier today, Josh sent the text below in this message to the R-SIG-Finance list as the very first heads-up concerning the 2016 edition of our successful R/Finance series. We are once again very excited about our conference, thrilled about upcoming keynotes (some of which are confirmed and some of which ... [Read more...]

Random samples in JS using R functions

October 15, 2015 | Matt Asher

For a JavaScript-based project I’m working on, I need to be able to sample from a variety of probability distributions. There are ways to call R from JavaScript, but they depend on the server running R. I can’t depend on that. I need a pure JS solution. I ... [Read more...]

New features in genomation package

October 15, 2015 | Katarzyna Wręczycka

Extending genomation to work with paired-end BAM files Extending genomation to work with paired-end BAM files Accelerate functions responsible for reading genomic files Parallelizing data processing in ScoreMatrixList Arithmetic, indicator and logic operations as well as subsetting work on ScoreMatrix objects Improvements and new arguments in visualization functions Faster heatmaps ... [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)