August 2013

Using a GBM for Classification in R

August 26, 2013 | Wallace Campbell

I discuss some advantages of Generalized Boosted Models over logistic regression and discriminant analysis and demonstrate how to use a GBM for binary classification (predicting whether an event occurs or not). Using a GBM for Classification in R from... [Read more...]

Changeability of Value at Risk estimators

August 26, 2013 | Pat

How does Value at Risk change through time for the same portfolio? Previously There has been a number of posts on Value at Risk, including a basic introduction to Value at Risk and Expected Shortfall. The components garch model was also described. Issue The historical method for Value at Risk ... [Read more...]

GDAT Class October 14-18, 2013

August 25, 2013 | Neil Gunther

This is your fast track to enterprise performance analysis and capacity planning with an emphasis on applying R statistical tools to your performance data. Early-bird discounts are available for the Level III Guerrilla Data Analysis Techniques class O... [Read more...]

RSiteCatalyst Version 1.1 Release Notes

August 25, 2013 | Randy Zwitch

RSiteCatalyst version 1.1 is now available on CRAN. Changes from version 1 include: Support for Correlations/Subrelations in the QueueRanked function Support for Current Data in all ‘Queue‘ functions Support Anomaly Detection for QueueOvertime and QueueTrended functions (example usage with ggplot2 graph) Decrease in wait time for API calls (from 5 seconds to 2 ... [Read more...]

Non-linear regression in R

August 25, 2013 | grumble10

Here is the link to the article: http://rpubs.com/hughes/7812 There you will discover how to simulate and fit: power function, Michaelis-Menten equation and sigmoid curves in R, the fit is done by least-square using the ‘nls’ function.Filed under: R and Stat Tagged: NLS, R [Read more...]

More REML exercise

August 25, 2013 | Wingfeet

Last week I tried exercise 1 of the SAS(R) proc mixed with R libraries lme4 and MCMCglm. So this week I aimed for exercise 2 but ended up redoing exercise 1 with nlme.Exercise 2 results gave me problems with library lme4 and latter parts of the ex... [Read more...]

From SVG to probability distributions [with R package]

August 25, 2013 | Pierre Jacob

Hey, To illustrate generally complex probability density functions on continuous spaces, researchers always use the same examples, for instance mixtures of Gaussian distributions or a banana shaped distribution defined on with density function: If we draw a sample from this distribution using MCMC we obtain a [scatter]plot like this ... [Read more...]

The Wonders of foreach

August 25, 2013 | andrew

Writing code from scratch to do parallel computations can be rather tricky. However, the packages providing parallel facilities in R make it remarkably easy. One such package is foreach. I am going to document my trail of discovery with foreach, which began some time ago, but has really come into ... [Read more...]

Using R in Used Car Search

August 24, 2013 | rdabbler

Recently I was looking to buy a used car. I was using the Edmunds website to estimate the true market value of a used car. It has a nice click through interface where it guides you to input make, model, … Continue reading → [Read more...]
1 2 3 4 5 12

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)