2015

Making Sense of Logarithmic Loss

December 14, 2015 | Andrew Collier

Logarithmic Loss, or simply Log Loss, is a classification loss function often used as an evaluation metric in kaggle competitions. Since success in these competitions hinges on effectively minimising the Log Loss, it makes sense to have some understanding of how this metric is calculated and how it should be ... [Read more...]

GRUPO: Shiny App For Benchmarking Pubmed Publication Output

December 14, 2015 | Stephen Turner

This is a guest post from VP Nagraj, a data scientist embedded within UVA’s Health Sciences Library, who runs our Data Analysis Support Hub (DASH) service.The WhatGRUPO (Gauging Research University Publication Output) is a Shiny app that provides side-by-side benchmarking of American research university publication activity.The HowThe ... [Read more...]

RcmdrPlugin.KMggplot2_0.2-1 is on CRAN now

December 14, 2015 | triadsou

I posted a new version of the "RcmdrPlugin.KMggplot2" package, which is an Rcmdr plug-in for a "ggplot2" GUI front-end. RcmdrPlugin.KMggplot2 (CRAN) NEWS Changes in version 0.2-1 (2015-12-14) Kaplan-Meier plot: fixed a bug was caused by a tie data handling. (Thanks to Dr. M. Felix Freshwater). Slove… [Read more...]

Phyllotaxis By Shiny

December 14, 2015 | aschinchon

Antonio, you don’t know what empathy is! (Cecilia, my beautiful wife) Spirals are nice. In the wake of my previous post I have done a Shiny app to explore patterns generated by changing angle, shape and number of points of Fermat’s spiral equation. You can obtain an almost ...
[Read more...]

In Search Of…

December 13, 2015 | Max Kuhn

Rafael Ladeira asked on github: I was wondering why it doesn't implement some others algorithms for search for optimal tuning parameters. What would be the caveats of using a genetic algorithm , for instance, instead of grid or random search? Do y...
[Read more...]

In Search Of…

December 13, 2015 | Max Kuhn

Rafael Ladeira asked on github: I was wondering why it doesn't implement some others algorithms for search for optimal tuning parameters. What would be the caveats of using a genetic algorithm , for instance, instead of grid or random search? Do y... [Read more...]

Data, data, data

December 13, 2015 | Daniel

Having presented preliminary findings from a national sample of therapeutic communities in Brazil, I thought the Babbage's words fits like a glove for those criticizing quantitative approaches for policy evaluations: the "Errors using inadequate data are much less than those using no data at all” (Charles Babbage).
[Read more...]

Latest R bookmarks

December 13, 2015 | Françoisn - [email protected]

This note shows the most recent R-related bookmarks from my Pinboard feed. Most of them come from GitHub or R-Bloggers. The links open in new tabs/windows. The bookmarks are converted from RSS to HTML by Engin Kizil’s FeedEk plugin, whic... [Read more...]

Teaching with RStudio

December 13, 2015 | Françoisn - [email protected]

The RStudio IDE is a central component of the R software ecology that makes it easier to code in R, or to use R with other tools. This note discusses its use in a teaching environment. Most of my teaching experience lies with Stata, but in recent years, I have ... [Read more...]

Plotting Scopus article level citation data in R

December 13, 2015 | Daniel Lakens

The Royal Society has decided to publish journal citations distributions. This makes sense. The journal impact factor is a single number trying to summarize a distribution, but it’s almost always better to plot your data. Somehave been hopeful that visualizing such distributions will make it clear what a troublesome ...
[Read more...]

Maintaining a database of price files in R

December 13, 2015 | The R Trader

Doing quantitative research implies a lot of data crunching and one needs clean and reliable data to achieve this. What is really needed is clean data that is easily accessible (even without an internet connection). The most efficient way to do this for me has been to maintain a set ... [Read more...]

Calculate Leave-One-Out Prediction for GLM

December 13, 2015 | statcompute

In the model development, the “leave-one-out” prediction is a way of cross-validation, calculated as below: 1. First of all, after a model is developed, each observation used in the model development is removed in turn and then the model is refitted with the remaining observations 2. The out-of-sample prediction for the refitted ... [Read more...]
1 6 7 8 9 10 143

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)