frabcus / list_of_r_user_groups

List of R user groups


Last run completed successfully .

Console output of last run

Data

Downloaded 0 times

To download data sign in with GitHub

Download table (as CSV) Download SQLite database (6.17 MB) Use the API

rows 10 / 60

raw_html when html
2010-05-23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="News about R, statistics and the world of open source from the staff of REvolution Analytics" /> <link rel="stylesheet" href="http://web.archive.org/web/20100523063224cs_/http://blog.revolutionanalytics.com/styles.css?v=5" type="text/css" media="screen" /> <link rel="stylesheet" href="http://web.archive.org/web/20100523063224cs_/http://static.typepad.com/.shared:v25.4:typepad:en_us/themes/common/print.css" type="text/css" media="print" /> <link rel="alternate" type="application/atom+xml" title="Posts on 'Revolutions' (Atom)" href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 1.0)" href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 2.0)" href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "http://web.archive.org/web/20100523063224/http://www.typepad.com//"; </script> <script type="text/javascript" src="http://web.archive.org/web/20100523063224js_/http://static.typepad.com/.shared:v25.4:typepad:en_us/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js,/js/sixatrack-loader.js"></script> <link rel="alternate" type="application/atom+xml" title="Comments on 'Local R User Group Directory' (Atom)" href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Comments on 'Local R User Group Directory' (RSS 2.0)" href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups/comments/rss.xml" /> <title>Revolutions: Local R User Group Directory</title> <link rel="start" href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/" title="Home" /> </head> <body class="layout-two-column-right"> <!-- BEGIN WAYBACK TOOLBAR INSERT --> <script type="text/javascript" src="http://staticweb.archive.org/js/disclaim-element.js" ></script> <script type="text/javascript" src="http://staticweb.archive.org/js/graph-calc.js" ></script> <script type="text/javascript" src="http://staticweb.archive.org/jflot/jquery.min.js" ></script> <script type="text/javascript"> //<![CDATA[ var firstDate = 820454400000; var lastDate = 1356998399999; var wbPrefix = "http://web.archive.org/web/"; var wbCurrentUrl = "http:\/\/blog.revolutionanalytics.com\/local-r-groups.html"; var curYear = -1; var curMonth = -1; var yearCount = 18; var firstYear = 1996; var imgWidth=450; var yearImgWidth = 25; var monthImgWidth = 2; var trackerVal = "none"; var displayDay = "23"; var displayMonth = "May"; var displayYear = "2010"; var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]; function showTrackers(val) { if(val == trackerVal) { return; } if(val == "inline") { document.getElementById("displayYearEl").style.color = "#ec008c"; document.getElementById("displayMonthEl").style.color = "#ec008c"; document.getElementById("displayDayEl").style.color = "#ec008c"; } else { document.getElementById("displayYearEl").innerHTML = displayYear; document.getElementById("displayYearEl").style.color = "#ff0"; document.getElementById("displayMonthEl").innerHTML = displayMonth; document.getElementById("displayMonthEl").style.color = "#ff0"; document.getElementById("displayDayEl").innerHTML = displayDay; document.getElementById("displayDayEl").style.color = "#ff0"; } document.getElementById("wbMouseTrackYearImg").style.display = val; document.getElementById("wbMouseTrackMonthImg").style.display = val; trackerVal = val; } function getElementX2(obj) { var thing = jQuery(obj); if((thing == undefined) || (typeof thing == "undefined") || (typeof thing.offset == "undefined")) { return getElementX(obj); } return Math.round(thing.offset().left); } function trackMouseMove(event,element) { var eventX = getEventX(event); var elementX = getElementX2(element); var xOff = eventX - elementX; if(xOff < 0) { xOff = 0; } else if(xOff > imgWidth) { xOff = imgWidth; } var monthOff = xOff % yearImgWidth; var year = Math.floor(xOff / yearImgWidth); var yearStart = year * yearImgWidth; var monthOfYear = Math.floor(monthOff / monthImgWidth); if(monthOfYear > 11) { monthOfYear = 11; } // 1 extra border pixel at the left edge of the year: var month = (year * 12) + monthOfYear; var day = 1; if(monthOff % 2 == 1) { day = 15; } var dateString = zeroPad(year + firstYear) + zeroPad(monthOfYear+1,2) + zeroPad(day,2) + "000000"; var monthString = prettyMonths[monthOfYear]; document.getElementById("displayYearEl").innerHTML = year + 1996; document.getElementById("displayMonthEl").innerHTML = monthString; // looks too jarring when it changes.. //document.getElementById("displayDayEl").innerHTML = zeroPad(day,2); var url = wbPrefix + dateString + '/' + wbCurrentUrl; document.getElementById('wm-graph-anchor').href = url; //document.getElementById("wmtbURL").value="evX("+eventX+") elX("+elementX+") xO("+xOff+") y("+year+") m("+month+") monthOff("+monthOff+") DS("+dateString+") Moy("+monthOfYear+") ms("+monthString+")"; if(curYear != year) { var yrOff = year * yearImgWidth; document.getElementById("wbMouseTrackYearImg").style.left = yrOff + "px"; curYear = year; } if(curMonth != month) { var mtOff = year + (month * monthImgWidth) + 1; document.getElementById("wbMouseTrackMonthImg").style.left = mtOff + "px"; curMonth = month; } } //]]> </script> <style type="text/css">body{margin-top:0!important;padding-top:0!important;min-width:800px!important;}#wm-ipp a:hover{text-decoration:underline!important;}</style> <div id="wm-ipp" style="display:none; position:relative;padding:0 5px;min-height:70px;min-width:800px; z-index:9000;"> <div id="wm-ipp-inside" style="position:fixed;padding:0!important;margin:0!important;width:97%;min-width:780px;border:5px solid #000;border-top:none;background-image:url(http://staticweb.archive.org/images/toolbar/wm_tb_bk_trns.png);text-align:center;-moz-box-shadow:1px 1px 3px #333;-webkit-box-shadow:1px 1px 3px #333;box-shadow:1px 1px 3px #333;font-size:11px!important;font-family:'Lucida Grande','Arial',sans-serif!important;"> <table style="border-collapse:collapse;margin:0;padding:0;width:100%;"><tbody><tr> <td style="padding:10px;vertical-align:top;min-width:110px;"> <a href="http://wayback.archive.org/web/" title="Wayback Machine home page" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wayback-toolbar-logo.png" alt="Wayback Machine" width="110" height="39" border="0"/></a> </td> <td style="padding:0!important;text-align:center;vertical-align:top;width:100%;"> <table style="border-collapse:collapse;margin:0 auto;padding:0;width:570px;"><tbody><tr> <td style="padding:3px 0;" colspan="2"> <form target="_top" method="get" action="http://wayback.archive.org/web/form-submit.jsp" name="wmtb" id="wmtb" style="margin:0!important;padding:0!important;"><input type="text" name="url" id="wmtbURL" value="http://blog.revolutionanalytics.com/local-r-groups.html" style="width:400px;font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;" onfocus="javascript:this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20100523063224" /><input type="submit" value="Go" style="font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;margin-left:5px;" /><span id="wm_tb_options" style="display:block;"></span></form> </td> <td style="vertical-align:bottom;padding:5px 0 0 0!important;" rowspan="2"> <table style="border-collapse:collapse;width:110px;color:#99a;font-family:'Helvetica','Lucida Grande','Arial',sans-serif;"><tbody> <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR --> <tr style="width:110px;height:16px;font-size:10px!important;"> <td style="padding-right:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap"> Apr </td> <td id="displayMonthEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight:bold;text-transform:uppercase;width:34px;height:15px;padding-top:1px;text-align:center;" title="You are here: 6:32:24 May 23, 2010">MAY</td> <td style="padding-left:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;white-space:nowrap;overflow:visible;" nowrap="nowrap"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="6 Aug 2010"><strong>AUG</strong></a> </td> </tr> <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR --> <tr> <td style="padding-right:9px;white-space:nowrap;overflow:visible;text-align:right!important;vertical-align:middle!important;" nowrap="nowrap"> <img src="http://staticweb.archive.org/images/toolbar/wm_tb_prv_off.png" alt="Previous capture" width="14" height="16" border="0" /> </td> <td id="displayDayEl" style="background:#000;color:#ff0;width:34px;height:24px;padding:2px 0 0 0;text-align:center;font-size:24px;font-weight: bold;" title="You are here: 6:32:24 May 23, 2010">23</td> <td style="padding-left:9px;white-space:nowrap;overflow:visible;text-align:left!important;vertical-align:middle!important;" nowrap="nowrap"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?" title="0:16:22 Aug 6, 2010" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wm_tb_nxt_on.png" alt="Next capture" width="14" height="16" border="0"/></a> </td> </tr> <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR --> <tr style="width:110px;height:13px;font-size:9px!important;"> <td style="padding-right:9px;font-size:11px!important;font-weight: bold;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap"> 2009 </td> <td id="displayYearEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight: bold;padding-top:1px;width:34px;height:13px;text-align:center;" title="You are here: 6:32:24 May 23, 2010">2010</td> <td style="padding-left:9px;font-size:11px!important;font-weight: bold;white-space:nowrap;overflow:visible;" nowrap="nowrap"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="11 Jun 2011"><strong>2011</strong></a> </td> </tr> </tbody></table> </td> </tr> <tr> <td style="vertical-align:middle;padding:0!important;"> <a href="http://wayback.archive.org/web/20100523063224*/http://blog.revolutionanalytics.com/local-r-groups.html" style="color:#33f;font-size:11px;font-weight:bold;background-color:transparent;border:none;" title="See a list of every capture for this URL"><strong>4 captures</strong></a> <div style="margin:0!important;padding:0!important;color:#666;font-size:9px;padding-top:2px!important;white-space:nowrap;" title="Timespan for captures of this URL">23 May 10 - 15 Jul 11</div> </td> <td style="padding:0!important;"> <a style="position:relative; white-space:nowrap; width:450px;height:27px;" href="" id="wm-graph-anchor"> <div id="wm-ipp-sparkline" style="position:relative; white-space:nowrap; width:450px;height:27px;background-color:#fff;cursor:pointer;border-right:1px solid #ccc;" title="Explore captures for this URL"> <img id="sparklineImgId" style="position:absolute; z-index:9012; top:0px; left:0px;" onmouseover="showTrackers('inline');" onmouseout="showTrackers('none');" onmousemove="trackMouseMove(event,this)" alt="sparklines" width="450" height="27" border="0" src="http://wayback.archive.org/web/jsp/graph.jsp?graphdata=450_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000000000000_2009:-1:000000000000_2010:4:000010010000_2011:-1:000001100000_2012:-1:000000000000"></img> <img id="wbMouseTrackYearImg" style="display:none; position:absolute; z-index:9010;" width="25" height="27" border="0" src="http://staticweb.archive.org/images/toolbar/transp-yellow-pixel.png"></img> <img id="wbMouseTrackMonthImg" style="display:none; position:absolute; z-index:9011; " width="2" height="27" border="0" src="http://staticweb.archive.org/images/toolbar/transp-red-pixel.png"></img> </div> </a> </td> </tr></tbody></table> </td> <td style="text-align:right;padding:5px;width:65px;font-size:11px!important;"> <a href="javascript:;" onclick="document.getElementById('wm-ipp').style.display='none';" style="display:block;padding-right:18px;background:url(http://staticweb.archive.org/images/toolbar/wm_tb_close.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;margin-bottom:23px;background-color:transparent;border:none;" title="Close the toolbar">Close</a> <a href="http://faq.web.archive.org/" style="display:block;padding-right:18px;background:url(http://staticweb.archive.org/images/toolbar/wm_tb_help.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;background-color:transparent;border:none;" title="Get some help using the Wayback Machine">Help</a> </td> </tr></tbody></table> </div> </div> <script type="text/javascript"> var wmDisclaimBanner = document.getElementById("wm-ipp"); if(wmDisclaimBanner != null) { disclaimElement(wmDisclaimBanner); } </script> <!-- END WAYBACK TOOLBAR INSERT --> <div id="container"> <div id="container-inner" class="pkg"> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/" accesskey="1">Revolutions</a></h1> <h2 id="banner-description"> News about R, statistics and the world of open source from the staff of <a href="http://web.archive.org/web/20100523063224/http://www.revolutionanalytics.com/">Revolution Analytics</a> </h2> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- page --> <div class="entry-author-david_smith entry-type-page entry" id="entry-65315573"> <h3 class="entry-header">Local R User Group Directory</h3> <div class="entry-content"> <div class="entry-body"> <p>Looking for R users in your area to meet, interact with, and share ideas? Why not join your local R User Group? </p> <p>Here's a directory of the local R user groups we're aware of.  If you know of a group not listed here, or need information on how to set up your own R user group, please contact <a href="mailto:community@revolution-computing.com">community@revolution-computing.com</a>, or post in the comments below.</p> <p><strong><span style="font-size: 15px; font-family: Trebuchet MS;">AUSTRALIA</span></strong><br><strong><br>Canberra</strong>: <a href="http://web.archive.org/web/20100523063224/http://canrug.togaware.com/">Canberra R Users Group</a> (CANRUG) </p> <p><span style="font-size: 15px; font-weight: bold; line-height: 18px;"><span style="font-size: 13px; font-weight: normal; line-height: 15px;"></span></span></p> <p><span style="font-size: 15px; font-weight: bold;">CANADA</span></p> <p></p> <p><span style="font-size: 15px; font-weight: bold; line-height: 18px;"><span style="font-size: 13px; font-weight: normal; line-height: 15px;"></span></span></p> <p><span style="font-weight: bold;">Ottawa:</span> <a href="http://web.archive.org/web/20100523063224/https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa">Ottawa Gatineau R Users Group</a></p> <p></p> <p><span style="font-size: 15px; font-weight: bold; line-height: 18px;"><span style="font-size: 13px; font-weight: normal; line-height: 15px;"></span></span></p> <p><font size="4"><span style="font-size: 15px; line-height: 18px;"><strong>CHINA</strong></span></font></p> <p><font size="4"><span style="font-size: 15px;"><span style="font-size: small; line-height: 15px; ">Financial R User's Group: <a href="http://web.archive.org/web/20100523063224/http://www.goldenbug.net/category/%E6%8A%80%E6%9C%AF%E4%B8%93%E9%A2%98/R/">Looking for golden bugs</a></span></span></font></p> <p><font size="4"><span style="font-size: 15px;"><strong><span style="font-size: small; line-height: 15px; "></span>EUROPE</strong></span></font></p> <p><strong>Finland: </strong><a href="http://web.archive.org/web/20100523063224/http://bioinformatics.utu.fi/seura/index_en.html">Finnish Society for Bioinformatics</a></p> <p><strong><span style="font-weight: normal; "><strong>France (Paris)</strong>: <a href="http://web.archive.org/web/20100523063224/http://www.mnhn.fr/semin-r/" style="color: blue !important; text-decoration: underline !important; cursor: text !important; ">Semin-R</a></span></strong></p><p><strong><span style="font-weight: normal; "><a href="http://web.archive.org/web/20100523063224/http://www.mnhn.fr/semin-r/" style="color: blue !important; text-decoration: underline !important; cursor: text !important; "></a></span>Germany (Southwest): </strong><a href="http://web.archive.org/web/20100523063224/http://rusergroup-de-sw.mixxt.de/">R User Group DE-Südwest</a></p> <p><strong>Germany (North): </strong>R im Norden (email <a href="mailto:feldmann@qa-gmbh.de">Rainer Feldmann</a>)</p> <p><strong>Italy (Padua)</strong>: <a href="http://web.archive.org/web/20100523063224/http://groups.google.com/group/rante">Italy-RUG</a> (Rante)</p> <p><strong><span style="font-weight: normal; "></span></strong></p><strong><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong><span style="font-weight: normal; "></span></strong></p><strong><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong>Poland (Warsaw/Wroclaw)</strong>: <a href="http://web.archive.org/web/20100523063224/http://www.biecek.pl/WZUR" style="color: blue !important; text-decoration: underline !important; cursor: text !important; ">Annual Polish R User Group Meeting</a></p><p></p></strong><p></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><strong>Spain: </strong>R User's Conference (26-27 Nov 2009): <a href="http://web.archive.org/web/20100523063224/http://www.ereros.org/" style="color: blue !important; text-decoration: underline !important; cursor: text !important; ">I Conferencia R-Project Hispana</a></p><p><span style="font-size: 13px; font-weight: bold; ">Switzerland (Basel): </span><span style="font-size: 13px; "><span style="font-weight: normal;"><a href="http://web.archive.org/web/20100523063224/http://www.baselr.org/">BaselR</a></span></span></p><p><span style="font-size: 13px; font-weight: bold; ">UK (London): <span style="font-weight: normal;"><a href="http://web.archive.org/web/20100523063224/http://www.londonr.org/">LondonR</a></span></span></p></strong><p></p> <p><span style="font-family: 'Lucida Grande',Verdana,Lucida,Helvetica,Arial,sans-serif; line-height: normal;"></span></p><p style="margin: 0px 0px 1em; padding: 0px;"><span style="line-height: 18px; font-size: 15px; "><strong>ISRAEL</strong></span></p> <p><font size="4"><span style="font-size: 15px;"><span style="font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial, sans-serif; font-size: 13px; line-height: normal; font-weight: bold; ">Tel Aviv: </span><a href="http://web.archive.org/web/20100523063224/http://groups.google.com/group/israel-r-user-group">Israel R User Group</a></span></font></p> <p><span style="font-size: 15px; font-weight: bold;">JAPAN</span></p> <p></p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';"><span style="font-size: 13px; font-weight: normal; line-height: 15px;"><span style="font-weight: bold;">Tsukuba:</span> <a href="http://web.archive.org/web/20100523063224/http://wiki.livedoor.jp/syou6162/">Tsukuba.R</a></span></span></p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';"><span style="font-size: 13px; font-weight: normal; line-height: 15px;"><a href="http://web.archive.org/web/20100523063224/https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa" style="color: blue; text-decoration: underline; cursor: pointer;"></a></span>USA</span></p> <p><span style="font-weight: bold;">Atlanta, GA: </span><a href="http://web.archive.org/web/20100523063224/http://groups.google.com/group/atlanta-r-users">Atlanta R User's Group</a></p><p><strong>Boston, MA: </strong><a href="http://web.archive.org/web/20100523063224/http://groups.google.com/group/new-england-r-users?hl=en">New England R User's Group</a></p><p><a href="http://web.archive.org/web/20100523063224/http://groups.google.com/group/atlanta-r-users"></a><strong>Chicago, IL</strong>: <a href="http://web.archive.org/web/20100523063224/http://www.meetup.com/ChicagoRUG/">Chicago R Users Group</a><br><span style="font-weight: bold;"><br>Dallas, TX: </span><a href="http://web.archive.org/web/20100523063224/http://tech.groups.yahoo.com/group/Dallas_RUG/">Dallas R Users Group</a></p><p><span style="font-weight: bold;">Greencastle, IN: </span><a href="http://web.archive.org/web/20100523063224/http://fs6.depauw.edu:50080/%7Ehanson/R-pages/R%40DPU.html">R users at DePauw University</a><br><span style="font-weight: bold;"><br>Houston, TX: </span>Coming Soon (sign up to the <a href="http://web.archive.org/web/20100523063224/http://groups.google.com/group/houston-r">mailing list</a> for announcements)</p> <p><span style="font-weight: bold;">Los Angeles, CA: </span><a href="http://web.archive.org/web/20100523063224/http://www.meetup.com/LAarea-R-usergroup/">Los Angeles Area R Users Group</a></p> <p><strong>Madison, WI: <span style="font-weight: normal;"><a href="http://web.archive.org/web/20100523063224/http://groups.google.com/group/maduser">Madison Area R Users Group</a></span></strong></p> <p><span style="font-weight: bold;">New York</span>, <strong>NY</strong>: <a href="http://web.archive.org/web/20100523063224/http://www.meetup.com/nyhackr/">UseR New York</a> ; <a href="http://web.archive.org/web/20100523063224/http://groups.google.com/group/columbiaR">Columbia R Statistical Programming Group</a></p> <p><strong>Pasadena, CA: </strong><a href="http://web.archive.org/web/20100523063224/http://www.meetup.com/Research-Methods-and-Analytics/">Research Methods and Analytics (R is a main topic)</a></p><p><strong>Philadelphia, PA</strong>: <a href="http://web.archive.org/web/20100523063224/http://phillyr.ning.com/">Philadelphia UseR Group</a></p><p><strong>Salt Lake City, UT: </strong><a href="http://web.archive.org/web/20100523063224/http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Salt Lake R/Processing/Weka Users Group</a></p><p><strong>San Diego, CA</strong>: <a href="http://web.archive.org/web/20100523063224/http://www.meetup.com/San-Diego-R-users-group">San Diego R Users Group</a></p> <p><span style="font-weight: bold;">San Francisco / Bay Area</span>, <strong>CA</strong>: <a href="http://web.archive.org/web/20100523063224/http://www.meetup.com/R-Users/">Bay Area R Users Group</a></p> <p><strong>Seattle, WA: </strong><a href="http://web.archive.org/web/20100523063224/http://www.meetup.com/Seattle-useR/">Seattle UseR Group</a></p> <p><strong>Washington, DC</strong>: <a href="http://web.archive.org/web/20100523063224/http://www.meetup.com/R-users-DC">DC UseR Group</a></p> <p><br><strong><span style="font-size: 15px; font-family: Trebuchet MS;">GROUPS WANTED</span><br></strong><br>The following cities don't have an R user group yet, but we've had requests for information if you want to start one up:</p> <ul> <li>Portland OR, USA (there is a local <a href="http://web.archive.org/web/20100523063224/http://groups.google.com/group/pdx-visualization">data visualization group</a>)</li> <li>Burlington VT, USA</li> <li>Denver CO, USA</li> <li>Baton Rouge LA, USA</li> <li><span>Dublin, Ireland</span> </li> <li><span>Zurich, Switzerland</span> </li> <li><span>Amsterdam, Netherlands</span> </li> <li>Durbin, South Africa</li> </ul> <span>Post a comment below</span> to connect with other R users and start a new group in your area. You can also register interest for a new <a href="http://web.archive.org/web/20100523063224/http://r-users-group.meetup.com/">R User Group in your area</a> at meetup.com.<br><ul> </ul> <strong><br><span style="font-size: 15px; font-family: Trebuchet MS;">OTHER RESOURCES FOR FINDING LOCAL R USERS</span></strong><p><span><strong>En Español</strong>: Spanish-speaking R users can check on the mailing list <a href="http://web.archive.org/web/20100523063224/https://stat.ethz.ch/mailman/listinfo/r-help-es">r-help-es</a>.</span></p> <p><strong>W Polski</strong>: Polish R users forum: <a href="http://web.archive.org/web/20100523063224/https://www.im.uj.edu.pl/gur/">Grupa użytkowników R</a> </p> <p>There is a list of <a href="http://web.archive.org/web/20100523063224/http://rwiki.sciviews.org/doku.php?id=rugs:r_user_groups">R User Groups</a> at the R Wiki.</p> <p>There is a list of <a href="http://web.archive.org/web/20100523063224/http://r-users-group.meetup.com/">R User Groups</a> on meetup.com.</p> </div> </div> </div> <a id="comments"></a> <div class="comments"> <h3 class="comments-header">Comments</h3> <div class="comments-info"> <p><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml"><img src="http://web.archive.org/web/20100523063224im_/http://static.typepad.com/.shared:v25.4:typepad:en_us/images/feed.png" alt="Feed" width="10" height="10" /></a> You can follow this conversation by subscribing to the <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml">comment feed</a> for this post.</p> </div> <div class="comments-content" id="comments-content"> <!-- comment list --><a id="c6a010534b1db25970b0120a542bba7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a542bba7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a542bba7970c-content"> <span id="comment-6a010534b1db25970b0120a542bba7970c-content"><p>A user group in Amsterdam, NL?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.cs.vu.nl/~rpremraj" href="http://web.archive.org/web/20100523063224/http://www.cs.vu.nl/~rpremraj">Rahul Premraj</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a542bba7970c#comment-6a010534b1db25970b0120a542bba7970c">August 12, 2009 at 15:06</a> </p> </div><a id="c6a010534b1db25970b0120a4ff1120970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a4ff1120970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a4ff1120970b-content"> <span id="comment-6a010534b1db25970b0120a4ff1120970b-content"><p>Anyone interested in Dublin, Ireland R group?</p></span> </div> <p class="comment-footer"> Posted by: Anthony Staines | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a4ff1120970b#comment-6a010534b1db25970b0120a4ff1120970b">August 17, 2009 at 14:51</a> </p> </div><a id="c6a010534b1db25970b0120a5ac7de3970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5ac7de3970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5ac7de3970b-content"> <span id="comment-6a010534b1db25970b0120a5ac7de3970b-content"><p>I am trying to organize a R User Group for Germany (Southwest) with meetings in Mannheim or Heidelberg, maybe also Stuttgart, Karlsruhe, Frankfurt (later). </p> <p>I just created an initial group collaboration site at http://rug-sw.qlubb.com/public. To join this group click on the button "Request to join this Qlubb" at the upper right of the page (Joining may take a while as it has to be manually approved, sorry). </p> <p>Please join or leave your address even if you're not from the exact region. Maybe you will find other people from your region this way. </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://rug-sw.qlubb.com/public" href="http://web.archive.org/web/20100523063224/http://rug-sw.qlubb.com/public">Friedrich Schuster</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5ac7de3970b#comment-6a010534b1db25970b0120a5ac7de3970b">September 30, 2009 at 03:58</a> </p> </div><a id="c6a010534b1db25970b0120a5bde33b970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a5bde33b970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5bde33b970b-content"> <span id="comment-6a010534b1db25970b0120a5bde33b970b-content"><p>Hi Anthony,<br /> I'm interested in organizing an R group in Berlin. It'd be an English speaking group.</p></span> </div> <p class="comment-footer"> Posted by: J | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5bde33b970b#comment-6a010534b1db25970b0120a5bde33b970b">October 05, 2009 at 05:52</a> </p> </div><a id="c6a010534b1db25970b0120a6218320970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a6218320970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6218320970c-content"> <span id="comment-6a010534b1db25970b0120a6218320970c-content"><p>Hello R users in Northern Germany! <br /> This is the initial step to set up the R user group in the Northern part of Germany: "R im Norden" (RiN). The objective of this group is to establish a local forum for R users - beginner to advanced. You can meet with other users of the R Programming Language and learn and share tricks and techniques from and with other users. <br /> Please send a short mail indicating your interests to Rainer Feldmann: feldmann@qa-gmbh.de. </p> <p>Kind Regards<br /> Rainer</p></span> </div> <p class="comment-footer"> Posted by: Raienr Feldmann | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6218320970c#comment-6a010534b1db25970b0120a6218320970c">October 07, 2009 at 12:27</a> </p> </div><a id="c6a010534b1db25970b0120a6238e53970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a6238e53970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6238e53970c-content"> <span id="comment-6a010534b1db25970b0120a6238e53970c-content"><p>Hello, </p> <p>The Spanish-speaking R users group is organizing the 1st R conferences in Spain.</p> <p>We will try to create work teams and an organized users group.</p> <p>You can subscribe and send talk proposals here: www.ereros.org</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ereros.org" href="http://web.archive.org/web/20100523063224/http://www.ereros.org/">Patricia García</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6238e53970c#comment-6a010534b1db25970b0120a6238e53970c">October 08, 2009 at 02:16</a> </p> </div><a id="c6a010534b1db25970b0120a5e595ec970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5e595ec970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5e595ec970b-content"> <span id="comment-6a010534b1db25970b0120a5e595ec970b-content"><p>Anyone interested in an R Users group in Seattle WA (Eastside in particular)?</p></span> </div> <p class="comment-footer"> Posted by: Carolyn Johnston | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5e595ec970b#comment-6a010534b1db25970b0120a5e595ec970b">October 14, 2009 at 10:10</a> </p> </div><a id="c6a010534b1db25970b0120a61312e4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a61312e4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a61312e4970b-content"> <span id="comment-6a010534b1db25970b0120a61312e4970b-content"><p>Hi there - Anyone interested in starting a group in the Boston area?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ramakrishnan.com" href="http://web.archive.org/web/20100523063224/http://www.ramakrishnan.com/">Rama Ramakrishnan</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a61312e4970b#comment-6a010534b1db25970b0120a61312e4970b">October 22, 2009 at 09:37</a> </p> </div><a id="c6a010534b1db25970b012875a06a20970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012875a06a20970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875a06a20970c-content"> <span id="comment-6a010534b1db25970b012875a06a20970c-content"><p>Rainer for RiN</p> <p>Ivailo Partchev (University of Jena) asked us to inform you about a online workshop on "Statistical Programming in R", he will hold in Jena on November 21 and 22, 2009. For more information and registration: http://www.metheval.uni-jena.de.</p> <p>Kind Regards<br /> Rainer<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.qa-gmbh.de" href="http://web.archive.org/web/20100523063224/http://www.qa-gmbh.de/">Rainer Feldmann</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875a06a20970c#comment-6a010534b1db25970b012875a06a20970c">November 14, 2009 at 05:16</a> </p> </div><a id="c6a010534b1db25970b012875bcdc84970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012875bcdc84970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875bcdc84970c-content"> <span id="comment-6a010534b1db25970b012875bcdc84970c-content"><p>Italy, Padova<br /> http://www.rante.org/ </p> <p>We are an association that promotes knowledge sharing and the use of open source tools in Italy. As a part of our activities, together with other people (scholars, consultants, R-lovers and so on), we are setting up a R-user group in Italy. Our headquarter is located in Padova, where also the University (Department of Statistical Sciences) mantains a CRAN Mirror. Our initial aims are : - to promote the use of R across public institutions, private companies and no-profit organisations - to collect and disseminate R materials (primers, tutorials, lectures) through our website for making them immediately available to different communities - to organise events and lectures to spread R use across our territory </p> <p>Everyone who is interested in joining and helping us is really welcome. </p> <p>You can contact us at info@rante.org <br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rante.org" href="http://web.archive.org/web/20100523063224/http://www.rante.org/">Dario Solari</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875bcdc84970c#comment-6a010534b1db25970b012875bcdc84970c">November 20, 2009 at 06:37</a> </p> </div><a id="c6a010534b1db25970b0120a73024d1970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a73024d1970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a73024d1970b-content"> <span id="comment-6a010534b1db25970b0120a73024d1970b-content"><p>Also interested in a Seattle-area group.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rapidbiologics.com" href="http://web.archive.org/web/20100523063224/http://www.rapidbiologics.com/">Mark Seligman</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a73024d1970b#comment-6a010534b1db25970b0120a73024d1970b">December 08, 2009 at 13:27</a> </p> </div><a id="c6a010534b1db25970b01287647ee86970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01287647ee86970c"> <div class="comment-content" id="comment-6a010534b1db25970b01287647ee86970c-content"> <span id="comment-6a010534b1db25970b01287647ee86970c-content"><p>Hi I'm Scott from Denver, Colorado. Very new to R, but interested in starting an R group here in the Denver/Boulder area. I have a core group of users (~25) medical/biostatistical researchers that use various functions on various projects. Any information and materials you could send me would be great. We are all currently SAS users willing to learn a new language. </p></span> </div> <p class="comment-footer"> Posted by: Scott Sibbel | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01287647ee86970c#comment-6a010534b1db25970b01287647ee86970c">December 11, 2009 at 14:05</a> </p> </div><a id="c6a010534b1db25970b012876483316970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876483316970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876483316970c-content"> <span id="comment-6a010534b1db25970b012876483316970c-content"><p>Hi Scott. I'll send you a document with tips on how to start up a user group (one of these days I'll get around to making it into a blog post).</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolution-computing.com" href="http://web.archive.org/web/20100523063224/http://www.revolution-computing.com/">David Smith</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876483316970c#comment-6a010534b1db25970b012876483316970c">December 11, 2009 at 15:21</a> </p> </div><a id="c6a010534b1db25970b0120a7a3a244970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7a3a244970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7a3a244970b-content"> <span id="comment-6a010534b1db25970b0120a7a3a244970b-content"><p>Hi <br /> Im in Durban, South Africa and am keen to meet with other R users in the area. </p></span> </div> <p class="comment-footer"> Posted by: Michael Chadbourne | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7a3a244970b#comment-6a010534b1db25970b0120a7a3a244970b">January 04, 2010 at 11:26</a> </p> </div><a id="c6a010534b1db25970b0120a7c355b4970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a7c355b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7c355b4970b-content"> <span id="comment-6a010534b1db25970b0120a7c355b4970b-content"><p>Hi there<br /> I would also be interested in a R group for Dublin,IE.<br /> Regards<br /> Kevin O'Brien.</p></span> </div> <p class="comment-footer"> Posted by: Kevin O'Brien | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7c355b4970b#comment-6a010534b1db25970b0120a7c355b4970b">January 11, 2010 at 07:37</a> </p> </div><a id="c6a010534b1db25970b012876d1ffd2970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876d1ffd2970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876d1ffd2970c-content"> <span id="comment-6a010534b1db25970b012876d1ffd2970c-content"><p>Hi, <br /> I would be interested in an R group in Baton Rouge, Louisiana, USA.</p> <p>Daniel Ence</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1" href="http://web.archive.org/web/20100523063224/http://sites.google.com/site/carstenslabsite/home/daniel-ence-1">Daniel Ence</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876d1ffd2970c#comment-6a010534b1db25970b012876d1ffd2970c">January 13, 2010 at 14:18</a> </p> </div><a id="c6a010534b1db25970b012876e708ba970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876e708ba970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876e708ba970c-content"> <span id="comment-6a010534b1db25970b012876e708ba970c-content"><p>I am keen to meet other R users in Brussels. If anyone is interested let me know. Would also actively support the establiment of such a group. </p></span> </div> <p class="comment-footer"> Posted by: Alexis-Michel Mugabushaka | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876e708ba970c#comment-6a010534b1db25970b012876e708ba970c">January 17, 2010 at 12:26</a> </p> </div><a id="c6a010534b1db25970b0120a7ee4b07970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7ee4b07970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7ee4b07970b-content"> <span id="comment-6a010534b1db25970b0120a7ee4b07970b-content"><p>St. Louis anyone?</p></span> </div> <p class="comment-footer"> Posted by: Alex | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7ee4b07970b#comment-6a010534b1db25970b0120a7ee4b07970b">January 19, 2010 at 13:11</a> </p> </div><a id="c6a010534b1db25970b012876f16112970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876f16112970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f16112970c-content"> <span id="comment-6a010534b1db25970b012876f16112970c-content"><p>Any interest in a UseR group in Philadelphia?</p></span> </div> <p class="comment-footer"> Posted by: Alex Mc | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f16112970c#comment-6a010534b1db25970b012876f16112970c">January 19, 2010 at 13:32</a> </p> </div><a id="c6a010534b1db25970b012876f1a277970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876f1a277970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f1a277970c-content"> <span id="comment-6a010534b1db25970b012876f1a277970c-content"><p>I would be interested in a Philadelphia UseR group.<br /> leipzig@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://jermdemo.blogspot.com" href="http://web.archive.org/web/20100523063224/http://jermdemo.blogspot.com/">Jeremy Leipzig</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f1a277970c#comment-6a010534b1db25970b012876f1a277970c">January 19, 2010 at 14:35</a> </p> </div><a id="c6a010534b1db25970b0128770154d4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0128770154d4970c"> <div class="comment-content" id="comment-6a010534b1db25970b0128770154d4970c-content"> <span id="comment-6a010534b1db25970b0128770154d4970c-content"><p>Hi! Anyone interested in a UseR group in Toronto, Ontario, Canada?</p></span> </div> <p class="comment-footer"> Posted by: Kate | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0128770154d4970c#comment-6a010534b1db25970b0128770154d4970c">January 22, 2010 at 11:27</a> </p> </div><a id="c6a010534b1db25970b0133ec7af129970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ec7af129970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ec7af129970b-content"> <span id="comment-6a010534b1db25970b0133ec7af129970b-content"><p>I'm also interested in joining or starting an R users group in the Boston. Please contact me at michaeljboucher@gmail.com</p> <p>Regards,</p> <p>Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike Boucher | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ec7af129970b#comment-6a010534b1db25970b0133ec7af129970b">April 05, 2010 at 14:08</a> </p> </div><a id="c6a010534b1db25970b0134808741df970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0134808741df970c"> <div class="comment-content" id="comment-6a010534b1db25970b0134808741df970c-content"> <span id="comment-6a010534b1db25970b0134808741df970c-content"><p>We have a group names as "Research Methods and Analytics", but with R as a main topic, and we are in Pasadena.</p> <p>see http://www.meetup.com/Research-Methods-and-Analytics/ </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Research-Methods-and-Analytics/" href="http://web.archive.org/web/20100523063224/http://www.meetup.com/Research-Methods-and-Analytics/">Alex</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0134808741df970c#comment-6a010534b1db25970b0134808741df970c">May 06, 2010 at 10:48</a> </p> </div><a id="c6a010534b1db25970b0133ee1ad8ca970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ee1ad8ca970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"> <span id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"><p>I've just started an R users group in Salt Lake City, UT. Anybody in the neighborhood, please join us!</p> <p>http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/" href="http://web.archive.org/web/20100523063224/http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Jake</a> | <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ee1ad8ca970b#comment-6a010534b1db25970b0133ee1ad8ca970b">May 20, 2010 at 15:10</a> </p> </div> </div> </div> <!-- comment-form-atp --> <div id="atp-comments"> <div id="comment-preview" class="hiddenBox"> <h3 id="header-verify-comment" class="comments-header hiddenBox">Verify your Comment</h3> <h3 id="header-preview-comment" class="comments-header hiddenBox">Previewing your Comment</h3> <div class="comments-content"> <div class="comment"> <div id="comment-preview-content" class="comment-content"> </div> <p class="comment-footer"> Posted by: <span id="comment-preview-author"></span> | <span id="comment-preview-datetime"></span> </p> </div> </div> </div> <div id="comment-preview-confirmation" class="hiddenBox yellowBox"> <p>This is only a preview. Your comment has not yet been posted.</p> <form id="comment-preview-form" method="post" onsubmit="atpComments.interceptPost(); return false;"> <input type="submit" name="post" id="comment-confirm-post" value=" Post " onclick="atpComments.interceptPost(); return false;"/> <input type="submit" name="edit" id="comment-edit" value="  Edit  " onclick="atpComments.previewOnly(2); return false;"/> <span id="previewFormSpinner" class="hiddenBox"><img src="http://web.archive.org/web/20100523063224im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </form> </div> <div id="comment-error" class="hiddenBox redBox"> Your comment could not be posted. Error type: <span id="comment-error-msg"></span> </div> <div id="comment-complete" class="hiddenBox yellowGreenBox"> Your comment has been posted. <a href="javascript:void 0;" onclick="window.location.hash='#comment-form';window.location.reload(false)">Post another comment</a> </div> <div id="comment-captcha" class="hiddenBox yellowBox"> <div id="captchaText"> <p id="captchaFailMsg" class="captchaErrorText hiddenBox">The letters and numbers you entered did not match the image. Please try again.</p> <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.</p> <p><span id="comment-captcha-viewalt">Having trouble reading this image? <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html#comment-captcha" onClick="atpComments.generateCaptcha();">View an alternate.</a></span></p> </div> <p class=""><img id="captchaImg" /></p> <form id="comment-captcha-form" method="post" onsubmit="atpComments.submitWithCaptcha(); return false;"> <input type="hidden" name="captcha_chal" id="comment-captcha-chal" value="" /> <p> <input id="comment-captcha-text" name="captcha_text" size="10" /> </p> <p> <input type="submit" name="continue" id="captcha-continue" value=" Continue " /> <span id="captchaFormSpinner" class="commentSpinner hiddenBox"><img src="http://web.archive.org/web/20100523063224im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </p> </form> </div> <div id="primary-comment-form" class="comment-form"> <form id="comment-form" action="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1274596343-55f7c5aa960a0705dac50c4b0ae5480765d94dfb:oDu9GVTAeiWLKpfm" /> <div class="comments-open"> <h2 class="comments-open-header" id="comment-title">Post a comment</h2> <div id="comments-open-content" class="comments-open-content"> <div id="comments-open-text" style="display:none;"> <textarea id="comment-text" name="text" rows="10" cols="30" onkeyup="atpComments.maxTextArea(this, 64000);"></textarea> <p class="comments-open-subtext"> (You can use HTML tags like <b> <i> and <ul> to style your text.) </p> </div> <div id="comments-open-data" style="display:none;"> <p>Your Information</p> <p> (Name and email address are required. Email address will not be displayed with the comment.) </p> <p> <input id="comment-author" at:default="Name" name="author" size="30" value="Name" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-author" id="comment-author-error" class="comment-error hiddenBox">Name is required to post a comment</label> </p> <p> <input id="comment-email" at:default="Email Address" name="email" size="30" value="Email Address" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-email" id="comment-email-error" class="comment-error hiddenBox">Please enter a valid email address</label> </p> <p> <input id="comment-url" at:default="Web Site URL" name="url" size="30" value="Web Site URL" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-url" id="comment-url-error" class="comment-error hiddenBox">Invalid URL</label> </p> </div> </div> <div id="comments-open-footer" class="comments-open-footer" style="display:none;"> <input type="submit" name="post" id="comment-post-button" value=" Post " onclick="atpComments.interceptPost(); return false;" disabled="true" /> <input type="submit" name="preview" id="comment-preview-button" value=" Preview " onclick="atpComments.previewOnly(1); return false;" disabled="true" /> <span id="commentEntryFormSpinner" class="commentSpinner hiddenBox"><img src="http://web.archive.org/web/20100523063224im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </div> </div> </form> <noscript> <div id="comments-open-noscript" class="comments-open-noscript"> <form action="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1274596343-c767ba26bd747c656b57d100946506fecb784c04:YHCoH4zDvMTKpGrw" /> Name:<br /><input type="text" name="author" size="30" /><br /> Email address:<br /><input type="text" name="email" size="30" /><br /> URL:<br /><input type="text" name="url" size="30" /><br /><br /> Comment:<br /><textarea name="text" cols="40" rows="4"></textarea><br /> <input type="submit" name="submit" value="Submit" /> </form> </div> </noscript> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- sidebar --> <div class="module-archives module"> <h2 class="module-header">Information</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/about.html">About this blog</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/comments-policy.html">Comments Policy</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/categories.html">About Categories</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/authors.html">About the Authors</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/calendar.html">R Community Calendar</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> Got comments or suggestions for the blog editor? <br> Email <a href="mailto:david@revolution-computing.com">David Smith</a>. </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://web.archive.org/web/20100523063224/http://www.twitter.com/revodavid"><img src="http://web.archive.org/web/20100523063224im_/http://twitter-badges.s3.amazonaws.com/t_small-b.png" alt="Follow revodavid on Twitter"/></a> Follow David on Twitter: <a href="http://web.archive.org/web/20100523063224/http://twitter.com/revodavid">@revodavid</a> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://web.archive.org/web/20100523063224/http://inside-r.org/download" title="Download R"><img src="http://web.archive.org/web/20100523063224im_/http://inside-r.org/sites/all/themes/rweb/assets/badges/download-r-badge-125-blue.png" border="0" /></a> </div> </div> <div class="module-syndicate module"> <div class="module-content"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/atom.xml">Subscribe to this blog's feed</a> </div> </div> <div class="module-categories module"> <h2 class="module-header"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/academia/">academia</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/advanced-tips/">advanced tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/announcements/">announcements</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/applications/">applications</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/beginner-tips/">beginner tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/courses/">courses</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/current-events/">current events</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/developers/">developer tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/events/">events</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/finance/">finance</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/graphics/">graphics</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/high-performance-computing/">high-performance computing</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/life-sciences/">life sciences</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/open-source/">open source</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/other-industry/">other industry</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/packages/">packages</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/predictive-analytics/">predictive analytics</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/r/">R</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/random/">random</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/revolution/">REvolution</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/rmedia/">Rmedia</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/roundups/">roundups</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/sports-1/">sports</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/statistics/">statistics</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">R links</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://www.revolution-computing.com/">REvolution Computing</a><br />Information about REvolution R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://www.revolution-computing.com/downloads/revolution-r.php">Download REvolution R</a><br />Free, high-performance distribution of R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://www.revolution-computing.com/forum">REvolution R forum</a><br />Questions and discussions about REvolution R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://www.revolution-computing.com/cran">CRAN</a><br />Download packages for R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://www.r-project.org/">R Project site</a><br />Information about the R project</li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Recommended Sites</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://flowingdata.com/">FlowingData</a><br />Modern data visualization</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://onertipaday.blogspot.com/">One R Tip A Day</a><br />Code examples for graphics and analysis</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://www.analyticbridge.com/group/rprojectandotherfreesoftwaretools">R Project group on analyticbridge.com</a><br />Community and discussion forum</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://www.stat.columbia.edu/~cook/movabletype/mlm/">Statistical Modeling, Causal Inference, and Social Science</a><br />Andrew Gelman's statistics blog</li> </ul> </div> </div> <div class="module-recent-comments module"> <h2 class="module-header">Recent Comments</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/because-its-friday-ash.html?cid=6a010534b1db25970b0134816a1446970c#comment-6a010534b1db25970b0134816a1446970c">Conrad Halling</a> on <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/because-its-friday-ash.html">Because it's Friday: Ash</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/because-its-friday-ash.html?cid=6a010534b1db25970b0134815d3b49970c#comment-6a010534b1db25970b0134815d3b49970c">nico</a> on <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/because-its-friday-ash.html">Because it's Friday: Ash</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ee1ad8ca970b#comment-6a010534b1db25970b0133ee1ad8ca970b">Jake</a> on <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/calling-all-tshirt-designers.html?cid=6a010534b1db25970b0133ee0b40a5970b#comment-6a010534b1db25970b0133ee0b40a5970b">Tal Galili</a> on <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/calling-all-tshirt-designers.html">Calling all T-shirt designers</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/parallel-computing-life-sciences.html?cid=6a010534b1db25970b0133ede2a8a3970b#comment-6a010534b1db25970b0133ede2a8a3970b">Tal Galili</a> on <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/parallel-computing-life-sciences.html">Parallel Computing with R for Life Sciences</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/baseball-harbinger.html?cid=6a010534b1db25970b01348109e853970c#comment-6a010534b1db25970b01348109e853970c">Joe Voelkel</a> on <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/baseball-harbinger.html">Winning the first game in a baseball series: a harbinger, or not?</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2009/01/10-tips-for-making-your-r-graphics-look-their-best.html?cid=6a010534b1db25970b0133edb7617f970b#comment-6a010534b1db25970b0133edb7617f970b">efemerain</a> on <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2009/01/10-tips-for-making-your-r-graphics-look-their-best.html">10 tips for making your R graphics look their best</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/04/r-and-the-next-big-thing.html?cid=6a010534b1db25970b0133ed8bfaaa970b#comment-6a010534b1db25970b0133ed8bfaaa970b">Tim</a> on <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/04/r-and-the-next-big-thing.html">R and the Next Big Thing</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2009/07/simple-scalable-parallel-computing-in-r.html?cid=6a010534b1db25970b013480b90ffe970c#comment-6a010534b1db25970b013480b90ffe970c">NS</a> on <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2009/07/simple-scalable-parallel-computing-in-r.html">Simple, scalable parallel computing in R</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/an-economist-explains-why-i-use-r.html?cid=6a010534b1db25970b013480b3150e970c#comment-6a010534b1db25970b013480b3150e970c">JD Long</a> on <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/an-economist-explains-why-i-use-r.html">An economist explains: Why I use R</a> </li> </ul> </div> </div> <div class="module-archives module"> <h2 class="module-header"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/archives.html">Archives</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/05/index.html">May 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/04/index.html">April 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/03/index.html">March 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/02/index.html">February 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2010/01/index.html">January 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2009/12/index.html">December 2009</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2009/11/index.html">November 2009</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2009/10/index.html">October 2009</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2009/09/index.html">September 2009</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/2009/08/index.html">August 2009</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Search Revolutions Blog</h2> <div class="typelist-plain module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-note"><form method="get" action="http://web.archive.org/web/20100523063224/http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <div style="background-color:white;"></div> <input type="text" name="q" size="18" maxlength="255" value="" /> <input type="submit" name="btnG" value=" Search Blog " /> <br /> <small> <input type="hidden" name="domains" value="blog.revolution-computing.com" /> <br /> <input type="hidden" name="sitesearch" value="blog.revolution-computing.com" checked="checked" /> <br /></small> </form> <!-- SiteSearch Google --></div></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header"><!-- Google Analytics Code --></h2> <div class="typelist-plain module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-note"><script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://web.archive.org/web/20100523063224/http://www/"); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-6984166-2"); pageTracker._trackPageview(); } catch(err) {}</script></div></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script src="http://web.archive.org/web/20100523063224js_/http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script> <script>mktoMunchkin("224-FMR-259");</script> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <SCRIPT TYPE='text/javascript' LANGUAGE='JavaScript' SRC='http://web.archive.org/web/20100523063224js_/http://blog.revolutionanalytics.com/elqNow/elqCfg.js'></script> <SCRIPT TYPE='text/javascript' LANGUAGE='JavaScript' SRC='http://web.archive.org/web/20100523063224js_/http://blog.revolutionanalytics.com/elqNow/elqImg.js'></script> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="http://web.archive.org/web/20100523063224/http://www.typepad.com//t/stats?blog_id=1774446&user_id=3164880&page=' + escape(location.href) + '&referrer=' + escape(document.referrer) + '&i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://web.archive.org/web/20100523063224js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qoptions = { tags:"typepad.extended" }; _qacct="p-fcYWUmj5YbYKM"; quantserve();</script> <noscript> <a href="http://web.archive.org/web/20100523063224/http://www.quantcast.com/p-fcYWUmj5YbYKM" target="_blank"><img src="http://web.archive.org/web/20100523063224im_/http://pixel.quantserve.com/pixel/p-fcYWUmj5YbYKM.gif?tags=typepad.extended" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <script type="text/javascript"> var captchaImgAttempts = 0; var allowAnonComments = '0'; var registrationRequired = 0; var registrationOptional = 0; var emailRequired = 1; var useAvatars = 0; var showSignInMessaging = 0; var jsonURL = "/.services/json-rpc"; var captchaSrc = "/.services/captcha?code_encrypted="; var alertCommentCannotBeBlank = "You can not leave an empty comment. Please enter some text in the Comment field."; var alertEditingExpired = "Sorry, you're no longer allowed to edit this comment. You may have taken too much time before submitting your edit or someone may have already replied to it."; var alertAuthorCannotBeBlank = "Name must not be blank."; var alertEmailCannotBeBlank = "Email Address must not be blank."; var alertAuthorAndEmailCannotBeBlank = "Name and email address are both required!"; var alertEmailIsInvalid = "The Email Address you entered is invalid. Please enter a valid email address."; var alertUnauthorizedAction = "The comments on this post are closed."; var msgPostReplyTo = "Reply to "; var msgInReplyTo = "In reply to "; var msgPostAComment = "Post a comment "; var atpCommentsPath = "/.shared/js/atpcomments_yui.js?v=5"; var hasChanged = 0; var hostName = ".revolutionanalytics.com"; var tp_comment_token = "1274596343-336588c2a0cf020b6565508a0a449b463058721b:3JZWnjAbyyp9Clh0"; var isPage = 1; var blog_xid = "6a010534b1db25970b010536040741970b"; var xid = ""; var injectCode = '<div id=\"comment-preview\" class=\"hiddenBox\">\n\t<h3 id=\"header-verify-comment\" class=\"comments-header hiddenBox\">Verify your Comment<\/h3>\n <h3 id=\"header-preview-comment\" class=\"comments-header hiddenBox\">Previewing your Comment<\/h3>\n\t<div class=\"comments-content\">\n\t\t<div class=\"comment\">\n\t\t\t<div id=\"comment-preview-content\" class=\"comment-content\">\n\t\t\t<\/div>\n\t\t\t<p class=\"comment-footer\">\n\t\t\t\tPosted by: \n\t\t\t\t<span id=\"comment-preview-author\"><\/span> | <span id=\"comment-preview-datetime\"><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div id=\"comment-preview-confirmation\" class=\"hiddenBox yellowBox\">\n <p>This is only a preview. Your comment has not yet been posted.<\/p>\n \t<form id=\"comment-preview-form\"\n \t\tmethod=\"post\"\n \t\tonsubmit=\"atpComments.interceptPost(); return false;\">\n\t\t<input type=\"submit\" name=\"post\" id=\"comment-confirm-post\" value=\" Post \" onclick=\"atpComments.interceptPost(); return false;\"/>\t\t \n\t\t<input type=\"submit\" name=\"edit\" id=\"comment-edit\" value=\"  Edit  \" onclick=\"atpComments.previewOnly(2); return false;\"/>\n <span id=\"previewFormSpinner\" class=\"hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n\t<\/form>\n<\/div>\n<div id=\"comment-error\" class=\"hiddenBox redBox\">\t \n Your comment could not be posted. Error type: <span id=\"comment-error-msg\"><\/span> \n<\/div>\t\n<div id=\"comment-complete\" class=\"hiddenBox yellowGreenBox\">\n Your comment has been posted. <a href=\"javascript:void 0;\" onclick=\"window.location.hash=\'#comment-form\';window.location.reload(false)\">Post another comment<\/a>\n<\/div>\t\n<div id=\"comment-captcha\" class=\"hiddenBox yellowBox\">\t\n <div id=\"captchaText\">\n\t <p id=\"captchaFailMsg\" class=\"captchaErrorText hiddenBox\">The letters and numbers you entered did not match the image. Please try again.<\/p>\t \t \n\t <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.<\/p>\n\t <p><span id=\"comment-captcha-viewalt\">Having trouble reading this image? <a href=\"#comment-captcha\" onClick=\"atpComments.generateCaptcha();\">View an alternate.<\/a><\/span><\/p>\n <\/div>\n <p class=\"\"><img id=\"captchaImg\" /><\/p>\t\t\n <form id=\"comment-captcha-form\" \n\t\t method=\"post\"\n\t\t onsubmit=\"atpComments.submitWithCaptcha(); return false;\">\n\t\t<input type=\"hidden\" name=\"captcha_chal\" id=\"comment-captcha-chal\" value=\"\" />\n <p>\n\t <input id=\"comment-captcha-text\" name=\"captcha_text\" size=\"10\" />\n <\/p>\n <p>\n <input type=\"submit\" name=\"continue\" id=\"captcha-continue\" value=\" Continue \" />\n <span id=\"captchaFormSpinner\" class=\"commentSpinner hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/p>\n <\/form>\n<\/div>\n'; var entryPermalink = "http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com//local-r-groups.html"; var inlineReply = document.createElement("div"); var commentFooterLinks; var commentHeader; var commentReplyXID; var commentReplyAuthor; var commentReplyComplete; var inlineReplyLoaded = 0; var commentFormNum = undefined; /* Deprecated but still exists in advanced template sets, so must be defined */ function xidToCommentPermalink (entryUrl, xid) { return entryUrl + "?cid=" + xid + "#comment-" + xid; } /* Deprecated advanced template functions */ function handleSubmit() { return true; }; function handleChange() { return true; }; </script> <script type="text/javascript" src="http://web.archive.org/web/20100523063224js_/http://blog.revolutionanalytics.com/.shared/js/yui/yuiloader-beta-min.js"></script> <script type="text/javascript" src="http://web.archive.org/web/20100523063224js_/http://blog.revolutionanalytics.com/.shared/js/atpcomments.js?v=5"></script> <!-- Blogside Toolbar --> <script type="text/javascript"> var TPToolbar = { src: "http://web.archive.org/web/20100523063224/http://www.typepad.com//services/toolbar?blog_id=6a010534b1db25970b010536040741970b&asset_id=6a010534b1db25970b011570112bbe970b&atype=Page&to=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&autofollowed=0", asset_xid: "6a010534b1db25970b011570112bbe970b", bookmarklet_uri: "http://web.archive.org/web/20100523063224/http://static.typepad.com//.shared/js/qp/loader-combined-min.js" }; var TYPEPAD___bookmarklet_domain = "http://web.archive.org/web/20100523063224/http://www.typepad.com//"; </script> <script type="text/javascript" src="http://web.archive.org/web/20100523063224js_/http://blog.revolutionanalytics.com/.shared/js/toolbar/blogside-toolbar-combined-min.js"></script> <!-- End Blogside Toolbar --> </body> </html> <!-- ph=1 --> <!-- nhm:from_kauri --> <!-- FILE ARCHIVED ON 6:32:24 May 23, 2010 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 14:59:55 Jun 8, 2012. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). -->
2010-08-06
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="News about R, statistics and the world of open source from the staff of REvolution Analytics" /> <link rel="stylesheet" href="http://web.archive.org/web/20100806001622cs_/http://blog.revolutionanalytics.com/styles.css?v=6" type="text/css" media="screen" /> <link rel="stylesheet" href="http://web.archive.org/web/20100806001622cs_/http://static.typepad.com/.shared:v25.4:typepad:en_us/themes/common/print.css" type="text/css" media="print" /> <link rel="alternate" type="application/atom+xml" title="Posts on 'Revolutions' (Atom)" href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 1.0)" href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 2.0)" href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "http://web.archive.org/web/20100806001622/http://www.typepad.com//"; </script> <script type="text/javascript" src="http://web.archive.org/web/20100806001622js_/http://static.typepad.com/.shared:v25.4:typepad:en_us/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js,/js/sixatrack-loader.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['t2._setAccount', 'UA-225723-36']); _gaq.push(['t2._setDomainName', 'none']); _gaq.push(['t2._setAllowLinker', true]); _gaq.push(['t2._setCustomVar', 1, 'Blog', '6a010534b1db25970b010536040741970b', 3]); _gaq.push(['t2._setCustomVar', 2, 'Page Type', 'Page', 3]); _gaq.push(['t2._trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://web.archive.org/web/20100806001622/http://www/') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel="alternate" type="application/atom+xml" title="Comments on 'Local R User Group Directory' (Atom)" href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Comments on 'Local R User Group Directory' (RSS 2.0)" href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups/comments/rss.xml" /> <title>Revolutions: Local R User Group Directory</title> <link rel="start" href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/" title="Home" /> </head> <body class="layout-two-column-right"> <!-- BEGIN WAYBACK TOOLBAR INSERT --> <script type="text/javascript" src="http://staticweb.archive.org/js/disclaim-element.js" ></script> <script type="text/javascript" src="http://staticweb.archive.org/js/graph-calc.js" ></script> <script type="text/javascript" src="http://staticweb.archive.org/jflot/jquery.min.js" ></script> <script type="text/javascript"> //<![CDATA[ var firstDate = 820454400000; var lastDate = 1356998399999; var wbPrefix = "http://web.archive.org/web/"; var wbCurrentUrl = "http:\/\/blog.revolutionanalytics.com\/local-r-groups.html"; var curYear = -1; var curMonth = -1; var yearCount = 18; var firstYear = 1996; var imgWidth=450; var yearImgWidth = 25; var monthImgWidth = 2; var trackerVal = "none"; var displayDay = "6"; var displayMonth = "Aug"; var displayYear = "2010"; var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]; function showTrackers(val) { if(val == trackerVal) { return; } if(val == "inline") { document.getElementById("displayYearEl").style.color = "#ec008c"; document.getElementById("displayMonthEl").style.color = "#ec008c"; document.getElementById("displayDayEl").style.color = "#ec008c"; } else { document.getElementById("displayYearEl").innerHTML = displayYear; document.getElementById("displayYearEl").style.color = "#ff0"; document.getElementById("displayMonthEl").innerHTML = displayMonth; document.getElementById("displayMonthEl").style.color = "#ff0"; document.getElementById("displayDayEl").innerHTML = displayDay; document.getElementById("displayDayEl").style.color = "#ff0"; } document.getElementById("wbMouseTrackYearImg").style.display = val; document.getElementById("wbMouseTrackMonthImg").style.display = val; trackerVal = val; } function getElementX2(obj) { var thing = jQuery(obj); if((thing == undefined) || (typeof thing == "undefined") || (typeof thing.offset == "undefined")) { return getElementX(obj); } return Math.round(thing.offset().left); } function trackMouseMove(event,element) { var eventX = getEventX(event); var elementX = getElementX2(element); var xOff = eventX - elementX; if(xOff < 0) { xOff = 0; } else if(xOff > imgWidth) { xOff = imgWidth; } var monthOff = xOff % yearImgWidth; var year = Math.floor(xOff / yearImgWidth); var yearStart = year * yearImgWidth; var monthOfYear = Math.floor(monthOff / monthImgWidth); if(monthOfYear > 11) { monthOfYear = 11; } // 1 extra border pixel at the left edge of the year: var month = (year * 12) + monthOfYear; var day = 1; if(monthOff % 2 == 1) { day = 15; } var dateString = zeroPad(year + firstYear) + zeroPad(monthOfYear+1,2) + zeroPad(day,2) + "000000"; var monthString = prettyMonths[monthOfYear]; document.getElementById("displayYearEl").innerHTML = year + 1996; document.getElementById("displayMonthEl").innerHTML = monthString; // looks too jarring when it changes.. //document.getElementById("displayDayEl").innerHTML = zeroPad(day,2); var url = wbPrefix + dateString + '/' + wbCurrentUrl; document.getElementById('wm-graph-anchor').href = url; //document.getElementById("wmtbURL").value="evX("+eventX+") elX("+elementX+") xO("+xOff+") y("+year+") m("+month+") monthOff("+monthOff+") DS("+dateString+") Moy("+monthOfYear+") ms("+monthString+")"; if(curYear != year) { var yrOff = year * yearImgWidth; document.getElementById("wbMouseTrackYearImg").style.left = yrOff + "px"; curYear = year; } if(curMonth != month) { var mtOff = year + (month * monthImgWidth) + 1; document.getElementById("wbMouseTrackMonthImg").style.left = mtOff + "px"; curMonth = month; } } //]]> </script> <style type="text/css">body{margin-top:0!important;padding-top:0!important;min-width:800px!important;}#wm-ipp a:hover{text-decoration:underline!important;}</style> <div id="wm-ipp" style="display:none; position:relative;padding:0 5px;min-height:70px;min-width:800px; z-index:9000;"> <div id="wm-ipp-inside" style="position:fixed;padding:0!important;margin:0!important;width:97%;min-width:780px;border:5px solid #000;border-top:none;background-image:url(http://staticweb.archive.org/images/toolbar/wm_tb_bk_trns.png);text-align:center;-moz-box-shadow:1px 1px 3px #333;-webkit-box-shadow:1px 1px 3px #333;box-shadow:1px 1px 3px #333;font-size:11px!important;font-family:'Lucida Grande','Arial',sans-serif!important;"> <table style="border-collapse:collapse;margin:0;padding:0;width:100%;"><tbody><tr> <td style="padding:10px;vertical-align:top;min-width:110px;"> <a href="http://wayback.archive.org/web/" title="Wayback Machine home page" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wayback-toolbar-logo.png" alt="Wayback Machine" width="110" height="39" border="0"/></a> </td> <td style="padding:0!important;text-align:center;vertical-align:top;width:100%;"> <table style="border-collapse:collapse;margin:0 auto;padding:0;width:570px;"><tbody><tr> <td style="padding:3px 0;" colspan="2"> <form target="_top" method="get" action="http://wayback.archive.org/web/form-submit.jsp" name="wmtb" id="wmtb" style="margin:0!important;padding:0!important;"><input type="text" name="url" id="wmtbURL" value="http://blog.revolutionanalytics.com/local-r-groups.html" style="width:400px;font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;" onfocus="javascript:this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20100806001622" /><input type="submit" value="Go" style="font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;margin-left:5px;" /><span id="wm_tb_options" style="display:block;"></span></form> </td> <td style="vertical-align:bottom;padding:5px 0 0 0!important;" rowspan="2"> <table style="border-collapse:collapse;width:110px;color:#99a;font-family:'Helvetica','Lucida Grande','Arial',sans-serif;"><tbody> <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR --> <tr style="width:110px;height:16px;font-size:10px!important;"> <td style="padding-right:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="23 May 2010"><strong>MAY</strong></a> </td> <td id="displayMonthEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight:bold;text-transform:uppercase;width:34px;height:15px;padding-top:1px;text-align:center;" title="You are here: 0:16:22 Aug 6, 2010">AUG</td> <td style="padding-left:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;white-space:nowrap;overflow:visible;" nowrap="nowrap"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="11 Jun 2011"><strong>JUN</strong></a> </td> </tr> <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR --> <tr> <td style="padding-right:9px;white-space:nowrap;overflow:visible;text-align:right!important;vertical-align:middle!important;" nowrap="nowrap"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html" title="6:32:24 May 23, 2010" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wm_tb_prv_on.png" alt="Previous capture" width="14" height="16" border="0" /></a> </td> <td id="displayDayEl" style="background:#000;color:#ff0;width:34px;height:24px;padding:2px 0 0 0;text-align:center;font-size:24px;font-weight: bold;" title="You are here: 0:16:22 Aug 6, 2010">6</td> <td style="padding-left:9px;white-space:nowrap;overflow:visible;text-align:left!important;vertical-align:middle!important;" nowrap="nowrap"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html" title="8:55:43 Jun 11, 2011" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wm_tb_nxt_on.png" alt="Next capture" width="14" height="16" border="0"/></a> </td> </tr> <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR --> <tr style="width:110px;height:13px;font-size:9px!important;"> <td style="padding-right:9px;font-size:11px!important;font-weight: bold;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap"> 2009 </td> <td id="displayYearEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight: bold;padding-top:1px;width:34px;height:13px;text-align:center;" title="You are here: 0:16:22 Aug 6, 2010">2010</td> <td style="padding-left:9px;font-size:11px!important;font-weight: bold;white-space:nowrap;overflow:visible;" nowrap="nowrap"> 2011 </td> </tr> </tbody></table> </td> </tr> <tr> <td style="vertical-align:middle;padding:0!important;"> <a href="http://wayback.archive.org/web/20100806001622*/http://blog.revolutionanalytics.com/local-r-groups.html" style="color:#33f;font-size:11px;font-weight:bold;background-color:transparent;border:none;" title="See a list of every capture for this URL"><strong>4 captures</strong></a> <div style="margin:0!important;padding:0!important;color:#666;font-size:9px;padding-top:2px!important;white-space:nowrap;" title="Timespan for captures of this URL">23 May 10 - 15 Jul 11</div> </td> <td style="padding:0!important;"> <a style="position:relative; white-space:nowrap; width:450px;height:27px;" href="" id="wm-graph-anchor"> <div id="wm-ipp-sparkline" style="position:relative; white-space:nowrap; width:450px;height:27px;background-color:#fff;cursor:pointer;border-right:1px solid #ccc;" title="Explore captures for this URL"> <img id="sparklineImgId" style="position:absolute; z-index:9012; top:0px; left:0px;" onmouseover="showTrackers('inline');" onmouseout="showTrackers('none');" onmousemove="trackMouseMove(event,this)" alt="sparklines" width="450" height="27" border="0" src="http://wayback.archive.org/web/jsp/graph.jsp?graphdata=450_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000000000000_2009:-1:000000000000_2010:7:000010010000_2011:-1:000001100000_2012:-1:000000000000"></img> <img id="wbMouseTrackYearImg" style="display:none; position:absolute; z-index:9010;" width="25" height="27" border="0" src="http://staticweb.archive.org/images/toolbar/transp-yellow-pixel.png"></img> <img id="wbMouseTrackMonthImg" style="display:none; position:absolute; z-index:9011; " width="2" height="27" border="0" src="http://staticweb.archive.org/images/toolbar/transp-red-pixel.png"></img> </div> </a> </td> </tr></tbody></table> </td> <td style="text-align:right;padding:5px;width:65px;font-size:11px!important;"> <a href="javascript:;" onclick="document.getElementById('wm-ipp').style.display='none';" style="display:block;padding-right:18px;background:url(http://staticweb.archive.org/images/toolbar/wm_tb_close.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;margin-bottom:23px;background-color:transparent;border:none;" title="Close the toolbar">Close</a> <a href="http://faq.web.archive.org/" style="display:block;padding-right:18px;background:url(http://staticweb.archive.org/images/toolbar/wm_tb_help.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;background-color:transparent;border:none;" title="Get some help using the Wayback Machine">Help</a> </td> </tr></tbody></table> </div> </div> <script type="text/javascript"> var wmDisclaimBanner = document.getElementById("wm-ipp"); if(wmDisclaimBanner != null) { disclaimElement(wmDisclaimBanner); } </script> <!-- END WAYBACK TOOLBAR INSERT --> <div id="container"> <div id="container-inner" class="pkg"> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/" accesskey="1">Revolutions</a></h1> <h2 id="banner-description"> News about R, statistics and the world of open source from the staff of <a href="http://web.archive.org/web/20100806001622/http://www.revolutionanalytics.com/">Revolution Analytics</a> </h2> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- page --> <div class="entry-author-david_smith entry-type-page entry" id="entry-65315573"> <h3 class="entry-header">Local R User Group Directory</h3> <div class="entry-content"> <div class="entry-body"> <p>Looking for R users in your area to meet, interact with, and share ideas? Why not join your local R User Group? </p> <p>Here's a directory of the local R user groups we're aware of.  If you know of a group not listed here, or need information on how to set up your own R user group, please contact <a href="mailto:community@revolutionanalytics.com">community@revolutionanalytics.com</a>, or post in the comments below.</p> <p><strong><span style="font-size: 15px; font-family: Trebuchet MS;">AUSTRALIA</span></strong><br><strong><br>Canberra</strong>: <a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/Canberra-R-Users-Group/">Canberra R Users Group</a> (CANRUG) </p> <p><strong>Melbourne: </strong><a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/MelbURN-Melbourne-Users-of-R-Network/">Melbourne Users of R Network</a> (MelbURN)</p><p><strong>Sydney</strong>: <a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/R-Users-Sydney/">Sydney Users of R Forum</a> (SURF)</p> <p><span style="font-size: 15px; font-weight: bold; line-height: 18px;"><span style="font-size: 13px; font-weight: normal; line-height: 15px;"></span></span></p> <p><span style="font-size: 15px; font-weight: bold;">CANADA</span></p> <p><span style="font-size: 15px; font-weight: bold; line-height: 18px;"><span style="font-size: 13px; font-weight: normal; line-height: 15px;"></span></span></p> <p><span style="font-weight: bold;">Ottawa:</span> <a href="http://web.archive.org/web/20100806001622/https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa">Ottawa Gatineau R Users Group</a></p> <p></p> <p><span style="font-size: 15px; font-weight: bold; line-height: 18px;"><span style="font-size: 13px; font-weight: normal; line-height: 15px;"></span></span></p> <p><font size="4"><span style="font-size: 15px; line-height: 18px;"><strong>CHINA</strong></span></font></p> <p><font size="4"><span style="font-size: 15px;"><span style="font-size: small; line-height: 15px; ">Financial R User's Group: <a href="http://web.archive.org/web/20100806001622/http://www.goldenbug.net/category/%E6%8A%80%E6%9C%AF%E4%B8%93%E9%A2%98/R/">Looking for golden bugs</a></span></span></font></p> <p><font size="4"><span style="font-size: 15px;"><strong><span style="font-size: small; line-height: 15px; "></span>EUROPE</strong></span></font></p> <p><strong>Finland: </strong><a href="http://web.archive.org/web/20100806001622/http://bioinformatics.utu.fi/seura/index_en.html">Finnish Society for Bioinformatics</a></p> <p><strong><span style="font-weight: normal; "><strong>France (Paris)</strong>: <a href="http://web.archive.org/web/20100806001622/http://www.mnhn.fr/semin-r/" style="color: blue !important; text-decoration: underline !important; cursor: text !important; ">Semin-R</a></span></strong></p> <p><strong>France (Montpellier): </strong><a href="http://web.archive.org/web/20100806001622/http://forums.cirad.fr/logiciel-R/index.php">Groupe des utilisateurs du logiciel R</a></p> <p><strong>Germany (Kassel): </strong><a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/Kassel-useR-Group/">Kasseler useR Group</a></p> <p><strong><span style="font-weight: normal; "><a href="http://web.archive.org/web/20100806001622/http://www.mnhn.fr/semin-r/" style="color: blue !important; text-decoration: underline !important; cursor: text !important; "></a></span>Germany (Southwest): </strong><a href="http://web.archive.org/web/20100806001622/http://rusergroup-de-sw.mixxt.de/">R User Group DE-Südwest</a></p> <p><strong>Germany (North): </strong>R im Norden (email <a href="mailto:feldmann@qa-gmbh.de">Rainer Feldmann</a>)</p> <p><strong>Italy (Padua)</strong>: <a href="http://web.archive.org/web/20100806001622/http://groups.google.com/group/rante">Italy-RUG</a> (Rante)</p> <p><strong>Poland (Warsaw/Wroclaw)</strong>: <a href="http://web.archive.org/web/20100806001622/http://www.biecek.pl/WZUR" style="color: blue !important; text-decoration: underline !important; cursor: text !important; "><span style="font-weight: normal;">Annual Polish R User Group Meeting</span></a></p> <p><strong>Slovenia (Ljubljana)</strong> <a href="http://web.archive.org/web/20100806001622/http://groups.google.com/group/rkoholiki">Anonymous Rcoholics</a></p> <p><strong>Switzerland (Basel):</strong> <a href="http://web.archive.org/web/20100806001622/http://www.baselr.org/">BaselR</a></p> <p><span style="font-size: 13px; font-weight: bold; ">UK (London): <span style="font-weight: normal;"><a href="http://web.archive.org/web/20100806001622/http://www.londonr.org/">LondonR</a></span></span></p> <p></p> <p><span style="font-family: 'Lucida Grande',Verdana,Lucida,Helvetica,Arial,sans-serif; line-height: normal;"></span></p><p style="margin: 0px 0px 1em; padding: 0px;"><span style="line-height: 18px; font-size: 15px; "><strong>ISRAEL</strong></span></p> <p><font size="4"><span style="font-size: 15px;"><span style="font-family: 'Lucida Grande', Verdana, Lucida, Helvetica, Arial, sans-serif; font-size: 13px; line-height: normal; font-weight: bold; ">Tel Aviv: </span><a href="http://web.archive.org/web/20100806001622/http://groups.google.com/group/israel-r-user-group">Israel R User Group</a></span></font></p> <p><span style="font-size: 15px; font-weight: bold;">JAPAN</span></p> <p></p> <p>><strong>Nagoya</strong>: <a href="http://web.archive.org/web/20100806001622/http://corpus-study.info/nagoyar">Nagoya.R</a></p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';"><span style="font-size: 13px; font-weight: normal; line-height: 15px;"><span style="font-weight: bold;">Osaka: </span><a href="http://web.archive.org/web/20100806001622/http://m884.jp/Osaka.R/">Osaka.R</a></span></span></p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';"><span style="font-size: 13px; font-weight: normal; line-height: 15px;"><span style="font-weight: bold;">Tsukuba:</span> <a href="http://web.archive.org/web/20100806001622/http://wiki.livedoor.jp/syou6162/">Tsukuba.R</a></span></span></p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';"><span style="font-size: 13px; font-weight: normal; line-height: 15px;"><a href="http://web.archive.org/web/20100806001622/https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa" style="color: blue; text-decoration: underline; cursor: pointer;"></a></span>South America</span></p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS', Verdana, sans-serif; font-weight: normal; line-height: 15px; font-size: small; "><span style="font-weight: bold; ">Uruguay: </span></span></span><a href="http://web.archive.org/web/20100806001622/https://sites.google.com/site/grupousuariosruruguay/">Grupo de Usuarios de R en Uruguay (GURU)</a><span style="font-family: 'Trebuchet MS'; line-height: 18px; font-size: 15px; font-weight: bold; "><span style="font-family: 'Trebuchet MS', Verdana, sans-serif; font-weight: normal; line-height: 15px; font-size: small; "></span></span></p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';">USA</span></p> <p><span style="font-weight: bold;">Atlanta, GA: </span><a href="http://web.archive.org/web/20100806001622/http://groups.google.com/group/atlanta-r-users">Atlanta R User's Group</a></p> <p><strong>Boston, MA: </strong><a href="http://web.archive.org/web/20100806001622/http://groups.google.com/group/new-england-r-users?hl=en">New England R User's Group</a></p> <p><a href="http://web.archive.org/web/20100806001622/http://groups.google.com/group/atlanta-r-users"></a><strong>Chicago, IL</strong>: <a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/ChicagoRUG/">Chicago R Users Group</a><br><span style="font-weight: bold;"><br>Dallas, TX: </span><a href="http://web.archive.org/web/20100806001622/http://tech.groups.yahoo.com/group/Dallas_RUG/">Dallas R Users Group</a></p> <p><span style="font-weight: bold;">Greencastle, IN: </span><a href="http://web.archive.org/web/20100806001622/http://fs6.depauw.edu:50080/%7Ehanson/R-pages/R%40DPU.html">R users at DePauw University</a><br><span style="font-weight: bold;"><br>Houston, TX: </span>Coming Soon (sign up to the <a href="http://web.archive.org/web/20100806001622/http://groups.google.com/group/houston-r">mailing list</a> for announcements)</p> <p><span style="font-weight: bold;">Los Angeles, CA: </span><a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/LAarea-R-usergroup/">Los Angeles Area R Users Group</a></p> <p><strong>Madison, WI: <span style="font-weight: normal;"><a href="http://web.archive.org/web/20100806001622/http://groups.google.com/group/maduser">Madison Area R Users Group</a></span></strong></p> <p><span style="font-weight: bold;">New York</span>, <strong>NY</strong>: <a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/nyhackr/">UseR New York</a> ; <a href="http://web.archive.org/web/20100806001622/http://groups.google.com/group/columbiaR">Columbia R Statistical Programming Group</a></p> <p><strong>Pasadena, CA: </strong><a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/Research-Methods-and-Analytics/">Research Methods and Analytics (R is a main topic)</a></p> <p><strong>Philadelphia, PA</strong>: <a href="http://web.archive.org/web/20100806001622/http://phillyr.ning.com/">Philadelphia UseR Group</a></p> <p><strong>Portland, OR: </strong><a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/portland-r-user-group">Portland R User Group</a></p><p><strong>Salt Lake City, UT: </strong><a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Salt Lake R/Processing/Weka Users Group</a></p> <p><strong>San Diego, CA</strong>: <a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/San-Diego-R-users-group">San Diego R Users Group</a></p> <p><span style="font-weight: bold;">San Francisco / Bay Area</span>, <strong>CA</strong>: <a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/R-Users/">Bay Area R Users Group</a></p> <p><strong>Seattle, WA: </strong><a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/Seattle-useR/">Seattle UseR Group</a></p> <p><strong>Washington, DC</strong>: <a href="http://web.archive.org/web/20100806001622/http://www.meetup.com/R-users-DC">DC UseR Group</a></p> <p><br><strong><span style="font-size: 15px; font-family: Trebuchet MS;">GROUPS WANTED</span><br></strong><br>The following cities don't have an R user group yet, but we've had requests for information if you want to start one up:</p> <ul> <li>Portland OR, USA (there is a local <a href="http://web.archive.org/web/20100806001622/http://groups.google.com/group/pdx-visualization">data visualization group</a>)</li> <li>Burlington VT, USA</li> <li>Denver CO, USA</li> <li>Baton Rouge LA, USA</li> <li><span>Dublin, Ireland</span> </li> <li><span>Zurich, Switzerland</span> </li> <li><span>Amsterdam, Netherlands</span> </li> <li>Durbin, South Africa</li> </ul> <span>Post a comment below</span> to connect with other R users and start a new group in your area. You can also register interest for a new <a href="http://web.archive.org/web/20100806001622/http://r-users-group.meetup.com/">R User Group in your area</a> at meetup.com.<br><ul> </ul> <strong><br><span style="font-size: 15px; font-family: Trebuchet MS;">OTHER RESOURCES FOR FINDING LOCAL R USERS</span></strong><p><span><strong>En Español</strong>: Spanish-speaking R users can check on the mailing list <a href="http://web.archive.org/web/20100806001622/https://stat.ethz.ch/mailman/listinfo/r-help-es">r-help-es</a>.</span></p> <p><strong>W Polski</strong>: Polish R users forum: <a href="http://web.archive.org/web/20100806001622/https://www.im.uj.edu.pl/gur/">Grupa użytkowników R</a>.</p> <p><strong>South Asia</strong>: <a href="http://web.archive.org/web/20100806001622/http://groups.google.co.in/group/r-sa">R South Asia</a>, a mailing list to promote and discuss R in South Asia.</p> <p>There is a list of <a href="http://web.archive.org/web/20100806001622/http://rwiki.sciviews.org/doku.php?id=rugs:r_user_groups">R User Groups</a> at the R Wiki.</p> <p>There is a list of <a href="http://web.archive.org/web/20100806001622/http://r-users-group.meetup.com/">R User Groups</a> on meetup.com.</p> </div> </div> </div> <a id="comments"></a> <div class="comments"> <h3 class="comments-header">Comments</h3> <div class="comments-info"> <p><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml"><img src="http://web.archive.org/web/20100806001622im_/http://static.typepad.com/.shared:v25.4:typepad:en_us/images/feed.png" alt="Feed" width="10" height="10" /></a> You can follow this conversation by subscribing to the <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml">comment feed</a> for this post.</p> </div> <div class="comments-content" id="comments-content"> <!-- comment list --><a id="c6a010534b1db25970b0120a542bba7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a542bba7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a542bba7970c-content"> <span id="comment-6a010534b1db25970b0120a542bba7970c-content"><p>A user group in Amsterdam, NL?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.cs.vu.nl/~rpremraj" href="http://web.archive.org/web/20100806001622/http://www.cs.vu.nl/~rpremraj">Rahul Premraj</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a542bba7970c#comment-6a010534b1db25970b0120a542bba7970c">August 12, 2009 at 15:06</a> </p> </div><a id="c6a010534b1db25970b0120a4ff1120970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a4ff1120970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a4ff1120970b-content"> <span id="comment-6a010534b1db25970b0120a4ff1120970b-content"><p>Anyone interested in Dublin, Ireland R group?</p></span> </div> <p class="comment-footer"> Posted by: Anthony Staines | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a4ff1120970b#comment-6a010534b1db25970b0120a4ff1120970b">August 17, 2009 at 14:51</a> </p> </div><a id="c6a010534b1db25970b0120a5ac7de3970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5ac7de3970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5ac7de3970b-content"> <span id="comment-6a010534b1db25970b0120a5ac7de3970b-content"><p>I am trying to organize a R User Group for Germany (Southwest) with meetings in Mannheim or Heidelberg, maybe also Stuttgart, Karlsruhe, Frankfurt (later). </p> <p>I just created an initial group collaboration site at http://rug-sw.qlubb.com/public. To join this group click on the button "Request to join this Qlubb" at the upper right of the page (Joining may take a while as it has to be manually approved, sorry). </p> <p>Please join or leave your address even if you're not from the exact region. Maybe you will find other people from your region this way. </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://rug-sw.qlubb.com/public" href="http://web.archive.org/web/20100806001622/http://rug-sw.qlubb.com/public">Friedrich Schuster</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5ac7de3970b#comment-6a010534b1db25970b0120a5ac7de3970b">September 30, 2009 at 03:58</a> </p> </div><a id="c6a010534b1db25970b0120a5bde33b970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a5bde33b970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5bde33b970b-content"> <span id="comment-6a010534b1db25970b0120a5bde33b970b-content"><p>Hi Anthony,<br /> I'm interested in organizing an R group in Berlin. It'd be an English speaking group.</p></span> </div> <p class="comment-footer"> Posted by: J | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5bde33b970b#comment-6a010534b1db25970b0120a5bde33b970b">October 05, 2009 at 05:52</a> </p> </div><a id="c6a010534b1db25970b0120a6218320970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a6218320970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6218320970c-content"> <span id="comment-6a010534b1db25970b0120a6218320970c-content"><p>Hello R users in Northern Germany! <br /> This is the initial step to set up the R user group in the Northern part of Germany: "R im Norden" (RiN). The objective of this group is to establish a local forum for R users - beginner to advanced. You can meet with other users of the R Programming Language and learn and share tricks and techniques from and with other users. <br /> Please send a short mail indicating your interests to Rainer Feldmann: feldmann@qa-gmbh.de. </p> <p>Kind Regards<br /> Rainer</p></span> </div> <p class="comment-footer"> Posted by: Raienr Feldmann | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6218320970c#comment-6a010534b1db25970b0120a6218320970c">October 07, 2009 at 12:27</a> </p> </div><a id="c6a010534b1db25970b0120a6238e53970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a6238e53970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6238e53970c-content"> <span id="comment-6a010534b1db25970b0120a6238e53970c-content"><p>Hello, </p> <p>The Spanish-speaking R users group is organizing the 1st R conferences in Spain.</p> <p>We will try to create work teams and an organized users group.</p> <p>You can subscribe and send talk proposals here: www.ereros.org</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ereros.org" href="http://web.archive.org/web/20100806001622/http://www.ereros.org/">Patricia García</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6238e53970c#comment-6a010534b1db25970b0120a6238e53970c">October 08, 2009 at 02:16</a> </p> </div><a id="c6a010534b1db25970b0120a5e595ec970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5e595ec970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5e595ec970b-content"> <span id="comment-6a010534b1db25970b0120a5e595ec970b-content"><p>Anyone interested in an R Users group in Seattle WA (Eastside in particular)?</p></span> </div> <p class="comment-footer"> Posted by: Carolyn Johnston | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5e595ec970b#comment-6a010534b1db25970b0120a5e595ec970b">October 14, 2009 at 10:10</a> </p> </div><a id="c6a010534b1db25970b0120a61312e4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a61312e4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a61312e4970b-content"> <span id="comment-6a010534b1db25970b0120a61312e4970b-content"><p>Hi there - Anyone interested in starting a group in the Boston area?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ramakrishnan.com" href="http://web.archive.org/web/20100806001622/http://www.ramakrishnan.com/">Rama Ramakrishnan</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a61312e4970b#comment-6a010534b1db25970b0120a61312e4970b">October 22, 2009 at 09:37</a> </p> </div><a id="c6a010534b1db25970b012875a06a20970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012875a06a20970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875a06a20970c-content"> <span id="comment-6a010534b1db25970b012875a06a20970c-content"><p>Rainer for RiN</p> <p>Ivailo Partchev (University of Jena) asked us to inform you about a online workshop on "Statistical Programming in R", he will hold in Jena on November 21 and 22, 2009. For more information and registration: http://www.metheval.uni-jena.de.</p> <p>Kind Regards<br /> Rainer<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.qa-gmbh.de" href="http://web.archive.org/web/20100806001622/http://www.qa-gmbh.de/">Rainer Feldmann</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875a06a20970c#comment-6a010534b1db25970b012875a06a20970c">November 14, 2009 at 05:16</a> </p> </div><a id="c6a010534b1db25970b012875bcdc84970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012875bcdc84970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875bcdc84970c-content"> <span id="comment-6a010534b1db25970b012875bcdc84970c-content"><p>Italy, Padova<br /> http://www.rante.org/ </p> <p>We are an association that promotes knowledge sharing and the use of open source tools in Italy. As a part of our activities, together with other people (scholars, consultants, R-lovers and so on), we are setting up a R-user group in Italy. Our headquarter is located in Padova, where also the University (Department of Statistical Sciences) mantains a CRAN Mirror. Our initial aims are : - to promote the use of R across public institutions, private companies and no-profit organisations - to collect and disseminate R materials (primers, tutorials, lectures) through our website for making them immediately available to different communities - to organise events and lectures to spread R use across our territory </p> <p>Everyone who is interested in joining and helping us is really welcome. </p> <p>You can contact us at info@rante.org <br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rante.org" href="http://web.archive.org/web/20100806001622/http://www.rante.org/">Dario Solari</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875bcdc84970c#comment-6a010534b1db25970b012875bcdc84970c">November 20, 2009 at 06:37</a> </p> </div><a id="c6a010534b1db25970b0120a73024d1970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a73024d1970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a73024d1970b-content"> <span id="comment-6a010534b1db25970b0120a73024d1970b-content"><p>Also interested in a Seattle-area group.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rapidbiologics.com" href="http://web.archive.org/web/20100806001622/http://www.rapidbiologics.com/">Mark Seligman</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a73024d1970b#comment-6a010534b1db25970b0120a73024d1970b">December 08, 2009 at 13:27</a> </p> </div><a id="c6a010534b1db25970b01287647ee86970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01287647ee86970c"> <div class="comment-content" id="comment-6a010534b1db25970b01287647ee86970c-content"> <span id="comment-6a010534b1db25970b01287647ee86970c-content"><p>Hi I'm Scott from Denver, Colorado. Very new to R, but interested in starting an R group here in the Denver/Boulder area. I have a core group of users (~25) medical/biostatistical researchers that use various functions on various projects. Any information and materials you could send me would be great. We are all currently SAS users willing to learn a new language. </p></span> </div> <p class="comment-footer"> Posted by: Scott Sibbel | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01287647ee86970c#comment-6a010534b1db25970b01287647ee86970c">December 11, 2009 at 14:05</a> </p> </div><a id="c6a010534b1db25970b012876483316970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876483316970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876483316970c-content"> <span id="comment-6a010534b1db25970b012876483316970c-content"><p>Hi Scott. I'll send you a document with tips on how to start up a user group (one of these days I'll get around to making it into a blog post).</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolution-computing.com" href="http://web.archive.org/web/20100806001622/http://www.revolution-computing.com/">David Smith</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876483316970c#comment-6a010534b1db25970b012876483316970c">December 11, 2009 at 15:21</a> </p> </div><a id="c6a010534b1db25970b0120a7a3a244970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7a3a244970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7a3a244970b-content"> <span id="comment-6a010534b1db25970b0120a7a3a244970b-content"><p>Hi <br /> Im in Durban, South Africa and am keen to meet with other R users in the area. </p></span> </div> <p class="comment-footer"> Posted by: Michael Chadbourne | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7a3a244970b#comment-6a010534b1db25970b0120a7a3a244970b">January 04, 2010 at 11:26</a> </p> </div><a id="c6a010534b1db25970b0120a7c355b4970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a7c355b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7c355b4970b-content"> <span id="comment-6a010534b1db25970b0120a7c355b4970b-content"><p>Hi there<br /> I would also be interested in a R group for Dublin,IE.<br /> Regards<br /> Kevin O'Brien.</p></span> </div> <p class="comment-footer"> Posted by: Kevin O'Brien | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7c355b4970b#comment-6a010534b1db25970b0120a7c355b4970b">January 11, 2010 at 07:37</a> </p> </div><a id="c6a010534b1db25970b012876d1ffd2970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876d1ffd2970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876d1ffd2970c-content"> <span id="comment-6a010534b1db25970b012876d1ffd2970c-content"><p>Hi, <br /> I would be interested in an R group in Baton Rouge, Louisiana, USA.</p> <p>Daniel Ence</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1" href="http://web.archive.org/web/20100806001622/http://sites.google.com/site/carstenslabsite/home/daniel-ence-1">Daniel Ence</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876d1ffd2970c#comment-6a010534b1db25970b012876d1ffd2970c">January 13, 2010 at 14:18</a> </p> </div><a id="c6a010534b1db25970b012876e708ba970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876e708ba970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876e708ba970c-content"> <span id="comment-6a010534b1db25970b012876e708ba970c-content"><p>I am keen to meet other R users in Brussels. If anyone is interested let me know. Would also actively support the establiment of such a group. </p></span> </div> <p class="comment-footer"> Posted by: Alexis-Michel Mugabushaka | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876e708ba970c#comment-6a010534b1db25970b012876e708ba970c">January 17, 2010 at 12:26</a> </p> </div><a id="c6a010534b1db25970b0120a7ee4b07970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7ee4b07970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7ee4b07970b-content"> <span id="comment-6a010534b1db25970b0120a7ee4b07970b-content"><p>St. Louis anyone?</p></span> </div> <p class="comment-footer"> Posted by: Alex | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7ee4b07970b#comment-6a010534b1db25970b0120a7ee4b07970b">January 19, 2010 at 13:11</a> </p> </div><a id="c6a010534b1db25970b012876f16112970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876f16112970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f16112970c-content"> <span id="comment-6a010534b1db25970b012876f16112970c-content"><p>Any interest in a UseR group in Philadelphia?</p></span> </div> <p class="comment-footer"> Posted by: Alex Mc | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f16112970c#comment-6a010534b1db25970b012876f16112970c">January 19, 2010 at 13:32</a> </p> </div><a id="c6a010534b1db25970b012876f1a277970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876f1a277970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f1a277970c-content"> <span id="comment-6a010534b1db25970b012876f1a277970c-content"><p>I would be interested in a Philadelphia UseR group.<br /> leipzig@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://jermdemo.blogspot.com" href="http://web.archive.org/web/20100806001622/http://jermdemo.blogspot.com/">Jeremy Leipzig</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f1a277970c#comment-6a010534b1db25970b012876f1a277970c">January 19, 2010 at 14:35</a> </p> </div><a id="c6a010534b1db25970b0128770154d4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0128770154d4970c"> <div class="comment-content" id="comment-6a010534b1db25970b0128770154d4970c-content"> <span id="comment-6a010534b1db25970b0128770154d4970c-content"><p>Hi! Anyone interested in a UseR group in Toronto, Ontario, Canada?</p></span> </div> <p class="comment-footer"> Posted by: Kate | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0128770154d4970c#comment-6a010534b1db25970b0128770154d4970c">January 22, 2010 at 11:27</a> </p> </div><a id="c6a010534b1db25970b0133ec7af129970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ec7af129970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ec7af129970b-content"> <span id="comment-6a010534b1db25970b0133ec7af129970b-content"><p>I'm also interested in joining or starting an R users group in the Boston. Please contact me at michaeljboucher@gmail.com</p> <p>Regards,</p> <p>Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike Boucher | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ec7af129970b#comment-6a010534b1db25970b0133ec7af129970b">April 05, 2010 at 14:08</a> </p> </div><a id="c6a010534b1db25970b0134808741df970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0134808741df970c"> <div class="comment-content" id="comment-6a010534b1db25970b0134808741df970c-content"> <span id="comment-6a010534b1db25970b0134808741df970c-content"><p>We have a group names as "Research Methods and Analytics", but with R as a main topic, and we are in Pasadena.</p> <p>see http://www.meetup.com/Research-Methods-and-Analytics/ </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Research-Methods-and-Analytics/" href="http://web.archive.org/web/20100806001622/http://www.meetup.com/Research-Methods-and-Analytics/">Alex</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0134808741df970c#comment-6a010534b1db25970b0134808741df970c">May 06, 2010 at 10:48</a> </p> </div><a id="c6a010534b1db25970b0133ee1ad8ca970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ee1ad8ca970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"> <span id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"><p>I've just started an R users group in Salt Lake City, UT. Anybody in the neighborhood, please join us!</p> <p>http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/" href="http://web.archive.org/web/20100806001622/http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Jake</a> | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ee1ad8ca970b#comment-6a010534b1db25970b0133ee1ad8ca970b">May 20, 2010 at 15:10</a> </p> </div><a id="c6a010534b1db25970b0133f11b2812970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f11b2812970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f11b2812970b-content"> <span id="comment-6a010534b1db25970b0133f11b2812970b-content"><p>I'd like to see a Minneapolis useR group...</p></span> </div> <p class="comment-footer"> Posted by: Aaron | <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f11b2812970b#comment-6a010534b1db25970b0133f11b2812970b">June 15, 2010 at 11:23</a> </p> </div> </div> <div class="pager-bottom pager-comments pager content-nav"> <div class="pager-inner"> <span class="pager-right"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups/comments/page/2/#comments"><span class="pager-label">Next</span> <span class="chevron">»</span></a> </span> </div> </div> </div> <!-- comment-form-atp --> <div id="atp-comments"> <div id="comment-preview" class="hiddenBox"> <h3 id="header-verify-comment" class="comments-header hiddenBox">Verify your Comment</h3> <h3 id="header-preview-comment" class="comments-header hiddenBox">Previewing your Comment</h3> <div class="comments-content"> <div class="comment"> <div id="comment-preview-content" class="comment-content"> </div> <p class="comment-footer"> Posted by: <span id="comment-preview-author"></span> | <span id="comment-preview-datetime"></span> </p> </div> </div> </div> <div id="comment-preview-confirmation" class="hiddenBox yellowBox"> <p>This is only a preview. Your comment has not yet been posted.</p> <form id="comment-preview-form" method="post" onsubmit="atpComments.interceptPost(); return false;"> <input type="submit" name="post" id="comment-confirm-post" value=" Post " onclick="atpComments.interceptPost(); return false;"/> <input type="submit" name="edit" id="comment-edit" value="  Edit  " onclick="atpComments.previewOnly(2); return false;"/> <span id="previewFormSpinner" class="hiddenBox"><img src="http://web.archive.org/web/20100806001622im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </form> </div> <div id="comment-error" class="hiddenBox redBox"> Your comment could not be posted. Error type: <span id="comment-error-msg"></span> </div> <div id="comment-complete" class="hiddenBox yellowGreenBox"> Your comment has been posted. <a href="javascript:void 0;" onclick="window.location.hash='#comment-form';window.location.reload(false)">Post another comment</a> </div> <div id="comment-captcha" class="hiddenBox yellowBox"> <div id="captchaText"> <p id="captchaFailMsg" class="captchaErrorText hiddenBox">The letters and numbers you entered did not match the image. Please try again.</p> <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.</p> <p><span id="comment-captcha-viewalt">Having trouble reading this image? <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html#comment-captcha" onClick="atpComments.generateCaptcha();">View an alternate.</a></span></p> </div> <p class=""><img id="captchaImg" /></p> <form id="comment-captcha-form" method="post" onsubmit="atpComments.submitWithCaptcha(); return false;"> <input type="hidden" name="captcha_chal" id="comment-captcha-chal" value="" /> <p> <input id="comment-captcha-text" name="captcha_text" size="10" /> </p> <p> <input type="submit" name="continue" id="captcha-continue" value=" Continue " /> <span id="captchaFormSpinner" class="commentSpinner hiddenBox"><img src="http://web.archive.org/web/20100806001622im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </p> </form> </div> <div id="primary-comment-form" class="comment-form"> <form id="comment-form" action="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1281053782-16af1b59bb73ad17e6a76c3c036475f8f458139f:KAORdtrQj2t36HjF" /> <div class="comments-open"> <h2 class="comments-open-header" id="comment-title">Post a comment</h2> <div id="comments-open-content" class="comments-open-content"> <div id="comments-open-text" style="display:none;"> <textarea id="comment-text" name="text" rows="10" cols="30" onkeyup="atpComments.maxTextArea(this, 64000);"></textarea> <p class="comments-open-subtext"> (You can use HTML tags like <b> <i> and <ul> to style your text.) </p> </div> <div id="comments-open-data" style="display:none;"> <p>Your Information</p> <p> (Name and email address are required. Email address will not be displayed with the comment.) </p> <p> <input id="comment-author" at:default="Name" name="author" size="30" value="Name" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-author" id="comment-author-error" class="comment-error hiddenBox">Name is required to post a comment</label> </p> <p> <input id="comment-email" at:default="Email Address" name="email" size="30" value="Email Address" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-email" id="comment-email-error" class="comment-error hiddenBox">Please enter a valid email address</label> </p> <p> <input id="comment-url" at:default="Web Site URL" name="url" size="30" value="Web Site URL" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-url" id="comment-url-error" class="comment-error hiddenBox">Invalid URL</label> </p> </div> </div> <div id="comments-open-footer" class="comments-open-footer" style="display:none;"> <input type="submit" name="post" id="comment-post-button" value=" Post " onclick="atpComments.interceptPost(); return false;" disabled="true" /> <input type="submit" name="preview" id="comment-preview-button" value=" Preview " onclick="atpComments.previewOnly(1); return false;" disabled="true" /> <span id="commentEntryFormSpinner" class="commentSpinner hiddenBox"><img src="http://web.archive.org/web/20100806001622im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </div> </div> </form> <noscript> <div id="comments-open-noscript" class="comments-open-noscript"> <form action="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1281053782-bc24b1536edbce7403261e62b3ec69a37994eef7:hz5bKoiUPT0whtEm" /> Name:<br /><input type="text" name="author" size="30" /><br /> Email address:<br /><input type="text" name="email" size="30" /><br /> URL:<br /><input type="text" name="url" size="30" /><br /><br /> Comment:<br /><textarea name="text" cols="40" rows="4"></textarea><br /> <input type="submit" name="submit" value="Submit" /> </form> </div> </noscript> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- sidebar --> <div class="module-archives module"> <h2 class="module-header">Information</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/about.html">About this blog</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/comments-policy.html">Comments Policy</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/categories.html">About Categories</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/authors.html">About the Authors</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/calendar.html">R Community Calendar</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> Got comments or suggestions for the blog editor? <br> Email <a href="mailto:david@revolution-computing.com">David Smith</a>. </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://web.archive.org/web/20100806001622/http://www.twitter.com/revodavid"><img src="http://web.archive.org/web/20100806001622im_/http://twitter-badges.s3.amazonaws.com/t_small-b.png" alt="Follow revodavid on Twitter"/></a> Follow David on Twitter: <a href="http://web.archive.org/web/20100806001622/http://twitter.com/revodavid">@revodavid</a> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://web.archive.org/web/20100806001622/http://inside-r.org/download" title="Download R"><img src="http://web.archive.org/web/20100806001622im_/http://inside-r.org/sites/all/themes/rweb/assets/badges/download-r-badge-125-blue.png" border="0" /></a> </div> </div> <div class="module-syndicate module"> <div class="module-content"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/atom.xml">Subscribe to this blog's feed</a> </div> </div> <div class="module-categories module"> <h2 class="module-header"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/academia/">academia</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/advanced-tips/">advanced tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/announcements/">announcements</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/applications/">applications</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/beginner-tips/">beginner tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/courses/">courses</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/current-events/">current events</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/developers/">developer tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/events/">events</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/finance/">finance</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/graphics/">graphics</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/high-performance-computing/">high-performance computing</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/life-sciences/">life sciences</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/open-source/">open source</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/other-industry/">other industry</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/packages/">packages</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/predictive-analytics/">predictive analytics</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/r/">R</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/random/">random</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/revolution/">Revolution</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/rmedia/">Rmedia</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/roundups/">roundups</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/sports-1/">sports</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/statistics/">statistics</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/user-groups/">user groups</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">R links</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://inside-r.org/">inside-R.org, the R Community Site</a><br />Sponsored by Revolution Analytics</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://www.revolutionanalytics.com/">Revolution Analytics</a><br />Information about Revolution R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://www.revolutionanalytics.com/downloads/">Download Revolution R</a><br />Free, high-performance distribution of R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://forums.revolutionanalytics.com/">Revolution R forum</a><br />Questions and discussions about Revolution R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://www.revolution-computing.com/cran">CRAN</a><br />Download packages for R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://www.r-project.org/">R Project site</a><br />Information about the R project</li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Recommended Sites</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://flowingdata.com/">FlowingData</a><br />Modern data visualization</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://onertipaday.blogspot.com/">One R Tip A Day</a><br />Code examples for graphics and analysis</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://www.analyticbridge.com/group/rprojectandotherfreesoftwaretools">R Project group on analyticbridge.com</a><br />Community and discussion forum</li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://www.stat.columbia.edu/~cook/movabletype/mlm/">Statistical Modeling, Causal Inference, and Social Science</a><br />Andrew Gelman's statistics blog</li> </ul> </div> </div> <div class="module-recent-comments module"> <h2 class="module-header">Recent Comments</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/on-the-palin-effect.html?cid=6a010534b1db25970b0133f2df2271970b#comment-6a010534b1db25970b0133f2df2271970b">Winghunter</a> on <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/on-the-palin-effect.html">On the Palin effect</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html?cid=6a010534b1db25970b0133f2d32d01970b#comment-6a010534b1db25970b0133f2d32d01970b">Frank</a> on <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html">Announcing Big Data for Revolution R</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html?cid=6a010534b1db25970b0133f2d2d6b3970b#comment-6a010534b1db25970b0133f2d2d6b3970b">Longhow Lam</a> on <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html">Announcing Big Data for Revolution R</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html?cid=6a010534b1db25970b013485f6573c970c#comment-6a010534b1db25970b013485f6573c970c">Allan Engelhardt</a> on <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html">Announcing Big Data for Revolution R</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html?cid=6a010534b1db25970b0133f2d2b3c1970b#comment-6a010534b1db25970b0133f2d2b3c1970b">Allan Engelhardt</a> on <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html">Announcing Big Data for Revolution R</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/05/parallel-computing-life-sciences.html?cid=6a010534b1db25970b0133f2d1cbd9970b#comment-6a010534b1db25970b0133f2d1cbd9970b">David Smith</a> on <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/05/parallel-computing-life-sciences.html">Parallel Computing with R for Life Sciences</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html?cid=6a010534b1db25970b0133f2d1c520970b#comment-6a010534b1db25970b0133f2d1c520970b">David Smith</a> on <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html">Announcing Big Data for Revolution R</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html?cid=6a010534b1db25970b0133f2d1ba11970b#comment-6a010534b1db25970b0133f2d1ba11970b">Ryan</a> on <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/announcing-big-data-for-revolution-r.html">Announcing Big Data for Revolution R</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/05/parallel-computing-life-sciences.html?cid=6a010534b1db25970b0133f2d16399970b#comment-6a010534b1db25970b0133f2d16399970b">romunov</a> on <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/05/parallel-computing-life-sciences.html">Parallel Computing with R for Life Sciences</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2009/05/running-r-in-the-cloud-with-amazon-ec2.html?cid=6a010534b1db25970b013485f078ac970c#comment-6a010534b1db25970b013485f078ac970c">David Smith</a> on <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2009/05/running-r-in-the-cloud-with-amazon-ec2.html">Running R in the Cloud with Amazon EC2</a> </li> </ul> </div> </div> <div class="module-archives module"> <h2 class="module-header"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/archives.html">Archives</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/08/index.html">August 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/07/index.html">July 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/06/index.html">June 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/05/index.html">May 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/04/index.html">April 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/03/index.html">March 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/02/index.html">February 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2010/01/index.html">January 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2009/12/index.html">December 2009</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/2009/11/index.html">November 2009</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Search Revolutions Blog</h2> <div class="typelist-plain module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-note"><form method="get" action="http://web.archive.org/web/20100806001622/http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <div style="background-color:white;"></div> <input type="text" name="q" size="18" maxlength="255" value="" /> <input type="submit" name="btnG" value=" Search Blog " /> <br /> <small> <input type="hidden" name="domains" value="blog.revolutionanalytics.com" /> <br /> <input type="hidden" name="sitesearch" value="blog.revolutionanalytics.com" checked="checked" /> <br /></small> </form> <!-- SiteSearch Google --></div></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script src="http://web.archive.org/web/20100806001622js_/http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script> <script>mktoMunchkin("224-FMR-259");</script> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-6984166-10']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://web.archive.org/web/20100806001622/http://www/') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="http://web.archive.org/web/20100806001622/http://www.typepad.com//t/stats?blog_id=1774446&user_id=3164880&page=' + escape(location.href) + '&referrer=' + escape(document.referrer) + '&i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://web.archive.org/web/20100806001622js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qoptions = { tags:"typepad.extended" }; _qacct="p-fcYWUmj5YbYKM"; quantserve();</script> <noscript> <a href="http://web.archive.org/web/20100806001622/http://www.quantcast.com/p-fcYWUmj5YbYKM" target="_blank"><img src="http://web.archive.org/web/20100806001622im_/http://pixel.quantserve.com/pixel/p-fcYWUmj5YbYKM.gif?tags=typepad.extended" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <script type="text/javascript"> var captchaImgAttempts = 0; var allowAnonComments = '0'; var registrationRequired = 0; var registrationOptional = 0; var emailRequired = 1; var useAvatars = 0; var showSignInMessaging = 0; var jsonURL = "/.services/json-rpc"; var captchaSrc = "/.services/captcha?code_encrypted="; var alertCommentCannotBeBlank = "You can not leave an empty comment. Please enter some text in the Comment field."; var alertEditingExpired = "Sorry, you're no longer allowed to edit this comment. You may have taken too much time before submitting your edit or someone may have already replied to it."; var alertAuthorCannotBeBlank = "Name must not be blank."; var alertEmailCannotBeBlank = "Email Address must not be blank."; var alertAuthorAndEmailCannotBeBlank = "Name and email address are both required!"; var alertEmailIsInvalid = "The Email Address you entered is invalid. Please enter a valid email address."; var alertUnauthorizedAction = "The comments on this post are closed."; var msgPostReplyTo = "Reply to "; var msgInReplyTo = "In reply to "; var msgPostAComment = "Post a comment "; var atpCommentsPath = "/.shared/js/atpcomments_yui.js?v=5"; var hasChanged = 0; var hostName = ".revolutionanalytics.com"; var tp_comment_token = "1281053782-898345dd289e5117f3f07ff9c66a62b83c61035a:THSvNEf4EKm0hVGV"; var isPage = 1; var blog_xid = "6a010534b1db25970b010536040741970b"; var xid = ""; var injectCode = '<div id=\"comment-preview\" class=\"hiddenBox\">\n\t<h3 id=\"header-verify-comment\" class=\"comments-header hiddenBox\">Verify your Comment<\/h3>\n <h3 id=\"header-preview-comment\" class=\"comments-header hiddenBox\">Previewing your Comment<\/h3>\n\t<div class=\"comments-content\">\n\t\t<div class=\"comment\">\n\t\t\t<div id=\"comment-preview-content\" class=\"comment-content\">\n\t\t\t<\/div>\n\t\t\t<p class=\"comment-footer\">\n\t\t\t\tPosted by: \n\t\t\t\t<span id=\"comment-preview-author\"><\/span> | <span id=\"comment-preview-datetime\"><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div id=\"comment-preview-confirmation\" class=\"hiddenBox yellowBox\">\n <p>This is only a preview. Your comment has not yet been posted.<\/p>\n \t<form id=\"comment-preview-form\"\n \t\tmethod=\"post\"\n \t\tonsubmit=\"atpComments.interceptPost(); return false;\">\n\t\t<input type=\"submit\" name=\"post\" id=\"comment-confirm-post\" value=\" Post \" onclick=\"atpComments.interceptPost(); return false;\"/>\t\t \n\t\t<input type=\"submit\" name=\"edit\" id=\"comment-edit\" value=\"  Edit  \" onclick=\"atpComments.previewOnly(2); return false;\"/>\n <span id=\"previewFormSpinner\" class=\"hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n\t<\/form>\n<\/div>\n<div id=\"comment-error\" class=\"hiddenBox redBox\">\t \n Your comment could not be posted. Error type: <span id=\"comment-error-msg\"><\/span> \n<\/div>\t\n<div id=\"comment-complete\" class=\"hiddenBox yellowGreenBox\">\n Your comment has been posted. <a href=\"javascript:void 0;\" onclick=\"window.location.hash=\'#comment-form\';window.location.reload(false)\">Post another comment<\/a>\n<\/div>\t\n<div id=\"comment-captcha\" class=\"hiddenBox yellowBox\">\t\n <div id=\"captchaText\">\n\t <p id=\"captchaFailMsg\" class=\"captchaErrorText hiddenBox\">The letters and numbers you entered did not match the image. Please try again.<\/p>\t \t \n\t <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.<\/p>\n\t <p><span id=\"comment-captcha-viewalt\">Having trouble reading this image? <a href=\"#comment-captcha\" onClick=\"atpComments.generateCaptcha();\">View an alternate.<\/a><\/span><\/p>\n <\/div>\n <p class=\"\"><img id=\"captchaImg\" /><\/p>\t\t\n <form id=\"comment-captcha-form\" \n\t\t method=\"post\"\n\t\t onsubmit=\"atpComments.submitWithCaptcha(); return false;\">\n\t\t<input type=\"hidden\" name=\"captcha_chal\" id=\"comment-captcha-chal\" value=\"\" />\n <p>\n\t <input id=\"comment-captcha-text\" name=\"captcha_text\" size=\"10\" />\n <\/p>\n <p>\n <input type=\"submit\" name=\"continue\" id=\"captcha-continue\" value=\" Continue \" />\n <span id=\"captchaFormSpinner\" class=\"commentSpinner hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/p>\n <\/form>\n<\/div>\n'; var entryPermalink = "http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com//local-r-groups.html"; var inlineReply = document.createElement("div"); var commentFooterLinks; var commentHeader; var commentReplyXID; var commentReplyAuthor; var commentReplyComplete; var inlineReplyLoaded = 0; var commentFormNum = undefined; /* Deprecated but still exists in advanced template sets, so must be defined */ function xidToCommentPermalink (entryUrl, xid) { return entryUrl + "?cid=" + xid + "#comment-" + xid; } /* Deprecated advanced template functions */ function handleSubmit() { return true; }; function handleChange() { return true; }; </script> <script type="text/javascript" src="http://web.archive.org/web/20100806001622js_/http://blog.revolutionanalytics.com/.shared/js/yui/yuiloader-beta-min.js"></script> <script type="text/javascript" src="http://web.archive.org/web/20100806001622js_/http://blog.revolutionanalytics.com/.shared/js/atpcomments.js?v=5"></script> <!-- Blogside Toolbar --> <script type="text/javascript"> var TPToolbar = { src: "http://web.archive.org/web/20100806001622/http://www.typepad.com//services/toolbar?blog_id=6a010534b1db25970b010536040741970b&asset_id=6a010534b1db25970b011570112bbe970b&atype=Page&to=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&autofollowed=0", asset_xid: "6a010534b1db25970b011570112bbe970b", bookmarklet_uri: "http://web.archive.org/web/20100806001622/http://static.typepad.com//.shared/js/qp/loader-combined-min.js" }; var TYPEPAD___bookmarklet_domain = "http://web.archive.org/web/20100806001622/http://www.typepad.com//"; </script> <script type="text/javascript" src="http://web.archive.org/web/20100806001622js_/http://blog.revolutionanalytics.com/.shared/js/toolbar/blogside-toolbar-combined-min.js"></script> <!-- End Blogside Toolbar --> </body> </html> <!-- ph=1 --> <!-- nhm:from_kauri --> <!-- FILE ARCHIVED ON 0:16:22 Aug 6, 2010 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 15:00:57 Jun 8, 2012. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). -->
2011-06-11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="News about R, statistics and the world of open source from the staff of REvolution Analytics" /> <link rel="stylesheet" href="http://web.archive.org/web/20110611085543cs_/http://blog.revolutionanalytics.com/styles.css?v=6" type="text/css" media="screen" /> <link rel="stylesheet" href="http://web.archive.org/web/20110611085543cs_/http://static.typepad.com/.shared:v20110609.03-0-g27d71d4:typepad:en_us/themes/common/print.css" type="text/css" media="print" /> <link rel="alternate" type="application/atom+xml" title="Posts on 'Revolutions' (Atom)" href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 1.0)" href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 2.0)" href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "http://web.archive.org/web/20110611085543/http://www.typepad.com//"; </script> <script type="text/javascript" src="http://web.archive.org/web/20110611085543js_/http://static.typepad.com/.shared:v20110609.03-0-g27d71d4:typepad:en_us/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js,/js/sixatrack-loader.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['t2._setAccount', 'UA-225723-36']); _gaq.push(['t2._setDomainName', 'none']); _gaq.push(['t2._setAllowLinker', true]); _gaq.push(['t2._setCustomVar', 1, 'Blog', '6a010534b1db25970b010536040741970b', 3]); _gaq.push(['t2._setCustomVar', 2, 'Page Type', 'Page', 3]); _gaq.push(['t2._trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://web.archive.org/web/20110611085543/http://www/') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel="alternate" type="application/atom+xml" title="Comments on 'Local R User Group Directory' (Atom)" href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Comments on 'Local R User Group Directory' (RSS 2.0)" href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups/comments/rss.xml" /> <title>Revolutions: Local R User Group Directory</title> <link rel="start" href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/" title="Home" /> </head> <body class="layout-two-column-right"> <!-- BEGIN WAYBACK TOOLBAR INSERT --> <script type="text/javascript" src="http://staticweb.archive.org/js/disclaim-element.js" ></script> <script type="text/javascript" src="http://staticweb.archive.org/js/graph-calc.js" ></script> <script type="text/javascript" src="http://staticweb.archive.org/jflot/jquery.min.js" ></script> <script type="text/javascript"> //<![CDATA[ var firstDate = 820454400000; var lastDate = 1356998399999; var wbPrefix = "http://web.archive.org/web/"; var wbCurrentUrl = "http:\/\/blog.revolutionanalytics.com\/local-r-groups.html"; var curYear = -1; var curMonth = -1; var yearCount = 18; var firstYear = 1996; var imgWidth=450; var yearImgWidth = 25; var monthImgWidth = 2; var trackerVal = "none"; var displayDay = "11"; var displayMonth = "Jun"; var displayYear = "2011"; var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]; function showTrackers(val) { if(val == trackerVal) { return; } if(val == "inline") { document.getElementById("displayYearEl").style.color = "#ec008c"; document.getElementById("displayMonthEl").style.color = "#ec008c"; document.getElementById("displayDayEl").style.color = "#ec008c"; } else { document.getElementById("displayYearEl").innerHTML = displayYear; document.getElementById("displayYearEl").style.color = "#ff0"; document.getElementById("displayMonthEl").innerHTML = displayMonth; document.getElementById("displayMonthEl").style.color = "#ff0"; document.getElementById("displayDayEl").innerHTML = displayDay; document.getElementById("displayDayEl").style.color = "#ff0"; } document.getElementById("wbMouseTrackYearImg").style.display = val; document.getElementById("wbMouseTrackMonthImg").style.display = val; trackerVal = val; } function getElementX2(obj) { var thing = jQuery(obj); if((thing == undefined) || (typeof thing == "undefined") || (typeof thing.offset == "undefined")) { return getElementX(obj); } return Math.round(thing.offset().left); } function trackMouseMove(event,element) { var eventX = getEventX(event); var elementX = getElementX2(element); var xOff = eventX - elementX; if(xOff < 0) { xOff = 0; } else if(xOff > imgWidth) { xOff = imgWidth; } var monthOff = xOff % yearImgWidth; var year = Math.floor(xOff / yearImgWidth); var yearStart = year * yearImgWidth; var monthOfYear = Math.floor(monthOff / monthImgWidth); if(monthOfYear > 11) { monthOfYear = 11; } // 1 extra border pixel at the left edge of the year: var month = (year * 12) + monthOfYear; var day = 1; if(monthOff % 2 == 1) { day = 15; } var dateString = zeroPad(year + firstYear) + zeroPad(monthOfYear+1,2) + zeroPad(day,2) + "000000"; var monthString = prettyMonths[monthOfYear]; document.getElementById("displayYearEl").innerHTML = year + 1996; document.getElementById("displayMonthEl").innerHTML = monthString; // looks too jarring when it changes.. //document.getElementById("displayDayEl").innerHTML = zeroPad(day,2); var url = wbPrefix + dateString + '/' + wbCurrentUrl; document.getElementById('wm-graph-anchor').href = url; //document.getElementById("wmtbURL").value="evX("+eventX+") elX("+elementX+") xO("+xOff+") y("+year+") m("+month+") monthOff("+monthOff+") DS("+dateString+") Moy("+monthOfYear+") ms("+monthString+")"; if(curYear != year) { var yrOff = year * yearImgWidth; document.getElementById("wbMouseTrackYearImg").style.left = yrOff + "px"; curYear = year; } if(curMonth != month) { var mtOff = year + (month * monthImgWidth) + 1; document.getElementById("wbMouseTrackMonthImg").style.left = mtOff + "px"; curMonth = month; } } //]]> </script> <style type="text/css">body{margin-top:0!important;padding-top:0!important;min-width:800px!important;}#wm-ipp a:hover{text-decoration:underline!important;}</style> <div id="wm-ipp" style="display:none; position:relative;padding:0 5px;min-height:70px;min-width:800px; z-index:9000;"> <div id="wm-ipp-inside" style="position:fixed;padding:0!important;margin:0!important;width:97%;min-width:780px;border:5px solid #000;border-top:none;background-image:url(http://staticweb.archive.org/images/toolbar/wm_tb_bk_trns.png);text-align:center;-moz-box-shadow:1px 1px 3px #333;-webkit-box-shadow:1px 1px 3px #333;box-shadow:1px 1px 3px #333;font-size:11px!important;font-family:'Lucida Grande','Arial',sans-serif!important;"> <table style="border-collapse:collapse;margin:0;padding:0;width:100%;"><tbody><tr> <td style="padding:10px;vertical-align:top;min-width:110px;"> <a href="http://wayback.archive.org/web/" title="Wayback Machine home page" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wayback-toolbar-logo.png" alt="Wayback Machine" width="110" height="39" border="0"/></a> </td> <td style="padding:0!important;text-align:center;vertical-align:top;width:100%;"> <table style="border-collapse:collapse;margin:0 auto;padding:0;width:570px;"><tbody><tr> <td style="padding:3px 0;" colspan="2"> <form target="_top" method="get" action="http://wayback.archive.org/web/form-submit.jsp" name="wmtb" id="wmtb" style="margin:0!important;padding:0!important;"><input type="text" name="url" id="wmtbURL" value="http://blog.revolutionanalytics.com/local-r-groups.html" style="width:400px;font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;" onfocus="javascript:this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20110611085543" /><input type="submit" value="Go" style="font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;margin-left:5px;" /><span id="wm_tb_options" style="display:block;"></span></form> </td> <td style="vertical-align:bottom;padding:5px 0 0 0!important;" rowspan="2"> <table style="border-collapse:collapse;width:110px;color:#99a;font-family:'Helvetica','Lucida Grande','Arial',sans-serif;"><tbody> <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR --> <tr style="width:110px;height:16px;font-size:10px!important;"> <td style="padding-right:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="6 Aug 2010"><strong>AUG</strong></a> </td> <td id="displayMonthEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight:bold;text-transform:uppercase;width:34px;height:15px;padding-top:1px;text-align:center;" title="You are here: 8:55:43 Jun 11, 2011">JUN</td> <td style="padding-left:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;white-space:nowrap;overflow:visible;" nowrap="nowrap"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="15 Jul 2011"><strong>JUL</strong></a> </td> </tr> <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR --> <tr> <td style="padding-right:9px;white-space:nowrap;overflow:visible;text-align:right!important;vertical-align:middle!important;" nowrap="nowrap"> <a href="http://web.archive.org/web/20100806001622/http://blog.revolutionanalytics.com/local-r-groups.html?" title="0:16:22 Aug 6, 2010" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wm_tb_prv_on.png" alt="Previous capture" width="14" height="16" border="0" /></a> </td> <td id="displayDayEl" style="background:#000;color:#ff0;width:34px;height:24px;padding:2px 0 0 0;text-align:center;font-size:24px;font-weight: bold;" title="You are here: 8:55:43 Jun 11, 2011">11</td> <td style="padding-left:9px;white-space:nowrap;overflow:visible;text-align:left!important;vertical-align:middle!important;" nowrap="nowrap"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html" title="18:08:37 Jul 15, 2011" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wm_tb_nxt_on.png" alt="Next capture" width="14" height="16" border="0"/></a> </td> </tr> <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR --> <tr style="width:110px;height:13px;font-size:9px!important;"> <td style="padding-right:9px;font-size:11px!important;font-weight: bold;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="23 May 2010"><strong>2010</strong></a> </td> <td id="displayYearEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight: bold;padding-top:1px;width:34px;height:13px;text-align:center;" title="You are here: 8:55:43 Jun 11, 2011">2011</td> <td style="padding-left:9px;font-size:11px!important;font-weight: bold;white-space:nowrap;overflow:visible;" nowrap="nowrap"> 2012 </td> </tr> </tbody></table> </td> </tr> <tr> <td style="vertical-align:middle;padding:0!important;"> <a href="http://wayback.archive.org/web/20110611085543*/http://blog.revolutionanalytics.com/local-r-groups.html" style="color:#33f;font-size:11px;font-weight:bold;background-color:transparent;border:none;" title="See a list of every capture for this URL"><strong>4 captures</strong></a> <div style="margin:0!important;padding:0!important;color:#666;font-size:9px;padding-top:2px!important;white-space:nowrap;" title="Timespan for captures of this URL">23 May 10 - 15 Jul 11</div> </td> <td style="padding:0!important;"> <a style="position:relative; white-space:nowrap; width:450px;height:27px;" href="" id="wm-graph-anchor"> <div id="wm-ipp-sparkline" style="position:relative; white-space:nowrap; width:450px;height:27px;background-color:#fff;cursor:pointer;border-right:1px solid #ccc;" title="Explore captures for this URL"> <img id="sparklineImgId" style="position:absolute; z-index:9012; top:0px; left:0px;" onmouseover="showTrackers('inline');" onmouseout="showTrackers('none');" onmousemove="trackMouseMove(event,this)" alt="sparklines" width="450" height="27" border="0" src="http://wayback.archive.org/web/jsp/graph.jsp?graphdata=450_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000000000000_2009:-1:000000000000_2010:-1:000010010000_2011:5:000001100000_2012:-1:000000000000"></img> <img id="wbMouseTrackYearImg" style="display:none; position:absolute; z-index:9010;" width="25" height="27" border="0" src="http://staticweb.archive.org/images/toolbar/transp-yellow-pixel.png"></img> <img id="wbMouseTrackMonthImg" style="display:none; position:absolute; z-index:9011; " width="2" height="27" border="0" src="http://staticweb.archive.org/images/toolbar/transp-red-pixel.png"></img> </div> </a> </td> </tr></tbody></table> </td> <td style="text-align:right;padding:5px;width:65px;font-size:11px!important;"> <a href="javascript:;" onclick="document.getElementById('wm-ipp').style.display='none';" style="display:block;padding-right:18px;background:url(http://staticweb.archive.org/images/toolbar/wm_tb_close.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;margin-bottom:23px;background-color:transparent;border:none;" title="Close the toolbar">Close</a> <a href="http://faq.web.archive.org/" style="display:block;padding-right:18px;background:url(http://staticweb.archive.org/images/toolbar/wm_tb_help.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;background-color:transparent;border:none;" title="Get some help using the Wayback Machine">Help</a> </td> </tr></tbody></table> </div> </div> <script type="text/javascript"> var wmDisclaimBanner = document.getElementById("wm-ipp"); if(wmDisclaimBanner != null) { disclaimElement(wmDisclaimBanner); } </script> <!-- END WAYBACK TOOLBAR INSERT --> <div id="container"> <div id="container-inner" class="pkg"> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/" accesskey="1">Revolutions</a></h1> <h2 id="banner-description"> News about R, statistics and the world of open source from the staff of <a href="http://web.archive.org/web/20110611085543/http://www.revolutionanalytics.com/">Revolution Analytics</a> </h2> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- page --> <div class="entry-author-david_smith entry-type-page entry" id="entry-65315573"> <h3 class="entry-header">Local R User Group Directory</h3> <div class="entry-content"> <div class="entry-body"> <p>Looking for R users in your area to meet, interact with, and share ideas? Why not join your local R User Group? </p> <p>Here's a directory of the local R user groups we're aware of.  If you know of a group not listed here, or need information on how to set up your own R user group, please contact <a href="mailto:community@revolutionanalytics.com">community@revolutionanalytics.com</a>, or post in the comments below.</p> <p>If you're thinking of starting a local R user group yourself, Revolution Analytics offers <a href="http://web.archive.org/web/20110611085543/http://www.revolutionanalytics.com/news-events/r-user-group/" target="_self">sponsorships</a> for both new and established groups, and has provided some tips for <a href="http://web.archive.org/web/20110611085543/http://www.revolutionanalytics.com/news-events/r-user-group/how-to-start-r-user-group.php" target="_self">starting a new R user group</a>.</p> <h3><strong><span>AUSTRALIA</span></strong></h3> <p><strong>Brisbane: </strong><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Group-for-R-Users-in-Brisbane-GRUB/">Group for R Users in Brisbane</a> (GRUB)</p> <p><strong>Canberra</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Canberra-R-Users-Group/">Canberra R Users Group</a> (CANRUG)</p> <p><strong>Hobart</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Hobart-R-Users-Group/" target="_self">Hobart R Users Group</a> (HRUG)</p> <p><strong>Melbourne: </strong><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/MelbURN-Melbourne-Users-of-R-Network/">Melbourne Users of R Network</a> (MelbURN)</p> <p><strong>Sydney</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/R-Users-Sydney/">Sydney Users of R Forum</a> (SURF)</p> <p><span style="font-size: medium;"><span style="font-size: 15px; line-height: 18px;"><strong>ASIA</strong></span></span></p> <p><span><span><strong>China</strong>: Financial R User's Group: <a href="http://web.archive.org/web/20110611085543/http://www.goldenbug.net/category/%E6%8A%80%E6%9C%AF%E4%B8%93%E9%A2%98/R/">Looking for golden bugs</a></span></span></p> <p><strong>India (Bangalore)</strong>: <a href="http://web.archive.org/web/20110611085543/http://groups.google.com/group/brumail">Bangalore R Users - BRU</a></p> <p><strong>Japan (Nagoya)</strong>: <a href="http://web.archive.org/web/20110611085543/http://corpus-study.info/nagoyar">Nagoya.R</a></p> <p><span><span><span style="font-weight: bold;">Japan (Osaka): </span><a href="http://web.archive.org/web/20110611085543/http://m884.jp/Osaka.R/">Osaka.R</a></span></span></p> <p><span><span><strong>Japan (Tsukuba)</strong><span>:</span> <a href="http://web.archive.org/web/20110611085543/http://wiki.livedoor.jp/syou6162/">Tsukuba.R</a></span></span></p> <p><strong>Singapore</strong>: <a href="http://web.archive.org/web/20110611085543/http://groups.google.com/group/singapore-r-user-group" target="_self">R User Group - SG</a></p> <p><strong>South Asia</strong>: <a href="http://web.archive.org/web/20110611085543/http://groups.google.co.in/group/r-sa">R South Asia</a>, a mailing list to promote and discuss R in South Asia.</p> <p><strong>South Korea (</strong><span style="font-family: arial, sans-serif; line-height: normal; font-size: 13px; border-collapse: collapse;"><strong>Seoul)</strong></span>: <a href="http://web.archive.org/web/20110611085543/http://www.openstatistics.net/">GNU R User's Group and Open Statistics Project in Korea</a></p> <p><span style="font-size: 15px; font-weight: bold;">CANADA</span></p> <p><span style="font-weight: bold;">Ottawa:</span> <a href="http://web.archive.org/web/20110611085543/https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa">Ottawa Gatineau R Users Group</a></p> <p><strong>Québec</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.cef-cfr.ca/index.php?n=Membres.PleinR" target="_self">Plein-R</a> (en Français)</p> <p><strong>Toronto</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Greater-Toronto-Area-GTA-R-Users-Group" target="_self">Greater Toronto Area (GTA) R User's Group</a></p> <p><strong>Vancouver</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Vancouver-R-Users-Group-data-analysis-statistics/" target="_self">Vancouver R Users Group</a></p> <p><span style="font-size: 15px;"><strong>EUROPE</strong></span></p> <p><strong>Finland: </strong><a href="http://web.archive.org/web/20110611085543/http://bioinformatics.utu.fi/seura/index_en.html">Finnish Society for Bioinformatics</a></p> <p><strong><span style="font-weight: normal;"><strong>France (Paris)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://web.archive.org/web/20110611085543/http://www.mnhn.fr/semin-r/">Semin-R</a></span></strong></p> <p><strong>France (Montpellier): </strong><a href="http://web.archive.org/web/20110611085543/http://forums.cirad.fr/logiciel-R/index.php">Groupe des utilisateurs du logiciel R</a></p> <p><strong>Germany (Dresden)</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.research-garden.de/" target="_self">Research Garden</a></p> <p><strong>Germany (Geißen)</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Giessen-R-Users-Group/" target="_self">Giessen R Users Group</a></p> <p><strong>Germany (Kassel): </strong><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Kassel-useR-Group/">Kasseler useR Group</a></p> <p><strong><span style="font-weight: normal;"><a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://web.archive.org/web/20110611085543/http://www.mnhn.fr/semin-r/"></a></span>Germany (Southwest): </strong><a href="http://web.archive.org/web/20110611085543/http://rusergroup-de-sw.mixxt.de/">R User Group DE-Südwest</a></p> <p><strong>Germany (North): </strong>R im Norden (email <a href="mailto:feldmann@qa-gmbh.de">Rainer Feldmann</a>)</p> <p><strong>Ireland (Dublin)</strong>: <a href="http://web.archive.org/web/20110611085543/https://groups.google.com/group/dublin-r" target="_self">Dublin-R</a></p> <p><strong>Italy (Padua)</strong>: <a href="http://web.archive.org/web/20110611085543/http://groups.google.com/group/rante">Italy-RUG</a> (Rante)</p> <p><strong>Italy (Torino)</strong>: <a href="http://web.archive.org/web/20110611085543/http://torinor.net/" target="_self">Torino R net</a></p> <p><strong>Netherlands (Amsterdam)</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/amst-R-dam/" target="_self">amst-R-dam</a></p> <p><strong>Poland (Warsaw/Wroclaw)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://web.archive.org/web/20110611085543/http://www.biecek.pl/WZUR"><span style="font-weight: normal;">Annual Polish R User Group Meeting</span></a></p> <p><strong>Serbia (Belgrade)</strong>: <a href="http://web.archive.org/web/20110611085543/http://savtajr.blogspot.com/" target="_self">Sav taj R</a></p> <p><strong>Slovenia (Ljubljana)</strong> <a href="http://web.archive.org/web/20110611085543/http://groups.google.com/group/rkoholiki">Anonymous Rcoholics</a></p> <p><strong>Switzerland (Basel):</strong> <a href="http://web.archive.org/web/20110611085543/http://www.baselr.org/">BaselR</a></p> <p><strong>Switzerland (Geneva)</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.geneva-r.org/" target="_self">GenevaR</a></p> <p><strong>Switzerland (Zurich)</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.zurichr.org/" target="_self">ZurichR</a></p> <p><span style="font-size: 13px; font-weight: bold;">UK (London): <span style="font-weight: normal;"><a href="http://web.archive.org/web/20110611085543/http://www.londonr.org/">LondonR</a></span></span></p> <p style="margin: 0px 0px 1em; padding: 0px;"><span style="line-height: 18px; font-size: 15px;"><strong>ISRAEL</strong></span></p> <p><span><span><span><strong>Tel Aviv</strong>: </span><a href="http://web.archive.org/web/20110611085543/http://groups.google.com/group/israel-r-user-group">Israel R User Group</a></span></span></p> <h3><strong>SOUTH AMERICA</strong></h3> <p><strong>Brazil</strong> (virtual): <a href="http://web.archive.org/web/20110611085543/http://br.groups.yahoo.com/group/R_STAT/" target="_self">Brasil R_STAT</a></p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS', Verdana, sans-serif; font-weight: normal; line-height: 15px; font-size: small;"><span style="font-weight: bold;">Uruguay: </span></span></span><a href="http://web.archive.org/web/20110611085543/https://sites.google.com/site/grupousuariosruruguay/">Grupo de Usuarios de R en Uruguay (GURU)</a></p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';">USA</span></p> <p><span style="font-weight: bold;">Atlanta, GA: </span><a href="http://web.archive.org/web/20110611085543/http://groups.google.com/group/atlanta-r-users">Atlanta R User's Group</a></p> <p><strong>Boston, MA: </strong><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Boston-useR/" target="_self">Greater Boston useR Group</a></p> <p><strong>Boston, MA</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Boston-Area-useR-Group-R-Programming-Language/" target="_self">Boston Area useR Group</a> (dormant?)</p> <p><a href="http://web.archive.org/web/20110611085543/http://groups.google.com/group/atlanta-r-users"></a><strong>Chicago, IL</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/ChicagoRUG/">Chicago R Users Group</a></p> <p><span style="font-weight: bold;">Cincinnati/Dayton, OH: </span><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/CinDay-RUG/" target="_self">CinDay RUG</a></p> <p><span style="font-weight: bold;">Dallas, TX: </span><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Dallas-R-Users-Group/" target="_self">Dallas R Users Group</a></p> <p><span style="font-weight: bold;">Denver, CO: </span><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/DenverRUG/">Denver R User Group</a></p> <p><span style="font-weight: bold;">Greencastle, IN: </span><a href="http://web.archive.org/web/20110611085543/http://fs6.depauw.edu:50080/%7Ehanson/R-pages/R%40DPU.html">R users at DePauw University</a><br /><span style="font-weight: bold;"><br />Houston, TX: </span><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/houstonr/" target="_self">Houston R Users Group</a></p> <p><strong>Kansas City, KS</strong>: <a href="http://web.archive.org/web/20110611085543/http://groups.google.com/group/kansas-city-r-users-group" target="_self">Kansas City R Users Group</a></p> <p><span style="font-weight: bold;">Los Angeles, CA: </span><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/LAarea-R-usergroup/">Los Angeles Area R Users Group</a></p> <p><strong>Madison, WI: <span style="font-weight: normal;"><a href="http://web.archive.org/web/20110611085543/http://groups.google.com/group/maduser">Madison Area R Users Group</a></span></strong></p> <p><span style="font-weight: bold;">Minneapolis and St. Paul, MN: </span><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/twincitiesrug/" target="_self">Twin Cities R User Group</a></p> <p><span style="font-weight: bold;">New Jersey: </span><a href="http://web.archive.org/web/20110611085543/http://newjerseyr.org/">NewJerseyR</a></p> <p><span style="font-weight: bold;">New York</span>, <strong>NY</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/nyhackr/">New York R Statistical Programming Meetup</a> </p> <p><strong>New York, NY</strong>: <a href="http://web.archive.org/web/20110611085543/http://groups.google.com/group/columbiaR">Columbia R Statistical Programming Group</a></p> <p><strong>Orange County, CA</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/OC-R-User-Group" target="_self">Orange County R User Group</a></p> <p><strong>Pasadena, CA: </strong><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Research-Methods-and-Analytics/">Research Methods and Analytics (R is a main topic)</a></p> <p><strong>Philadelphia, PA</strong>: <a href="http://web.archive.org/web/20110611085543/http://phillyr.ning.com/">Philadelphia UseR Group</a></p> <p><strong>Portland, OR: </strong><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/portland-r-user-group">Portland R User Group</a> (there is also a local <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://web.archive.org/web/20110611085543/http://groups.google.com/group/pdx-visualization">data visualization group</a>)</p> <p><strong>Raleigh-Durham, NC: </strong><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Triangle-useR/">Raleigh-Durham-Chapel Hill R Users Group</a></p> <p><strong>Saint Louis, MO</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Saint-Louis-RUG/" target="_self">Saint Louis R User Group</a></p> <p><strong>Salt Lake City, UT: </strong><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Salt Lake R/Processing/Weka Users Group</a></p> <p><strong>San Diego, CA</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/San-Diego-R-users-group">San Diego R Users Group</a></p> <p><span style="font-weight: bold;">San Francisco / Bay Area</span>, <strong>CA</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/R-Users/">Bay Area R Users Group</a></p> <p><strong>Seattle, WA: </strong><a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Seattle-useR/">Seattle UseR Group</a></p> <p><strong>Tallahassee, FL</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Tallahassee-R-Users-Group/" target="_self">Tallahassee R Users Group</a></p> <p><strong>Washington, DC</strong>: <a href="http://web.archive.org/web/20110611085543/http://www.meetup.com/R-users-DC">DC UseR Group</a></p> <p><br /><strong><span style="font-size: 15px; font-family: Trebuchet MS;">GROUPS WANTED</span><br /></strong><br />The following cities don't have an R user group yet, but we've had requests for information if you want to start one up:</p> <ul> <li>Burlington VT, USA</li> <li>Baton Rouge LA, USA</li> <li>Durbin, South Africa</li> <li>Kenya</li> <li>Argentina</li> <li>Austria</li> <li>Tokyo, Japan</li> <li>São Paulo, Brazil</li> <li>Barcelona, Spain</li> <li>India (TamilNad)</li> </ul> <p><span>Post a comment below</span> to connect with other R users and start a new group in your area. You can also register interest for a new <a href="http://web.archive.org/web/20110611085543/http://r-users-group.meetup.com/">R User Group in your area</a> at meetup.com.</p> <ul> </ul> <p><strong><br /><span style="font-size: 15px; font-family: Trebuchet MS;">OTHER RESOURCES FOR FINDING LOCAL R USERS</span></strong></p> <p><span><strong>En Español</strong>: Spanish-speaking R users can check on the mailing list <a href="http://web.archive.org/web/20110611085543/https://stat.ethz.ch/mailman/listinfo/r-help-es">r-help-es</a>.</span></p> <p><strong>W Polski</strong>: Polish R users forum: <a href="http://web.archive.org/web/20110611085543/https://www.im.uj.edu.pl/gur/">Grupa użytkowników R</a>.</p> <p>There is a list of <a href="http://web.archive.org/web/20110611085543/http://rwiki.sciviews.org/doku.php?id=rugs:r_user_groups">R User Groups</a> at the R Wiki.</p> <p>There is a list of <a href="http://web.archive.org/web/20110611085543/http://r-users-group.meetup.com/">R User Groups</a> on meetup.com.</p> </div> </div> </div> <a id="comments"></a> <div class="comments"> <h3 class="comments-header">Comments</h3> <div class="comments-info"> <p><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml"><img src="http://web.archive.org/web/20110611085543im_/http://static.typepad.com/.shared:v20110609.03-0-g27d71d4:typepad:en_us/images/feed.png" alt="Feed" width="10" height="10" /></a> You can follow this conversation by subscribing to the <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml">comment feed</a> for this post.</p> </div> <div class="comments-content" id="comments-content"> <!-- comment list --><a id="c6a010534b1db25970b0120a542bba7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a542bba7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a542bba7970c-content"> <span id="comment-6a010534b1db25970b0120a542bba7970c-content"><p>A user group in Amsterdam, NL?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.cs.vu.nl/~rpremraj" href="http://web.archive.org/web/20110611085543/http://www.cs.vu.nl/~rpremraj">Rahul Premraj</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a542bba7970c#comment-6a010534b1db25970b0120a542bba7970c">August 12, 2009 at 15:06</a> </p> </div><a id="c6a010534b1db25970b0120a4ff1120970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a4ff1120970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a4ff1120970b-content"> <span id="comment-6a010534b1db25970b0120a4ff1120970b-content"><p>Anyone interested in Dublin, Ireland R group?</p></span> </div> <p class="comment-footer"> Posted by: Anthony Staines | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a4ff1120970b#comment-6a010534b1db25970b0120a4ff1120970b">August 17, 2009 at 14:51</a> </p> </div><a id="c6a010534b1db25970b0120a5ac7de3970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5ac7de3970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5ac7de3970b-content"> <span id="comment-6a010534b1db25970b0120a5ac7de3970b-content"><p>I am trying to organize a R User Group for Germany (Southwest) with meetings in Mannheim or Heidelberg, maybe also Stuttgart, Karlsruhe, Frankfurt (later). </p> <p>I just created an initial group collaboration site at http://rug-sw.qlubb.com/public. To join this group click on the button "Request to join this Qlubb" at the upper right of the page (Joining may take a while as it has to be manually approved, sorry). </p> <p>Please join or leave your address even if you're not from the exact region. Maybe you will find other people from your region this way. </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://rug-sw.qlubb.com/public" href="http://web.archive.org/web/20110611085543/http://rug-sw.qlubb.com/public">Friedrich Schuster</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5ac7de3970b#comment-6a010534b1db25970b0120a5ac7de3970b">September 30, 2009 at 03:58</a> </p> </div><a id="c6a010534b1db25970b0120a5bde33b970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a5bde33b970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5bde33b970b-content"> <span id="comment-6a010534b1db25970b0120a5bde33b970b-content"><p>Hi Anthony,<br /> I'm interested in organizing an R group in Berlin. It'd be an English speaking group.</p></span> </div> <p class="comment-footer"> Posted by: J | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5bde33b970b#comment-6a010534b1db25970b0120a5bde33b970b">October 05, 2009 at 05:52</a> </p> </div><a id="c6a010534b1db25970b0120a6218320970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a6218320970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6218320970c-content"> <span id="comment-6a010534b1db25970b0120a6218320970c-content"><p>Hello R users in Northern Germany! <br /> This is the initial step to set up the R user group in the Northern part of Germany: "R im Norden" (RiN). The objective of this group is to establish a local forum for R users - beginner to advanced. You can meet with other users of the R Programming Language and learn and share tricks and techniques from and with other users. <br /> Please send a short mail indicating your interests to Rainer Feldmann: feldmann@qa-gmbh.de. </p> <p>Kind Regards<br /> Rainer</p></span> </div> <p class="comment-footer"> Posted by: Raienr Feldmann | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6218320970c#comment-6a010534b1db25970b0120a6218320970c">October 07, 2009 at 12:27</a> </p> </div><a id="c6a010534b1db25970b0120a6238e53970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a6238e53970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6238e53970c-content"> <span id="comment-6a010534b1db25970b0120a6238e53970c-content"><p>Hello, </p> <p>The Spanish-speaking R users group is organizing the 1st R conferences in Spain.</p> <p>We will try to create work teams and an organized users group.</p> <p>You can subscribe and send talk proposals here: www.ereros.org</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ereros.org" href="http://web.archive.org/web/20110611085543/http://www.ereros.org/">Patricia García</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6238e53970c#comment-6a010534b1db25970b0120a6238e53970c">October 08, 2009 at 02:16</a> </p> </div><a id="c6a010534b1db25970b0120a5e595ec970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5e595ec970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5e595ec970b-content"> <span id="comment-6a010534b1db25970b0120a5e595ec970b-content"><p>Anyone interested in an R Users group in Seattle WA (Eastside in particular)?</p></span> </div> <p class="comment-footer"> Posted by: Carolyn Johnston | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5e595ec970b#comment-6a010534b1db25970b0120a5e595ec970b">October 14, 2009 at 10:10</a> </p> </div><a id="c6a010534b1db25970b0120a61312e4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a61312e4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a61312e4970b-content"> <span id="comment-6a010534b1db25970b0120a61312e4970b-content"><p>Hi there - Anyone interested in starting a group in the Boston area?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ramakrishnan.com" href="http://web.archive.org/web/20110611085543/http://www.ramakrishnan.com/">Rama Ramakrishnan</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a61312e4970b#comment-6a010534b1db25970b0120a61312e4970b">October 22, 2009 at 09:37</a> </p> </div><a id="c6a010534b1db25970b012875a06a20970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012875a06a20970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875a06a20970c-content"> <span id="comment-6a010534b1db25970b012875a06a20970c-content"><p>Rainer for RiN</p> <p>Ivailo Partchev (University of Jena) asked us to inform you about a online workshop on "Statistical Programming in R", he will hold in Jena on November 21 and 22, 2009. For more information and registration: http://www.metheval.uni-jena.de.</p> <p>Kind Regards<br /> Rainer<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.qa-gmbh.de" href="http://web.archive.org/web/20110611085543/http://www.qa-gmbh.de/">Rainer Feldmann</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875a06a20970c#comment-6a010534b1db25970b012875a06a20970c">November 14, 2009 at 05:16</a> </p> </div><a id="c6a010534b1db25970b012875bcdc84970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012875bcdc84970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875bcdc84970c-content"> <span id="comment-6a010534b1db25970b012875bcdc84970c-content"><p>Italy, Padova<br /> http://www.rante.org/ </p> <p>We are an association that promotes knowledge sharing and the use of open source tools in Italy. As a part of our activities, together with other people (scholars, consultants, R-lovers and so on), we are setting up a R-user group in Italy. Our headquarter is located in Padova, where also the University (Department of Statistical Sciences) mantains a CRAN Mirror. Our initial aims are : - to promote the use of R across public institutions, private companies and no-profit organisations - to collect and disseminate R materials (primers, tutorials, lectures) through our website for making them immediately available to different communities - to organise events and lectures to spread R use across our territory </p> <p>Everyone who is interested in joining and helping us is really welcome. </p> <p>You can contact us at info@rante.org <br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rante.org" href="http://web.archive.org/web/20110611085543/http://www.rante.org/">Dario Solari</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875bcdc84970c#comment-6a010534b1db25970b012875bcdc84970c">November 20, 2009 at 06:37</a> </p> </div><a id="c6a010534b1db25970b0120a73024d1970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a73024d1970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a73024d1970b-content"> <span id="comment-6a010534b1db25970b0120a73024d1970b-content"><p>Also interested in a Seattle-area group.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rapidbiologics.com" href="http://web.archive.org/web/20110611085543/http://www.rapidbiologics.com/">Mark Seligman</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a73024d1970b#comment-6a010534b1db25970b0120a73024d1970b">December 08, 2009 at 13:27</a> </p> </div><a id="c6a010534b1db25970b01287647ee86970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01287647ee86970c"> <div class="comment-content" id="comment-6a010534b1db25970b01287647ee86970c-content"> <span id="comment-6a010534b1db25970b01287647ee86970c-content"><p>Hi I'm Scott from Denver, Colorado. Very new to R, but interested in starting an R group here in the Denver/Boulder area. I have a core group of users (~25) medical/biostatistical researchers that use various functions on various projects. Any information and materials you could send me would be great. We are all currently SAS users willing to learn a new language. </p></span> </div> <p class="comment-footer"> Posted by: Scott Sibbel | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01287647ee86970c#comment-6a010534b1db25970b01287647ee86970c">December 11, 2009 at 14:05</a> </p> </div><a id="c6a010534b1db25970b012876483316970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876483316970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876483316970c-content"> <span id="comment-6a010534b1db25970b012876483316970c-content"><p>Hi Scott. I'll send you a document with tips on how to start up a user group (one of these days I'll get around to making it into a blog post).</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolution-computing.com" href="http://web.archive.org/web/20110611085543/http://www.revolution-computing.com/">David Smith</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876483316970c#comment-6a010534b1db25970b012876483316970c">December 11, 2009 at 15:21</a> </p> </div><a id="c6a010534b1db25970b0120a7a3a244970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7a3a244970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7a3a244970b-content"> <span id="comment-6a010534b1db25970b0120a7a3a244970b-content"><p>Hi <br /> Im in Durban, South Africa and am keen to meet with other R users in the area. </p></span> </div> <p class="comment-footer"> Posted by: Michael Chadbourne | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7a3a244970b#comment-6a010534b1db25970b0120a7a3a244970b">January 04, 2010 at 11:26</a> </p> </div><a id="c6a010534b1db25970b0120a7c355b4970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a7c355b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7c355b4970b-content"> <span id="comment-6a010534b1db25970b0120a7c355b4970b-content"><p>Hi there<br /> I would also be interested in a R group for Dublin,IE.<br /> Regards<br /> Kevin O'Brien.</p></span> </div> <p class="comment-footer"> Posted by: Kevin O'Brien | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7c355b4970b#comment-6a010534b1db25970b0120a7c355b4970b">January 11, 2010 at 07:37</a> </p> </div><a id="c6a010534b1db25970b012876d1ffd2970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876d1ffd2970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876d1ffd2970c-content"> <span id="comment-6a010534b1db25970b012876d1ffd2970c-content"><p>Hi, <br /> I would be interested in an R group in Baton Rouge, Louisiana, USA.</p> <p>Daniel Ence</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1" href="http://web.archive.org/web/20110611085543/http://sites.google.com/site/carstenslabsite/home/daniel-ence-1">Daniel Ence</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876d1ffd2970c#comment-6a010534b1db25970b012876d1ffd2970c">January 13, 2010 at 14:18</a> </p> </div><a id="c6a010534b1db25970b012876e708ba970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876e708ba970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876e708ba970c-content"> <span id="comment-6a010534b1db25970b012876e708ba970c-content"><p>I am keen to meet other R users in Brussels. If anyone is interested let me know. Would also actively support the establiment of such a group. </p></span> </div> <p class="comment-footer"> Posted by: Alexis-Michel Mugabushaka | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876e708ba970c#comment-6a010534b1db25970b012876e708ba970c">January 17, 2010 at 12:26</a> </p> </div><a id="c6a010534b1db25970b0120a7ee4b07970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7ee4b07970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7ee4b07970b-content"> <span id="comment-6a010534b1db25970b0120a7ee4b07970b-content"><p>St. Louis anyone?</p></span> </div> <p class="comment-footer"> Posted by: Alex | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7ee4b07970b#comment-6a010534b1db25970b0120a7ee4b07970b">January 19, 2010 at 13:11</a> </p> </div><a id="c6a010534b1db25970b012876f16112970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876f16112970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f16112970c-content"> <span id="comment-6a010534b1db25970b012876f16112970c-content"><p>Any interest in a UseR group in Philadelphia?</p></span> </div> <p class="comment-footer"> Posted by: Alex Mc | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f16112970c#comment-6a010534b1db25970b012876f16112970c">January 19, 2010 at 13:32</a> </p> </div><a id="c6a010534b1db25970b012876f1a277970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876f1a277970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f1a277970c-content"> <span id="comment-6a010534b1db25970b012876f1a277970c-content"><p>I would be interested in a Philadelphia UseR group.<br /> leipzig@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://jermdemo.blogspot.com" href="http://web.archive.org/web/20110611085543/http://jermdemo.blogspot.com/">Jeremy Leipzig</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f1a277970c#comment-6a010534b1db25970b012876f1a277970c">January 19, 2010 at 14:35</a> </p> </div><a id="c6a010534b1db25970b0128770154d4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0128770154d4970c"> <div class="comment-content" id="comment-6a010534b1db25970b0128770154d4970c-content"> <span id="comment-6a010534b1db25970b0128770154d4970c-content"><p>Hi! Anyone interested in a UseR group in Toronto, Ontario, Canada?</p></span> </div> <p class="comment-footer"> Posted by: Kate | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0128770154d4970c#comment-6a010534b1db25970b0128770154d4970c">January 22, 2010 at 11:27</a> </p> </div><a id="c6a010534b1db25970b0133ec7af129970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ec7af129970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ec7af129970b-content"> <span id="comment-6a010534b1db25970b0133ec7af129970b-content"><p>I'm also interested in joining or starting an R users group in the Boston. Please contact me at michaeljboucher@gmail.com</p> <p>Regards,</p> <p>Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike Boucher | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ec7af129970b#comment-6a010534b1db25970b0133ec7af129970b">April 05, 2010 at 14:08</a> </p> </div><a id="c6a010534b1db25970b0134808741df970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0134808741df970c"> <div class="comment-content" id="comment-6a010534b1db25970b0134808741df970c-content"> <span id="comment-6a010534b1db25970b0134808741df970c-content"><p>We have a group names as "Research Methods and Analytics", but with R as a main topic, and we are in Pasadena.</p> <p>see http://www.meetup.com/Research-Methods-and-Analytics/ </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Research-Methods-and-Analytics/" href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Research-Methods-and-Analytics/">Alex</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0134808741df970c#comment-6a010534b1db25970b0134808741df970c">May 06, 2010 at 10:48</a> </p> </div><a id="c6a010534b1db25970b0133ee1ad8ca970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ee1ad8ca970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"> <span id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"><p>I've just started an R users group in Salt Lake City, UT. Anybody in the neighborhood, please join us!</p> <p>http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/" href="http://web.archive.org/web/20110611085543/http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Jake</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ee1ad8ca970b#comment-6a010534b1db25970b0133ee1ad8ca970b">May 20, 2010 at 15:10</a> </p> </div><a id="c6a010534b1db25970b0133f11b2812970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f11b2812970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f11b2812970b-content"> <span id="comment-6a010534b1db25970b0133f11b2812970b-content"><p>I'd like to see a Minneapolis useR group...</p></span> </div> <p class="comment-footer"> Posted by: Aaron | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f11b2812970b#comment-6a010534b1db25970b0133f11b2812970b">June 15, 2010 at 11:23</a> </p> </div><a id="c6a010534b1db25970b013485b89b14970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b013485b89b14970c"> <div class="comment-content" id="comment-6a010534b1db25970b013485b89b14970c-content"> <span id="comment-6a010534b1db25970b013485b89b14970c-content"><p>Mabuhay!</p> <p>I'm from the Islands of Philippines. I want to form R Group here in Manila. Contact me dhon.buenavista@roberts.com.ph Or fgbuenavista@yahoo.com</p></span> </div> <p class="comment-footer"> Posted by: dhon buenavista | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013485b89b14970c#comment-6a010534b1db25970b013485b89b14970c">July 26, 2010 at 17:40</a> </p> </div><a id="c6a010534b1db25970b0133f2fd25db970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f2fd25db970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f2fd25db970b-content"> <span id="comment-6a010534b1db25970b0133f2fd25db970b-content"><p>hi,</p> <p>i've started an R user group in singapore</p> <p>feel free to post</p> <p>cheers</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/R-User-Group-SG/" href="http://web.archive.org/web/20110611085543/http://www.meetup.com/R-User-Group-SG/">lee</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f2fd25db970b#comment-6a010534b1db25970b0133f2fd25db970b">August 11, 2010 at 00:55</a> </p> </div><a id="c6a010534b1db25970b01348636d606970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01348636d606970c"> <div class="comment-content" id="comment-6a010534b1db25970b01348636d606970c-content"> <span id="comment-6a010534b1db25970b01348636d606970c-content"><p>Any interest in a UseR group in São Paulo, Brazil?</p></span> </div> <p class="comment-footer"> Posted by: Manoel Galdino | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01348636d606970c#comment-6a010534b1db25970b01348636d606970c">August 14, 2010 at 20:40</a> </p> </div><a id="c6a010534b1db25970b013486be2705970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b013486be2705970c"> <div class="comment-content" id="comment-6a010534b1db25970b013486be2705970c-content"> <span id="comment-6a010534b1db25970b013486be2705970c-content"><p>I would be interested in a useR group in Cincinnati.<br /> Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013486be2705970c#comment-6a010534b1db25970b013486be2705970c">September 03, 2010 at 06:06</a> </p> </div><a id="c6a010534b1db25970b0133f4910ebd970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133f4910ebd970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f4910ebd970b-content"> <span id="comment-6a010534b1db25970b0133f4910ebd970b-content"><p>Spain: Barcelona <br /> tim.riffe@gmail.com </p> <p>Anyone interested in starting up a BCN RUG? I’m a gradstudent at the UAB and am interested in forming a local R-user community. I can organize space on the UAB campus, but could meet elsewhere. </p> <p>Algú vol formar un grup de usuaris de R a BCN? Soc estudiant de posgrau a la UAB. Puc organitzar espai a la UAB o reunir a qualsevol lloc a la ciutat. Envia’m un correu! </p></span> </div> <p class="comment-footer"> Posted by: Tim | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f4910ebd970b#comment-6a010534b1db25970b0133f4910ebd970b">September 24, 2010 at 20:30</a> </p> </div><a id="c6a010534b1db25970b0148c7259d9a970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c7259d9a970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c7259d9a970c-content"> <span id="comment-6a010534b1db25970b0148c7259d9a970c-content"><p>Connecticut anyone?</p></span> </div> <p class="comment-footer"> Posted by: Bob | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c7259d9a970c#comment-6a010534b1db25970b0148c7259d9a970c">December 29, 2010 at 06:55</a> </p> </div><a id="c6a010534b1db25970b0147e142510e970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e142510e970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e142510e970b-content"> <span id="comment-6a010534b1db25970b0147e142510e970b-content"><p>Hi.. <br /> I'd like to start a UserGroup in India (TamilNad).<br /> Please guide.</p> <p>Vignesh M</p></span> </div> <p class="comment-footer"> Posted by: Vignesh | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e142510e970b#comment-6a010534b1db25970b0147e142510e970b">January 04, 2011 at 04:10</a> </p> </div><a id="c6a010534b1db25970b0148c751e4f7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c751e4f7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c751e4f7970c-content"> <span id="comment-6a010534b1db25970b0148c751e4f7970c-content"><p>For R users in India, check the R South Asia group </p> <p>http://groups.google.co.in/group/r-sa</p> <p>Thanks</p> <p>Saket</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://groups.google.co.in/group/r-sa" href="http://web.archive.org/web/20110611085543/http://groups.google.co.in/group/r-sa">Saket</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c751e4f7970c#comment-6a010534b1db25970b0148c751e4f7970c">January 04, 2011 at 23:05</a> </p> </div><a id="c6a010534b1db25970b0147e1cfb200970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e1cfb200970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e1cfb200970b-content"> <span id="comment-6a010534b1db25970b0147e1cfb200970b-content"><p>would also like a Minneapolis/Saint Paul users group</p></span> </div> <p class="comment-footer"> Posted by: david salmela | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e1cfb200970b#comment-6a010534b1db25970b0147e1cfb200970b">January 21, 2011 at 05:17</a> </p> </div><a id="c6a010534b1db25970b0148c807b02c970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c807b02c970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c807b02c970c-content"> <span id="comment-6a010534b1db25970b0148c807b02c970c-content"><p>There is now a Twin Cities R User group (Minneapolis, St. Paul, MN). Please join the meetup.com group and RSVP for the next meeting if you can make it. </p> <p>Looking forward to meeting you all. </p> <p>http://www.meetup.com/twincitiesrug/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/twincitiesrug/" href="http://web.archive.org/web/20110611085543/http://www.meetup.com/twincitiesrug/">Erik Iverson</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c807b02c970c#comment-6a010534b1db25970b0148c807b02c970c">January 26, 2011 at 09:00</a> </p> </div><a id="c6a010534b1db25970b0148c8174a61970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0148c8174a61970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c8174a61970c-content"> <span id="comment-6a010534b1db25970b0148c8174a61970c-content"><p>Hi all,</p> <p>any R users in the <b>Philippines</b>? im sure you're out there, i'm just not sure how to get to you. i'm from a local university here in Manila, and im thinking of contacting Statistics students from other universities to group together to form a local R group here in Manila. please help spread the word.</p> <p>kind regards! </p></span> </div> <p class="comment-footer"> Posted by: schubert | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c8174a61970c#comment-6a010534b1db25970b0148c8174a61970c">January 28, 2011 at 00:57</a> </p> </div><a id="c6a010534b1db25970b0148c855fda6970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c855fda6970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c855fda6970c-content"> <span id="comment-6a010534b1db25970b0148c855fda6970c-content"><p>merçi d'avoir indiqué cette liste,j'ai trouvé mon bonheur! merçi.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.muondo.org" href="http://web.archive.org/web/20110611085543/http://www.muondo.org/">muondo</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c855fda6970c#comment-6a010534b1db25970b0148c855fda6970c">February 04, 2011 at 11:10</a> </p> </div><a id="c6a010534b1db25970b0147e2bfa259970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e2bfa259970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e2bfa259970b-content"> <span id="comment-6a010534b1db25970b0147e2bfa259970b-content"><p>Anyone up for Indianapolis-West Lafayette-Bloomington R User Group?</p></span> </div> <p class="comment-footer"> Posted by: Shreyas | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e2bfa259970b#comment-6a010534b1db25970b0147e2bfa259970b">February 22, 2011 at 09:38</a> </p> </div><a id="c6a010534b1db25970b014e5f910918970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e5f910918970c"> <div class="comment-content" id="comment-6a010534b1db25970b014e5f910918970c-content"> <span id="comment-6a010534b1db25970b014e5f910918970c-content"><p>am going to set up Birmingham Alabama r users group; please let me know if anyone is interested</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://timelyportfolio.blogspot.com" href="http://web.archive.org/web/20110611085543/http://timelyportfolio.blogspot.com/">Kent Russell</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e5f910918970c#comment-6a010534b1db25970b014e5f910918970c">March 01, 2011 at 09:30</a> </p> </div><a id="c6a010534b1db25970b0147e3159f31970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e3159f31970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3159f31970b-content"> <span id="comment-6a010534b1db25970b0147e3159f31970b-content"><p>I'm about to start a group for dublin, ireland. I'll post the details shortly.</p></span> </div> <p class="comment-footer"> Posted by: rory cawley | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3159f31970b#comment-6a010534b1db25970b0147e3159f31970b">March 08, 2011 at 13:15</a> </p> </div><a id="c6a010534b1db25970b0147e3786a81970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0147e3786a81970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3786a81970b-content"> <span id="comment-6a010534b1db25970b0147e3786a81970b-content"><p>I have started a Tallahassee R Users Group and have scheduled a meeting on April 3 at 4 PM at New Leaf Market (The Dining Area). Hope to see some people there.</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3786a81970b#comment-6a010534b1db25970b0147e3786a81970b">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b014e86f8935d970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e86f8935d970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e86f8935d970d-content"> <span id="comment-6a010534b1db25970b014e86f8935d970d-content"><p>Sorry forgot to give the url - http://www.meetup.com/Tallahassee-R-Users-Group/</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e86f8935d970d#comment-6a010534b1db25970b014e86f8935d970d">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b015431e10563970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015431e10563970c"> <div class="comment-content" id="comment-6a010534b1db25970b015431e10563970c-content"> <span id="comment-6a010534b1db25970b015431e10563970c-content"><p>Hi,<br /> Looking to start one here in Nairobi..Kenya very soon</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.africangeogeek.com" href="http://web.archive.org/web/20110611085543/http://www.africangeogeek.com/">jude</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015431e10563970c#comment-6a010534b1db25970b015431e10563970c">April 22, 2011 at 00:35</a> </p> </div><a id="c6a010534b1db25970b01538e88d642970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538e88d642970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538e88d642970b-content"> <span id="comment-6a010534b1db25970b01538e88d642970b-content"><p>There is a new users group in Italy: Torino R net<br /> www.TorinoR.net</p> <p>first meeting on 16th June, please update above list and calendar, there is an ical at TorinoR.net/events.ical</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.TorinoR.net" href="http://web.archive.org/web/20110611085543/http://www.torinor.net/">Daniele Amberti</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538e88d642970b#comment-6a010534b1db25970b01538e88d642970b">May 17, 2011 at 02:31</a> </p> </div><a id="c6a010534b1db25970b015432625950970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015432625950970c"> <div class="comment-content" id="comment-6a010534b1db25970b015432625950970c-content"> <span id="comment-6a010534b1db25970b015432625950970c-content"><p>Hi Daniele, Torino R net is now on the list -- thanks!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://web.archive.org/web/20110611085543/http://www.revolutionanalytics.com/">David Smith</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015432625950970c#comment-6a010534b1db25970b015432625950970c">May 18, 2011 at 07:46</a> </p> </div><a id="c6a010534b1db25970b014e890f763e970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e890f763e970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e890f763e970d-content"> <span id="comment-6a010534b1db25970b014e890f763e970d-content"><p>Aloha,</p> <p>We're looking to start an R UseR GRoup in <b>Hawai'i</b> (HI,USA). Most users I know are on Maui, but perhaps we can begin with a distributed group via e-conferencing to include persons on all islands. I can organize space at my research department, which is mostly focused on wildlife, but we'd welcome persons and perspectives from many other disciplines. Please contact robertrankin AT pacificwhale DOT org.</p> <p>Mahalo,<br /> Rob<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.pacificwhale.org" href="http://web.archive.org/web/20110611085543/http://www.pacificwhale.org/">Robert Rankin</a> | <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e890f763e970d#comment-6a010534b1db25970b014e890f763e970d">June 11, 2011 at 00:51</a> </p> </div> </div> </div> <!-- comment-form-atp --> <div id="atp-comments"> <div id="comment-preview" class="hiddenBox"> <h3 id="header-verify-comment" class="comments-header hiddenBox">Verify your Comment</h3> <h3 id="header-preview-comment" class="comments-header hiddenBox">Previewing your Comment</h3> <div class="comments-content"> <div class="comment"> <div id="comment-preview-content" class="comment-content"> </div> <p class="comment-footer"> Posted by: <span id="comment-preview-author"></span> | <span id="comment-preview-datetime"></span> </p> </div> </div> </div> <div id="comment-preview-confirmation" class="hiddenBox yellowBox"> <p>This is only a preview. Your comment has not yet been posted.</p> <form id="comment-preview-form" method="post" onsubmit="atpComments.interceptPost(); return false;"> <input type="submit" name="post" id="comment-confirm-post" value=" Post " onclick="atpComments.interceptPost(); return false;"/> <input type="submit" name="edit" id="comment-edit" value="  Edit  " onclick="atpComments.previewOnly(2); return false;"/> <span id="previewFormSpinner" class="hiddenBox"><img src="http://web.archive.org/web/20110611085543im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </form> </div> <div id="comment-error" class="hiddenBox redBox"> Your comment could not be posted. Error type: <span id="comment-error-msg"></span> </div> <div id="comment-complete" class="hiddenBox yellowGreenBox"> Your comment has been posted. <a href="javascript:void 0;" onclick="window.location.hash='#comment-form';window.location.reload(false)">Post another comment</a> </div> <div id="comment-captcha" class="hiddenBox yellowBox"> <div id="captchaText"> <p id="captchaFailMsg" class="captchaErrorText hiddenBox">The letters and numbers you entered did not match the image. Please try again.</p> <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.</p> <p><span id="comment-captcha-viewalt">Having trouble reading this image? <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html#comment-captcha" onClick="atpComments.generateCaptcha();">View an alternate.</a></span></p> </div> <p class=""><img id="captchaImg" /></p> <form id="comment-captcha-form" method="post" onsubmit="atpComments.submitWithCaptcha(); return false;"> <input type="hidden" name="captcha_chal" id="comment-captcha-chal" value="" /> <p> <input id="comment-captcha-text" name="captcha_text" size="10" /> </p> <p> <input type="submit" name="continue" id="captcha-continue" value=" Continue " /> <span id="captchaFormSpinner" class="commentSpinner hiddenBox"><img src="http://web.archive.org/web/20110611085543im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </p> </form> </div> <div id="primary-comment-form" class="comment-form"> <form id="comment-form" action="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1307782543-6af3738cbb750d069868d9058c56451ef8420e65:z1kr47LAPp2Cffeq" /> <div class="comments-open"> <h2 class="comments-open-header" id="comment-title">Post a comment</h2> <div id="comments-open-content" class="comments-open-content"> <div id="comments-open-text" style="display:none;"> <textarea id="comment-text" name="text" rows="10" cols="30" onkeyup="atpComments.maxTextArea(this, 64000);"></textarea> <p class="comments-open-subtext"> (You can use HTML tags like <b> <i> and <ul> to style your text.) </p> </div> <div id="comments-open-data" style="display:none;"> <p>Your Information</p> <p> (Name and email address are required. Email address will not be displayed with the comment.) </p> <p> <input id="comment-author" at:default="Name" name="author" size="30" value="Name" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-author" id="comment-author-error" class="comment-error hiddenBox">Name is required to post a comment</label> </p> <p> <input id="comment-email" at:default="Email Address" name="email" size="30" value="Email Address" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-email" id="comment-email-error" class="comment-error hiddenBox">Please enter a valid email address</label> </p> <p> <input id="comment-url" at:default="Web Site URL" name="url" size="30" value="Web Site URL" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-url" id="comment-url-error" class="comment-error hiddenBox">Invalid URL</label> </p> </div> </div> <div id="comments-open-footer" class="comments-open-footer" style="display:none;"> <input type="submit" name="post" id="comment-post-button" value=" Post " onclick="atpComments.interceptPost(); return false;" disabled="true" /> <input type="submit" name="preview" id="comment-preview-button" value=" Preview " onclick="atpComments.previewOnly(1); return false;" disabled="true" /> <span id="commentEntryFormSpinner" class="commentSpinner hiddenBox"><img src="http://web.archive.org/web/20110611085543im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </div> </div> </form> <noscript> <div id="comments-open-noscript" class="comments-open-noscript"> <form action="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1307782543-747a57717ba89ba78ce1d9e5a3e8f613b23e1532:6V6Dbj3TEB6YIos7" /> Name:<br /><input type="text" name="author" size="30" /><br /> Email address:<br /><input type="text" name="email" size="30" /><br /> URL:<br /><input type="text" name="url" size="30" /><br /><br /> Comment:<br /><textarea name="text" cols="40" rows="4"></textarea><br /> <input type="submit" name="submit" value="Submit" /> </form> </div> </noscript> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- sidebar --> <div class="module-archives module"> <h2 class="module-header">Information</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/about.html">About this blog</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/comments-policy.html">Comments Policy</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/categories.html">About Categories</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/authors.html">About the Authors</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/calendar.html">R Community Calendar</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> Got comments or suggestions for the blog editor? <br> Email <a href="mailto:david@revolution-computing.com">David Smith</a>. </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://web.archive.org/web/20110611085543/http://www.twitter.com/revodavid"><img src="http://web.archive.org/web/20110611085543im_/http://twitter-badges.s3.amazonaws.com/t_small-b.png" alt="Follow revodavid on Twitter"/></a> Follow David on Twitter: <a href="http://web.archive.org/web/20110611085543/http://twitter.com/revodavid">@revodavid</a> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://web.archive.org/web/20110611085543/http://inside-r.org/download" title="Download R"><img src="http://web.archive.org/web/20110611085543im_/http://inside-r.org/sites/all/themes/rweb/assets/badges/download-r-badge-125-blue.png" border="0" /></a> </div> </div> <div class="module-syndicate module"> <div class="module-content"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/atom.xml">Subscribe to this blog's feed</a> </div> </div> <div class="module-categories module"> <h2 class="module-header"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/academia/">academia</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/advanced-tips/">advanced tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/announcements/">announcements</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/applications/">applications</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/beginner-tips/">beginner tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/big-data/">big data</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/courses/">courses</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/current-events/">current events</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/data-science/">data science</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/developers/">developer tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/events/">events</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/finance/">finance</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/graphics/">graphics</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/high-performance-computing/">high-performance computing</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/life-sciences/">life sciences</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/open-source/">open source</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/other-industry/">other industry</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/packages/">packages</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/predictive-analytics/">predictive analytics</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/profiles/">profiles</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/r/">R</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/r-is-hot/">R is Hot</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/random/">random</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/revolution/">Revolution</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/rmedia/">Rmedia</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/roundups/">roundups</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/sports-1/">sports</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/statistics/">statistics</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/user-groups/">user groups</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">R links</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://inside-r.org/">inside-R.org, the R Community Site</a><br />Sponsored by Revolution Analytics</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://www.revolutionanalytics.com/">Revolution Analytics</a><br />Information about Revolution R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://www.revolutionanalytics.com/downloads/">Download Revolution R</a><br />Free, high-performance distribution of R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://forums.revolutionanalytics.com/">Revolution R forum</a><br />Questions and discussions about Revolution R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://www.revolution-computing.com/cran">CRAN</a><br />Download packages for R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://www.r-project.org/">R Project site</a><br />Information about the R project</li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Recommended Sites</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://flowingdata.com/">FlowingData</a><br />Modern data visualization</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://onertipaday.blogspot.com/">One R Tip A Day</a><br />Code examples for graphics and analysis</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://www.r-bloggers.com/">R Bloggers</a><br />Daily news and tutorials about R, contributed by R bloggers worldwide.</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://www.analyticbridge.com/group/rprojectandotherfreesoftwaretools">R Project group on analyticbridge.com</a><br />Community and discussion forum</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://www.stat.columbia.edu/~cook/movabletype/mlm/">Statistical Modeling, Causal Inference, and Social Science</a><br />Andrew Gelman's statistics blog</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://www.dataists.com/">The Dataists</a><br />Innovative and practical data analysis methodology.</li> </ul> </div> </div> <div class="module-recent-comments module"> <h2 class="module-header">Recent Comments</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e890f763e970d#comment-6a010534b1db25970b014e890f763e970d">Robert Rankin</a> on <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/06/quality-real-time-analytics.html?cid=6a010534b1db25970b014e890e15cc970d#comment-6a010534b1db25970b014e890e15cc970d">Nicole Casey</a> on <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/06/quality-real-time-analytics.html">Real-time Analytics for Capital Markets with Revolution R</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/06/because-its-friday-lord-of-the-rings-minard-style.html?cid=6a010534b1db25970b01538f18f5e9970b#comment-6a010534b1db25970b01538f18f5e9970b">Edward</a> on <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/06/because-its-friday-lord-of-the-rings-minard-style.html">Because it's Friday: Lord of the Rings, Minard-style</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2010/10/gay-stereotypes-busted.html?cid=6a010534b1db25970b014e890aa9ce970d#comment-6a010534b1db25970b014e890aa9ce970d">maymunlilimoo</a> on <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2010/10/gay-stereotypes-busted.html">Busting gay stereotypes with data</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/01/because-its-friday-exploring-zipcodes.html?cid=6a010534b1db25970b01538f173193970b#comment-6a010534b1db25970b01538f173193970b">cheapcomputers</a> on <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/01/because-its-friday-exploring-zipcodes.html">Because it's Friday: Exploring Zipcodes</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2010/06/performance-benefits-of-multithreaded-r.html?cid=6a010534b1db25970b015432e9b355970c#comment-6a010534b1db25970b015432e9b355970c">UNICAVANT</a> on <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2010/06/performance-benefits-of-multithreaded-r.html">Performance benefits of linking R to multithreaded math libraries</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/05/the-neflix-prize-big-data-svd-and-r.html?cid=6a010534b1db25970b014e89052dac970d#comment-6a010534b1db25970b014e89052dac970d">Zeno</a> on <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/05/the-neflix-prize-big-data-svd-and-r.html">The Netflix Prize, Big Data, SVD and R</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2009/12/singapore-february-1920-computational-topics-in-finance.html?cid=6a010534b1db25970b01538f0fd1ad970b#comment-6a010534b1db25970b01538f0fd1ad970b">BugPounknub</a> on <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2009/12/singapore-february-1920-computational-topics-in-finance.html">Singapore, February 19-20: Computational Topics in Finance</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/06/r-data-mining.html?cid=6a010534b1db25970b01538f0edf77970b#comment-6a010534b1db25970b01538f0edf77970b">discount cycling clothes</a> on <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/06/r-data-mining.html">R for Data Mining</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/02/r-overtakes-sas-and-matlab-in-programming-language-popularity.html?cid=6a010534b1db25970b01538f0df706970b#comment-6a010534b1db25970b01538f0df706970b">Robert Wilkins</a> on <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/02/r-overtakes-sas-and-matlab-in-programming-language-popularity.html">R overtakes SAS and Matlab in programming language popularity</a> </li> </ul> </div> </div> <div class="module-archives module"> <h2 class="module-header"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/archives.html">Archives</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/06/index.html">June 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/05/index.html">May 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/04/index.html">April 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/03/index.html">March 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/02/index.html">February 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2011/01/index.html">January 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2010/12/index.html">December 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2010/11/index.html">November 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2010/10/index.html">October 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/2010/09/index.html">September 2010</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Search Revolutions Blog</h2> <div class="typelist-plain module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-note"><form method="get" action="http://web.archive.org/web/20110611085543/http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <div style="background-color:white;"></div> <input type="text" name="q" size="18" maxlength="255" value="" /> <input type="submit" name="btnG" value=" Search Blog " /> <br /> <small> <input type="hidden" name="domains" value="blog.revolutionanalytics.com" /> <br /> <input type="hidden" name="sitesearch" value="blog.revolutionanalytics.com" checked="checked" /> <br /></small> </form> <!-- SiteSearch Google --></div></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script src="http://web.archive.org/web/20110611085543js_/http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script> <script>mktoMunchkin("224-FMR-259");</script> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://web.archive.org/web/20110611085543/http://www/"); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var firstTracker = _gat._getTracker("UA-6984166-10"); firstTracker._setDomainName(".revolutionanalytics.com"); firstTracker._setAllowLinker(true); firstTracker._setAllowHash(false); firstTracker._trackPageview(); var secondTracker = _gat._getTracker("UA-6984166-9"); secondTracker._setDomainName(".revolutionanalytics.com"); secondTracker._setAllowLinker(true); secondTracker._setAllowHash(false); secondTracker._trackPageview(); } catch (err) { } </script> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="http://web.archive.org/web/20110611085543/http://www.typepad.com//t/stats?blog_id=1774446&user_id=3164880&page=' + escape(location.href) + '&referrer=' + escape(document.referrer) + '&i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://web.archive.org/web/20110611085543js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qoptions = { tags:"typepad.extended" }; _qacct="p-fcYWUmj5YbYKM"; quantserve();</script> <noscript> <a href="http://web.archive.org/web/20110611085543/http://www.quantcast.com/p-fcYWUmj5YbYKM" target="_blank"><img src="http://web.archive.org/web/20110611085543im_/http://pixel.quantserve.com/pixel/p-fcYWUmj5YbYKM.gif?tags=typepad.extended" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <script type="text/javascript"> var captchaImgAttempts = 0; var allowAnonComments = '0'; var registrationRequired = 0; var registrationOptional = 0; var emailRequired = 1; var useAvatars = 0; var showSignInMessaging = 0; var jsonURL = "/.services/json-rpc"; var captchaSrc = "/.services/captcha?code_encrypted="; var alertCommentCannotBeBlank = "You can not leave an empty comment. Please enter some text in the Comment field."; var alertEditingExpired = "Sorry, you're no longer allowed to edit this comment. You may have taken too much time before submitting your edit or someone may have already replied to it."; var alertAuthorCannotBeBlank = "Name must not be blank."; var alertEmailCannotBeBlank = "Email Address must not be blank."; var alertAuthorAndEmailCannotBeBlank = "Name and email address are both required!"; var alertEmailIsInvalid = "The Email Address you entered is invalid. Please enter a valid email address."; var alertUnauthorizedAction = "The comments on this post are closed."; var msgPostReplyTo = "Reply to "; var msgInReplyTo = "In reply to "; var msgPostAComment = "Post a comment "; var atpCommentsPath = "/.shared/js/atpcomments_yui.js?v=5"; var hasChanged = 0; var hostName = ".revolutionanalytics.com"; var tp_comment_token = "1307782543-839fb0c355f13390f20b770e0a902d03e2caf4dc:5vYlRQ729YT9OrUz"; var isPage = 1; var blog_xid = "6a010534b1db25970b010536040741970b"; var xid = ""; var injectCode = '<div id=\"comment-preview\" class=\"hiddenBox\">\n\t<h3 id=\"header-verify-comment\" class=\"comments-header hiddenBox\">Verify your Comment<\/h3>\n <h3 id=\"header-preview-comment\" class=\"comments-header hiddenBox\">Previewing your Comment<\/h3>\n\t<div class=\"comments-content\">\n\t\t<div class=\"comment\">\n\t\t\t<div id=\"comment-preview-content\" class=\"comment-content\">\n\t\t\t<\/div>\n\t\t\t<p class=\"comment-footer\">\n\t\t\t\tPosted by: \n\t\t\t\t<span id=\"comment-preview-author\"><\/span> | <span id=\"comment-preview-datetime\"><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div id=\"comment-preview-confirmation\" class=\"hiddenBox yellowBox\">\n <p>This is only a preview. Your comment has not yet been posted.<\/p>\n \t<form id=\"comment-preview-form\"\n \t\tmethod=\"post\"\n \t\tonsubmit=\"atpComments.interceptPost(); return false;\">\n\t\t<input type=\"submit\" name=\"post\" id=\"comment-confirm-post\" value=\" Post \" onclick=\"atpComments.interceptPost(); return false;\"/>\t\t \n\t\t<input type=\"submit\" name=\"edit\" id=\"comment-edit\" value=\"  Edit  \" onclick=\"atpComments.previewOnly(2); return false;\"/>\n <span id=\"previewFormSpinner\" class=\"hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n\t<\/form>\n<\/div>\n<div id=\"comment-error\" class=\"hiddenBox redBox\">\t \n Your comment could not be posted. Error type: <span id=\"comment-error-msg\"><\/span> \n<\/div>\t\n<div id=\"comment-complete\" class=\"hiddenBox yellowGreenBox\">\n Your comment has been posted. <a href=\"javascript:void 0;\" onclick=\"window.location.hash=\'#comment-form\';window.location.reload(false)\">Post another comment<\/a>\n<\/div>\t\n<div id=\"comment-captcha\" class=\"hiddenBox yellowBox\">\t\n <div id=\"captchaText\">\n\t <p id=\"captchaFailMsg\" class=\"captchaErrorText hiddenBox\">The letters and numbers you entered did not match the image. Please try again.<\/p>\t \t \n\t <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.<\/p>\n\t <p><span id=\"comment-captcha-viewalt\">Having trouble reading this image? <a href=\"#comment-captcha\" onClick=\"atpComments.generateCaptcha();\">View an alternate.<\/a><\/span><\/p>\n <\/div>\n <p class=\"\"><img id=\"captchaImg\" /><\/p>\t\t\n <form id=\"comment-captcha-form\" \n\t\t method=\"post\"\n\t\t onsubmit=\"atpComments.submitWithCaptcha(); return false;\">\n\t\t<input type=\"hidden\" name=\"captcha_chal\" id=\"comment-captcha-chal\" value=\"\" />\n <p>\n\t <input id=\"comment-captcha-text\" name=\"captcha_text\" size=\"10\" />\n <\/p>\n <p>\n <input type=\"submit\" name=\"continue\" id=\"captcha-continue\" value=\" Continue \" />\n <span id=\"captchaFormSpinner\" class=\"commentSpinner hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/p>\n <\/form>\n<\/div>\n'; var entryPermalink = "http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com//local-r-groups.html"; var inlineReply = document.createElement("div"); var commentFooterLinks; var commentHeader; var commentReplyXID; var commentReplyAuthor; var commentReplyComplete; var inlineReplyLoaded = 0; var commentFormNum = undefined; /* Deprecated but still exists in advanced template sets, so must be defined */ function xidToCommentPermalink (entryUrl, xid) { return entryUrl + "?cid=" + xid + "#comment-" + xid; } /* Deprecated advanced template functions */ function handleSubmit() { return true; }; function handleChange() { return true; }; </script> <script type="text/javascript" src="http://web.archive.org/web/20110611085543js_/http://blog.revolutionanalytics.com/.shared/js/yui/yuiloader-beta-min.js"></script> <script type="text/javascript" src="http://web.archive.org/web/20110611085543js_/http://blog.revolutionanalytics.com/.shared/js/atpcomments.js?v=5"></script> <!-- Blogside Toolbar --> <script type="text/javascript"> var TPToolbar = { src: "http://web.archive.org/web/20110611085543/http://www.typepad.com//services/toolbar?blog_id=6a010534b1db25970b010536040741970b&asset_id=6a010534b1db25970b011570112bbe970b&atype=Page&to=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&autofollowed=0", asset_xid: "6a010534b1db25970b011570112bbe970b", bookmarklet_uri: "http://web.archive.org/web/20110611085543/http://static.typepad.com//.shared/js/qp/loader-combined-min.js" }; var TYPEPAD___bookmarklet_domain = "http://web.archive.org/web/20110611085543/http://www.typepad.com//"; </script> <script type="text/javascript" src="http://web.archive.org/web/20110611085543js_/http://blog.revolutionanalytics.com/.shared/js/toolbar/blogside-toolbar-combined-min.js"></script> <!-- End Blogside Toolbar --> <!-- Begin comScore Tag --> <script> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://web.archive.org/web/20110611085543/http://b/") + ".scorecardresearch.com/beacon.js'%3E%3C/script%3E")); </script> <script> COMSCORE.beacon({ c1: 2, c2: "6035669", c3: "", c4: "http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com//local-r-groups.html", c5: "", c6: "", c15: "" }); </script> <noscript> <img src="http://web.archive.org/web/20110611085543im_/http://b.scorecardresearch.com/b?c1=2&c2=6035669&c3=&c4=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&c5=&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt="" /> </noscript> <!-- End comScore Tag --> </body> </html> <!-- ph=1 --> <!-- FILE ARCHIVED ON 8:55:43 Jun 11, 2011 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 15:00:05 Jun 8, 2012. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). -->
2011-07-15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="typepad-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="News about R, statistics and the world of open source from the staff of REvolution Analytics" /> <link rel="stylesheet" href="http://web.archive.org/web/20110715180837cs_/http://blog.revolutionanalytics.com/styles.css?v=6" type="text/css" media="screen" /> <link rel="stylesheet" href="http://web.archive.org/web/20110715180837cs_/http://static.typepad.com/.shared:v20110714.01-0-gc6c599a:typepad:en_us/themes/common/print.css" type="text/css" media="print" /> <link rel="alternate" type="application/atom+xml" title="Posts on 'Revolutions' (Atom)" href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 1.0)" href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 2.0)" href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "http://web.archive.org/web/20110715180837/http://www.typepad.com//"; </script> <script type="text/javascript" src="http://web.archive.org/web/20110715180837js_/http://static.typepad.com/.shared:v20110714.01-0-gc6c599a:typepad:en_us/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js,/js/sixatrack-loader.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['t2._setAccount', 'UA-225723-36']); _gaq.push(['t2._setDomainName', 'none']); _gaq.push(['t2._setAllowLinker', true]); _gaq.push(['t2._setCustomVar', 1, 'Blog', '6a010534b1db25970b010536040741970b', 3]); _gaq.push(['t2._setCustomVar', 2, 'Page Type', 'Page', 3]); _gaq.push(['t2._trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://web.archive.org/web/20110715180837/http://www/') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel="alternate" type="application/atom+xml" title="Comments on 'Local R User Group Directory' (Atom)" href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Comments on 'Local R User Group Directory' (RSS 2.0)" href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups/comments/rss.xml" /> <title>Revolutions: Local R User Group Directory</title> <link rel="start" href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/" title="Home" /> </head> <body class="layout-two-column-right"> <!-- BEGIN WAYBACK TOOLBAR INSERT --> <script type="text/javascript" src="http://staticweb.archive.org/js/disclaim-element.js" ></script> <script type="text/javascript" src="http://staticweb.archive.org/js/graph-calc.js" ></script> <script type="text/javascript" src="http://staticweb.archive.org/jflot/jquery.min.js" ></script> <script type="text/javascript"> //<![CDATA[ var firstDate = 820454400000; var lastDate = 1356998399999; var wbPrefix = "http://web.archive.org/web/"; var wbCurrentUrl = "http:\/\/blog.revolutionanalytics.com\/local-r-groups.html"; var curYear = -1; var curMonth = -1; var yearCount = 18; var firstYear = 1996; var imgWidth=450; var yearImgWidth = 25; var monthImgWidth = 2; var trackerVal = "none"; var displayDay = "15"; var displayMonth = "Jul"; var displayYear = "2011"; var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]; function showTrackers(val) { if(val == trackerVal) { return; } if(val == "inline") { document.getElementById("displayYearEl").style.color = "#ec008c"; document.getElementById("displayMonthEl").style.color = "#ec008c"; document.getElementById("displayDayEl").style.color = "#ec008c"; } else { document.getElementById("displayYearEl").innerHTML = displayYear; document.getElementById("displayYearEl").style.color = "#ff0"; document.getElementById("displayMonthEl").innerHTML = displayMonth; document.getElementById("displayMonthEl").style.color = "#ff0"; document.getElementById("displayDayEl").innerHTML = displayDay; document.getElementById("displayDayEl").style.color = "#ff0"; } document.getElementById("wbMouseTrackYearImg").style.display = val; document.getElementById("wbMouseTrackMonthImg").style.display = val; trackerVal = val; } function getElementX2(obj) { var thing = jQuery(obj); if((thing == undefined) || (typeof thing == "undefined") || (typeof thing.offset == "undefined")) { return getElementX(obj); } return Math.round(thing.offset().left); } function trackMouseMove(event,element) { var eventX = getEventX(event); var elementX = getElementX2(element); var xOff = eventX - elementX; if(xOff < 0) { xOff = 0; } else if(xOff > imgWidth) { xOff = imgWidth; } var monthOff = xOff % yearImgWidth; var year = Math.floor(xOff / yearImgWidth); var yearStart = year * yearImgWidth; var monthOfYear = Math.floor(monthOff / monthImgWidth); if(monthOfYear > 11) { monthOfYear = 11; } // 1 extra border pixel at the left edge of the year: var month = (year * 12) + monthOfYear; var day = 1; if(monthOff % 2 == 1) { day = 15; } var dateString = zeroPad(year + firstYear) + zeroPad(monthOfYear+1,2) + zeroPad(day,2) + "000000"; var monthString = prettyMonths[monthOfYear]; document.getElementById("displayYearEl").innerHTML = year + 1996; document.getElementById("displayMonthEl").innerHTML = monthString; // looks too jarring when it changes.. //document.getElementById("displayDayEl").innerHTML = zeroPad(day,2); var url = wbPrefix + dateString + '/' + wbCurrentUrl; document.getElementById('wm-graph-anchor').href = url; //document.getElementById("wmtbURL").value="evX("+eventX+") elX("+elementX+") xO("+xOff+") y("+year+") m("+month+") monthOff("+monthOff+") DS("+dateString+") Moy("+monthOfYear+") ms("+monthString+")"; if(curYear != year) { var yrOff = year * yearImgWidth; document.getElementById("wbMouseTrackYearImg").style.left = yrOff + "px"; curYear = year; } if(curMonth != month) { var mtOff = year + (month * monthImgWidth) + 1; document.getElementById("wbMouseTrackMonthImg").style.left = mtOff + "px"; curMonth = month; } } //]]> </script> <style type="text/css">body{margin-top:0!important;padding-top:0!important;min-width:800px!important;}#wm-ipp a:hover{text-decoration:underline!important;}</style> <div id="wm-ipp" style="display:none; position:relative;padding:0 5px;min-height:70px;min-width:800px; z-index:9000;"> <div id="wm-ipp-inside" style="position:fixed;padding:0!important;margin:0!important;width:97%;min-width:780px;border:5px solid #000;border-top:none;background-image:url(http://staticweb.archive.org/images/toolbar/wm_tb_bk_trns.png);text-align:center;-moz-box-shadow:1px 1px 3px #333;-webkit-box-shadow:1px 1px 3px #333;box-shadow:1px 1px 3px #333;font-size:11px!important;font-family:'Lucida Grande','Arial',sans-serif!important;"> <table style="border-collapse:collapse;margin:0;padding:0;width:100%;"><tbody><tr> <td style="padding:10px;vertical-align:top;min-width:110px;"> <a href="http://wayback.archive.org/web/" title="Wayback Machine home page" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wayback-toolbar-logo.png" alt="Wayback Machine" width="110" height="39" border="0"/></a> </td> <td style="padding:0!important;text-align:center;vertical-align:top;width:100%;"> <table style="border-collapse:collapse;margin:0 auto;padding:0;width:570px;"><tbody><tr> <td style="padding:3px 0;" colspan="2"> <form target="_top" method="get" action="http://wayback.archive.org/web/form-submit.jsp" name="wmtb" id="wmtb" style="margin:0!important;padding:0!important;"><input type="text" name="url" id="wmtbURL" value="http://blog.revolutionanalytics.com/local-r-groups.html" style="width:400px;font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;" onfocus="javascript:this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20110715180837" /><input type="submit" value="Go" style="font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;margin-left:5px;" /><span id="wm_tb_options" style="display:block;"></span></form> </td> <td style="vertical-align:bottom;padding:5px 0 0 0!important;" rowspan="2"> <table style="border-collapse:collapse;width:110px;color:#99a;font-family:'Helvetica','Lucida Grande','Arial',sans-serif;"><tbody> <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR --> <tr style="width:110px;height:16px;font-size:10px!important;"> <td style="padding-right:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="11 Jun 2011"><strong>JUN</strong></a> </td> <td id="displayMonthEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight:bold;text-transform:uppercase;width:34px;height:15px;padding-top:1px;text-align:center;" title="You are here: 18:08:37 Jul 15, 2011">JUL</td> <td style="padding-left:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;white-space:nowrap;overflow:visible;" nowrap="nowrap"> Aug </td> </tr> <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR --> <tr> <td style="padding-right:9px;white-space:nowrap;overflow:visible;text-align:right!important;vertical-align:middle!important;" nowrap="nowrap"> <a href="http://web.archive.org/web/20110611085543/http://blog.revolutionanalytics.com/local-r-groups.html" title="8:55:43 Jun 11, 2011" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wm_tb_prv_on.png" alt="Previous capture" width="14" height="16" border="0" /></a> </td> <td id="displayDayEl" style="background:#000;color:#ff0;width:34px;height:24px;padding:2px 0 0 0;text-align:center;font-size:24px;font-weight: bold;" title="You are here: 18:08:37 Jul 15, 2011">15</td> <td style="padding-left:9px;white-space:nowrap;overflow:visible;text-align:left!important;vertical-align:middle!important;" nowrap="nowrap"> <img src="http://staticweb.archive.org/images/toolbar/wm_tb_nxt_off.png" alt="Next capture" width="14" height="16" border="0"/> </td> </tr> <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR --> <tr style="width:110px;height:13px;font-size:9px!important;"> <td style="padding-right:9px;font-size:11px!important;font-weight: bold;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap"> <a href="http://web.archive.org/web/20100523063224/http://blog.revolutionanalytics.com/local-r-groups.html" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="23 May 2010"><strong>2010</strong></a> </td> <td id="displayYearEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight: bold;padding-top:1px;width:34px;height:13px;text-align:center;" title="You are here: 18:08:37 Jul 15, 2011">2011</td> <td style="padding-left:9px;font-size:11px!important;font-weight: bold;white-space:nowrap;overflow:visible;" nowrap="nowrap"> 2012 </td> </tr> </tbody></table> </td> </tr> <tr> <td style="vertical-align:middle;padding:0!important;"> <a href="http://wayback.archive.org/web/20110715180837*/http://blog.revolutionanalytics.com/local-r-groups.html" style="color:#33f;font-size:11px;font-weight:bold;background-color:transparent;border:none;" title="See a list of every capture for this URL"><strong>4 captures</strong></a> <div style="margin:0!important;padding:0!important;color:#666;font-size:9px;padding-top:2px!important;white-space:nowrap;" title="Timespan for captures of this URL">23 May 10 - 15 Jul 11</div> </td> <td style="padding:0!important;"> <a style="position:relative; white-space:nowrap; width:450px;height:27px;" href="" id="wm-graph-anchor"> <div id="wm-ipp-sparkline" style="position:relative; white-space:nowrap; width:450px;height:27px;background-color:#fff;cursor:pointer;border-right:1px solid #ccc;" title="Explore captures for this URL"> <img id="sparklineImgId" style="position:absolute; z-index:9012; top:0px; left:0px;" onmouseover="showTrackers('inline');" onmouseout="showTrackers('none');" onmousemove="trackMouseMove(event,this)" alt="sparklines" width="450" height="27" border="0" src="http://wayback.archive.org/web/jsp/graph.jsp?graphdata=450_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000000000000_2009:-1:000000000000_2010:-1:000010010000_2011:6:000001100000_2012:-1:000000000000"></img> <img id="wbMouseTrackYearImg" style="display:none; position:absolute; z-index:9010;" width="25" height="27" border="0" src="http://staticweb.archive.org/images/toolbar/transp-yellow-pixel.png"></img> <img id="wbMouseTrackMonthImg" style="display:none; position:absolute; z-index:9011; " width="2" height="27" border="0" src="http://staticweb.archive.org/images/toolbar/transp-red-pixel.png"></img> </div> </a> </td> </tr></tbody></table> </td> <td style="text-align:right;padding:5px;width:65px;font-size:11px!important;"> <a href="javascript:;" onclick="document.getElementById('wm-ipp').style.display='none';" style="display:block;padding-right:18px;background:url(http://staticweb.archive.org/images/toolbar/wm_tb_close.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;margin-bottom:23px;background-color:transparent;border:none;" title="Close the toolbar">Close</a> <a href="http://faq.web.archive.org/" style="display:block;padding-right:18px;background:url(http://staticweb.archive.org/images/toolbar/wm_tb_help.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;background-color:transparent;border:none;" title="Get some help using the Wayback Machine">Help</a> </td> </tr></tbody></table> </div> </div> <script type="text/javascript"> var wmDisclaimBanner = document.getElementById("wm-ipp"); if(wmDisclaimBanner != null) { disclaimElement(wmDisclaimBanner); } </script> <!-- END WAYBACK TOOLBAR INSERT --> <div id="container"> <div id="container-inner" class="pkg"> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/" accesskey="1">Revolutions</a></h1> <h2 id="banner-description"> News about R, statistics and the world of open source from the staff of <a href="http://web.archive.org/web/20110715180837/http://www.revolutionanalytics.com/">Revolution Analytics</a> </h2> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- page --> <div class="entry-author-david_smith entry-type-page entry" id="entry-65315573"> <h3 class="entry-header">Local R User Group Directory</h3> <div class="entry-content"> <div class="entry-body"> <p>Looking for R users in your area to meet, interact with, and share ideas? Why not join your local R User Group? </p> <p>Here's a directory of the local R user groups we're aware of.  If you know of a group not listed here, or need information on how to set up your own R user group, please contact <a href="mailto:community@revolutionanalytics.com">community@revolutionanalytics.com</a>, or post in the comments below.</p> <p>If you're thinking of starting a local R user group yourself, Revolution Analytics offers <a href="http://web.archive.org/web/20110715180837/http://www.revolutionanalytics.com/news-events/r-user-group/" target="_self">sponsorships</a> for both new and established groups, and has provided some tips for <a href="http://web.archive.org/web/20110715180837/http://www.revolutionanalytics.com/news-events/r-user-group/how-to-start-r-user-group.php" target="_self">starting a new R user group</a>.</p> <h3><strong><span>AUSTRALIA</span></strong></h3> <p><strong>Brisbane: </strong><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Group-for-R-Users-in-Brisbane-GRUB/">Group for R Users in Brisbane</a> (GRUB)</p> <p><strong>Canberra</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Canberra-R-Users-Group/">Canberra R Users Group</a> (CANRUG)</p> <p><strong>Hobart</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Hobart-R-Users-Group/" target="_self">Hobart R Users Group</a> (HRUG)</p> <p><strong>Melbourne: </strong><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/MelbURN-Melbourne-Users-of-R-Network/">Melbourne Users of R Network</a> (MelbURN)</p> <p><strong>Sydney</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/R-Users-Sydney/">Sydney Users of R Forum</a> (SURF)</p> <p><span style="font-size: medium;"><span style="font-size: 15px; line-height: 18px;"><strong>ASIA</strong></span></span></p> <p><span><span><strong>China</strong>: Financial R User's Group: <a href="http://web.archive.org/web/20110715180837/http://www.goldenbug.net/category/%E6%8A%80%E6%9C%AF%E4%B8%93%E9%A2%98/R/">Looking for golden bugs</a></span></span></p> <p><strong>India (Bangalore)</strong>: <a href="http://web.archive.org/web/20110715180837/http://groups.google.com/group/brumail">Bangalore R Users - BRU</a></p> <p><strong>Japan (Nagoya)</strong>: <a href="http://web.archive.org/web/20110715180837/http://corpus-study.info/nagoyar">Nagoya.R</a></p> <p><span><span><span style="font-weight: bold;">Japan (Osaka): </span><a href="http://web.archive.org/web/20110715180837/http://m884.jp/Osaka.R/">Osaka.R</a></span></span></p> <p><span><span><strong>Japan (Tsukuba)</strong><span>:</span> <a href="http://web.archive.org/web/20110715180837/http://wiki.livedoor.jp/syou6162/">Tsukuba.R</a></span></span></p> <p><strong>Singapore</strong>: <a href="http://web.archive.org/web/20110715180837/http://groups.google.com/group/singapore-r-user-group" target="_self">R User Group - SG</a></p> <p><strong>South Asia</strong>: <a href="http://web.archive.org/web/20110715180837/http://groups.google.co.in/group/r-sa">R South Asia</a>, a mailing list to promote and discuss R in South Asia.</p> <p><strong>South Korea (</strong><span style="font-family: arial, sans-serif; line-height: normal; font-size: 13px; border-collapse: collapse;"><strong>Seoul)</strong></span>: <a href="http://web.archive.org/web/20110715180837/http://www.openstatistics.net/">GNU R User's Group and Open Statistics Project in Korea</a></p> <p><span style="font-size: 15px; font-weight: bold;">CANADA</span></p> <p><span style="font-weight: bold;">Ottawa:</span> <a href="http://web.archive.org/web/20110715180837/https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa">Ottawa Gatineau R Users Group</a></p> <p><strong>Québec</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.cef-cfr.ca/index.php?n=Membres.PleinR" target="_self">Plein-R</a> (en Français)</p> <p><strong>Toronto</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Greater-Toronto-Area-GTA-R-Users-Group" target="_self">Greater Toronto Area (GTA) R User's Group</a></p> <p><strong>Vancouver</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Vancouver-R-Users-Group-data-analysis-statistics/" target="_self">Vancouver R Users Group</a></p> <p><span style="font-size: 15px;"><strong>EUROPE</strong></span></p> <p><strong>Finland: </strong><a href="http://web.archive.org/web/20110715180837/http://bioinformatics.utu.fi/seura/index_en.html">Finnish Society for Bioinformatics</a></p> <p><strong><span style="font-weight: normal;"><strong>France (Paris)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://web.archive.org/web/20110715180837/http://www.mnhn.fr/semin-r/">Semin-R</a></span></strong></p> <p><strong>France (Montpellier): </strong><a href="http://web.archive.org/web/20110715180837/http://forums.cirad.fr/logiciel-R/index.php">Groupe des utilisateurs du logiciel R</a></p> <p><strong>Germany (Dresden)</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.research-garden.de/" target="_self">Research Garden</a></p> <p><strong>Germany (Geißen)</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Giessen-R-Users-Group/" target="_self">Giessen R Users Group</a></p> <p><strong>Germany (Kassel): </strong><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Kassel-useR-Group/">Kasseler useR Group</a></p> <p><strong><span style="font-weight: normal;"><a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://web.archive.org/web/20110715180837/http://www.mnhn.fr/semin-r/"></a></span>Germany (Southwest): </strong><a href="http://web.archive.org/web/20110715180837/http://rusergroup-de-sw.mixxt.de/">R User Group DE-Südwest</a></p> <p><strong>Germany (North): </strong>R im Norden (email <a href="mailto:feldmann@qa-gmbh.de">Rainer Feldmann</a>)</p> <p><strong>Ireland (Dublin)</strong>: <a href="http://web.archive.org/web/20110715180837/https://groups.google.com/group/dublin-r" target="_self">Dublin-R</a></p> <p><strong>Italy (Padua)</strong>: <a href="http://web.archive.org/web/20110715180837/http://groups.google.com/group/rante">Italy-RUG</a> (Rante)</p> <p><strong>Italy (Torino)</strong>: <a href="http://web.archive.org/web/20110715180837/http://torinor.net/" target="_self">Torino R net</a></p> <p><strong>Netherlands (Amsterdam)</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/amst-R-dam/" target="_self">amst-R-dam</a></p> <p><strong>Poland (Warsaw/Wroclaw)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://web.archive.org/web/20110715180837/http://www.biecek.pl/WZUR"><span style="font-weight: normal;">Annual Polish R User Group Meeting</span></a></p> <p><strong>Serbia (Belgrade)</strong>: <a href="http://web.archive.org/web/20110715180837/http://savtajr.blogspot.com/" target="_self">Sav taj R</a></p> <p><strong>Slovenia (Ljubljana)</strong> <a href="http://web.archive.org/web/20110715180837/http://groups.google.com/group/rkoholiki">Anonymous Rcoholics</a></p> <p><strong>Switzerland (Basel):</strong> <a href="http://web.archive.org/web/20110715180837/http://www.baselr.org/">BaselR</a></p> <p><strong>Switzerland (Geneva)</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.geneva-r.org/" target="_self">GenevaR</a></p> <p><strong>Switzerland (Zurich)</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.zurichr.org/" target="_self">ZurichR</a></p> <p><span style="font-size: 13px; font-weight: bold;">UK (London): <span style="font-weight: normal;"><a href="http://web.archive.org/web/20110715180837/http://www.londonr.org/">LondonR</a></span></span></p> <p style="margin: 0px 0px 1em; padding: 0px;"><span style="line-height: 18px; font-size: 15px;"><strong>ISRAEL</strong></span></p> <p><span><span><span><strong>Tel Aviv</strong>: </span><a href="http://web.archive.org/web/20110715180837/http://groups.google.com/group/israel-r-user-group">Israel R User Group</a></span></span></p> <h3><strong>SOUTH AMERICA</strong></h3> <p><strong>Argentina</strong> (Buenos Ares): <a href="http://web.archive.org/web/20110715180837/http://ar.i314.com.ar/" target="_self">.AR</a> </p> <p><strong>Brazil</strong> (virtual): <a href="http://web.archive.org/web/20110715180837/http://br.groups.yahoo.com/group/R_STAT/" target="_self">Brasil R_STAT</a></p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';"><span style="font-family: 'Trebuchet MS', Verdana, sans-serif; font-weight: normal; line-height: 15px; font-size: small;"><span style="font-weight: bold;">Uruguay: </span></span></span><a href="http://web.archive.org/web/20110715180837/https://sites.google.com/site/grupousuariosruruguay/">Grupo de Usuarios de R en Uruguay (GURU)</a></p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';">USA</span></p> <p><span style="font-weight: bold;">Atlanta, GA: </span><a href="http://web.archive.org/web/20110715180837/http://groups.google.com/group/atlanta-r-users">Atlanta R User's Group</a></p> <p><strong>Boston, MA: </strong><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Boston-useR/" target="_self">Greater Boston useR Group</a></p> <p><a href="http://web.archive.org/web/20110715180837/http://groups.google.com/group/atlanta-r-users"></a><strong>Chicago, IL</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/ChicagoRUG/">Chicago R Users Group</a></p> <p><span style="font-weight: bold;">Cincinnati/Dayton, OH: </span><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/CinDay-RUG/" target="_self">CinDay RUG</a></p> <p><span style="font-weight: bold;">Dallas, TX: </span><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Dallas-R-Users-Group/" target="_self">Dallas R Users Group</a></p> <p><span style="font-weight: bold;">Denver, CO: </span><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/DenverRUG/">Denver R User Group</a></p> <p><span style="font-weight: bold;">Greencastle, IN: </span><a href="http://web.archive.org/web/20110715180837/http://fs6.depauw.edu:50080/%7Ehanson/R-pages/R%40DPU.html">R users at DePauw University</a><br /><span style="font-weight: bold;"><br />Houston, TX: </span><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/houstonr/" target="_self">Houston R Users Group</a></p> <p><strong>Kansas City, KS</strong>: <a href="http://web.archive.org/web/20110715180837/http://groups.google.com/group/kansas-city-r-users-group" target="_self">Kansas City R Users Group</a></p> <p><span style="font-weight: bold;">Los Angeles, CA: </span><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/LAarea-R-usergroup/">Los Angeles Area R Users Group</a></p> <p><strong>Madison, WI: <span style="font-weight: normal;"><a href="http://web.archive.org/web/20110715180837/http://groups.google.com/group/maduser">Madison Area R Users Group</a></span></strong></p> <p><span style="font-weight: bold;">Minneapolis and St. Paul, MN: </span><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/twincitiesrug/" target="_self">Twin Cities R User Group</a></p> <p><span style="font-weight: bold;">New Jersey: </span><a href="http://web.archive.org/web/20110715180837/http://newjerseyr.org/">NewJerseyR</a></p> <p><span style="font-weight: bold;">New York</span>, <strong>NY</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/nyhackr/">New York R Statistical Programming Meetup</a> </p> <p><strong>New York, NY</strong>: <a href="http://web.archive.org/web/20110715180837/http://groups.google.com/group/columbiaR">Columbia R Statistical Programming Group</a></p> <p><strong>Orange County, CA</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/OC-R-User-Group" target="_self">Orange County R User Group</a></p> <p><strong>Pasadena, CA: </strong><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Research-Methods-and-Analytics/">Research Methods and Analytics (R is a main topic)</a></p> <p><strong>Philadelphia, PA</strong>: <a href="http://web.archive.org/web/20110715180837/http://phillyr.ning.com/">Philadelphia UseR Group</a></p> <p><strong>Portland, OR: </strong><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/portland-r-user-group">Portland R User Group</a> (there is also a local <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://web.archive.org/web/20110715180837/http://groups.google.com/group/pdx-visualization">data visualization group</a>)</p> <p><strong>Raleigh-Durham, NC: </strong><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Triangle-useR/">Raleigh-Durham-Chapel Hill R Users Group</a></p> <p><strong>Saint Louis, MO</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Saint-Louis-RUG/" target="_self">Saint Louis R User Group</a></p> <p><strong>Salt Lake City, UT: </strong><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Salt Lake R/Processing/Weka Users Group</a></p> <p><strong>San Diego, CA</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/San-Diego-R-users-group">San Diego R Users Group</a></p> <p><span style="font-weight: bold;">San Francisco / Bay Area</span>, <strong>CA</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/R-Users/">Bay Area R Users Group</a></p> <p><strong>Seattle, WA: </strong><a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Seattle-useR/">Seattle UseR Group</a></p> <p><strong>Tallahassee, FL</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Tallahassee-R-Users-Group/" target="_self">Tallahassee R Users Group</a></p> <p><strong>Washington, DC</strong>: <a href="http://web.archive.org/web/20110715180837/http://www.meetup.com/R-users-DC">DC UseR Group</a></p> <p><br /><strong><span style="font-size: 15px; font-family: Trebuchet MS;">GROUPS WANTED</span><br /></strong><br />The following cities don't have an R user group yet, but we've had requests for information if you want to start one up:</p> <ul> <li>Burlington VT, USA</li> <li>Baton Rouge LA, USA</li> <li>Durbin, South Africa</li> <li>Kenya</li> <li>Argentina</li> <li>Austria</li> <li>Tokyo, Japan</li> <li>São Paulo, Brazil</li> <li>Barcelona, Spain</li> <li>India (TamilNad)</li> </ul> <p><span>Post a comment below</span> to connect with other R users and start a new group in your area. You can also register interest for a new <a href="http://web.archive.org/web/20110715180837/http://r-users-group.meetup.com/">R User Group in your area</a> at meetup.com.</p> <ul> </ul> <p><strong><br /><span style="font-size: 15px; font-family: Trebuchet MS;">OTHER RESOURCES FOR FINDING LOCAL R USERS</span></strong></p> <p><span><strong>En Español</strong>: Spanish-speaking R users can check on the mailing list <a href="http://web.archive.org/web/20110715180837/https://stat.ethz.ch/mailman/listinfo/r-help-es">r-help-es</a>.</span></p> <p><strong>W Polski</strong>: Polish R users forum: <a href="http://web.archive.org/web/20110715180837/https://www.im.uj.edu.pl/gur/">Grupa użytkowników R</a>.</p> <p>There is a list of <a href="http://web.archive.org/web/20110715180837/http://rwiki.sciviews.org/doku.php?id=rugs:r_user_groups">R User Groups</a> at the R Wiki.</p> <p>There is a list of <a href="http://web.archive.org/web/20110715180837/http://r-users-group.meetup.com/">R User Groups</a> on meetup.com.</p> </div> </div> </div> <a id="comments"></a> <div class="comments"> <h3 class="comments-header">Comments</h3> <div class="comments-info"> <p><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml"><img src="http://web.archive.org/web/20110715180837im_/http://static.typepad.com/.shared:v20110714.01-0-gc6c599a:typepad:en_us/images/feed.png" alt="Feed" width="10" height="10" /></a> You can follow this conversation by subscribing to the <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml">comment feed</a> for this post.</p> </div> <div class="comments-content" id="comments-content"> <!-- comment list --><a id="c6a010534b1db25970b0120a542bba7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a542bba7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a542bba7970c-content"> <span id="comment-6a010534b1db25970b0120a542bba7970c-content"><p>A user group in Amsterdam, NL?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.cs.vu.nl/~rpremraj" href="http://web.archive.org/web/20110715180837/http://www.cs.vu.nl/~rpremraj">Rahul Premraj</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a542bba7970c#comment-6a010534b1db25970b0120a542bba7970c">August 12, 2009 at 15:06</a> </p> </div><a id="c6a010534b1db25970b0120a4ff1120970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a4ff1120970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a4ff1120970b-content"> <span id="comment-6a010534b1db25970b0120a4ff1120970b-content"><p>Anyone interested in Dublin, Ireland R group?</p></span> </div> <p class="comment-footer"> Posted by: Anthony Staines | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a4ff1120970b#comment-6a010534b1db25970b0120a4ff1120970b">August 17, 2009 at 14:51</a> </p> </div><a id="c6a010534b1db25970b0120a5ac7de3970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5ac7de3970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5ac7de3970b-content"> <span id="comment-6a010534b1db25970b0120a5ac7de3970b-content"><p>I am trying to organize a R User Group for Germany (Southwest) with meetings in Mannheim or Heidelberg, maybe also Stuttgart, Karlsruhe, Frankfurt (later). </p> <p>I just created an initial group collaboration site at http://rug-sw.qlubb.com/public. To join this group click on the button "Request to join this Qlubb" at the upper right of the page (Joining may take a while as it has to be manually approved, sorry). </p> <p>Please join or leave your address even if you're not from the exact region. Maybe you will find other people from your region this way. </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://rug-sw.qlubb.com/public" href="http://web.archive.org/web/20110715180837/http://rug-sw.qlubb.com/public">Friedrich Schuster</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5ac7de3970b#comment-6a010534b1db25970b0120a5ac7de3970b">September 30, 2009 at 03:58</a> </p> </div><a id="c6a010534b1db25970b0120a5bde33b970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a5bde33b970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5bde33b970b-content"> <span id="comment-6a010534b1db25970b0120a5bde33b970b-content"><p>Hi Anthony,<br /> I'm interested in organizing an R group in Berlin. It'd be an English speaking group.</p></span> </div> <p class="comment-footer"> Posted by: J | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5bde33b970b#comment-6a010534b1db25970b0120a5bde33b970b">October 05, 2009 at 05:52</a> </p> </div><a id="c6a010534b1db25970b0120a6218320970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a6218320970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6218320970c-content"> <span id="comment-6a010534b1db25970b0120a6218320970c-content"><p>Hello R users in Northern Germany! <br /> This is the initial step to set up the R user group in the Northern part of Germany: "R im Norden" (RiN). The objective of this group is to establish a local forum for R users - beginner to advanced. You can meet with other users of the R Programming Language and learn and share tricks and techniques from and with other users. <br /> Please send a short mail indicating your interests to Rainer Feldmann: feldmann@qa-gmbh.de. </p> <p>Kind Regards<br /> Rainer</p></span> </div> <p class="comment-footer"> Posted by: Raienr Feldmann | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6218320970c#comment-6a010534b1db25970b0120a6218320970c">October 07, 2009 at 12:27</a> </p> </div><a id="c6a010534b1db25970b0120a6238e53970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a6238e53970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6238e53970c-content"> <span id="comment-6a010534b1db25970b0120a6238e53970c-content"><p>Hello, </p> <p>The Spanish-speaking R users group is organizing the 1st R conferences in Spain.</p> <p>We will try to create work teams and an organized users group.</p> <p>You can subscribe and send talk proposals here: www.ereros.org</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ereros.org" href="http://web.archive.org/web/20110715180837/http://www.ereros.org/">Patricia García</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6238e53970c#comment-6a010534b1db25970b0120a6238e53970c">October 08, 2009 at 02:16</a> </p> </div><a id="c6a010534b1db25970b0120a5e595ec970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5e595ec970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5e595ec970b-content"> <span id="comment-6a010534b1db25970b0120a5e595ec970b-content"><p>Anyone interested in an R Users group in Seattle WA (Eastside in particular)?</p></span> </div> <p class="comment-footer"> Posted by: Carolyn Johnston | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5e595ec970b#comment-6a010534b1db25970b0120a5e595ec970b">October 14, 2009 at 10:10</a> </p> </div><a id="c6a010534b1db25970b0120a61312e4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a61312e4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a61312e4970b-content"> <span id="comment-6a010534b1db25970b0120a61312e4970b-content"><p>Hi there - Anyone interested in starting a group in the Boston area?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ramakrishnan.com" href="http://web.archive.org/web/20110715180837/http://www.ramakrishnan.com/">Rama Ramakrishnan</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a61312e4970b#comment-6a010534b1db25970b0120a61312e4970b">October 22, 2009 at 09:37</a> </p> </div><a id="c6a010534b1db25970b012875a06a20970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012875a06a20970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875a06a20970c-content"> <span id="comment-6a010534b1db25970b012875a06a20970c-content"><p>Rainer for RiN</p> <p>Ivailo Partchev (University of Jena) asked us to inform you about a online workshop on "Statistical Programming in R", he will hold in Jena on November 21 and 22, 2009. For more information and registration: http://www.metheval.uni-jena.de.</p> <p>Kind Regards<br /> Rainer<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.qa-gmbh.de" href="http://web.archive.org/web/20110715180837/http://www.qa-gmbh.de/">Rainer Feldmann</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875a06a20970c#comment-6a010534b1db25970b012875a06a20970c">November 14, 2009 at 05:16</a> </p> </div><a id="c6a010534b1db25970b012875bcdc84970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012875bcdc84970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875bcdc84970c-content"> <span id="comment-6a010534b1db25970b012875bcdc84970c-content"><p>Italy, Padova<br /> http://www.rante.org/ </p> <p>We are an association that promotes knowledge sharing and the use of open source tools in Italy. As a part of our activities, together with other people (scholars, consultants, R-lovers and so on), we are setting up a R-user group in Italy. Our headquarter is located in Padova, where also the University (Department of Statistical Sciences) mantains a CRAN Mirror. Our initial aims are : - to promote the use of R across public institutions, private companies and no-profit organisations - to collect and disseminate R materials (primers, tutorials, lectures) through our website for making them immediately available to different communities - to organise events and lectures to spread R use across our territory </p> <p>Everyone who is interested in joining and helping us is really welcome. </p> <p>You can contact us at info@rante.org <br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rante.org" href="http://web.archive.org/web/20110715180837/http://www.rante.org/">Dario Solari</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875bcdc84970c#comment-6a010534b1db25970b012875bcdc84970c">November 20, 2009 at 06:37</a> </p> </div><a id="c6a010534b1db25970b0120a73024d1970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a73024d1970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a73024d1970b-content"> <span id="comment-6a010534b1db25970b0120a73024d1970b-content"><p>Also interested in a Seattle-area group.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rapidbiologics.com" href="http://web.archive.org/web/20110715180837/http://www.rapidbiologics.com/">Mark Seligman</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a73024d1970b#comment-6a010534b1db25970b0120a73024d1970b">December 08, 2009 at 13:27</a> </p> </div><a id="c6a010534b1db25970b01287647ee86970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01287647ee86970c"> <div class="comment-content" id="comment-6a010534b1db25970b01287647ee86970c-content"> <span id="comment-6a010534b1db25970b01287647ee86970c-content"><p>Hi I'm Scott from Denver, Colorado. Very new to R, but interested in starting an R group here in the Denver/Boulder area. I have a core group of users (~25) medical/biostatistical researchers that use various functions on various projects. Any information and materials you could send me would be great. We are all currently SAS users willing to learn a new language. </p></span> </div> <p class="comment-footer"> Posted by: Scott Sibbel | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01287647ee86970c#comment-6a010534b1db25970b01287647ee86970c">December 11, 2009 at 14:05</a> </p> </div><a id="c6a010534b1db25970b012876483316970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876483316970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876483316970c-content"> <span id="comment-6a010534b1db25970b012876483316970c-content"><p>Hi Scott. I'll send you a document with tips on how to start up a user group (one of these days I'll get around to making it into a blog post).</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolution-computing.com" href="http://web.archive.org/web/20110715180837/http://www.revolution-computing.com/">David Smith</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876483316970c#comment-6a010534b1db25970b012876483316970c">December 11, 2009 at 15:21</a> </p> </div><a id="c6a010534b1db25970b0120a7a3a244970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7a3a244970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7a3a244970b-content"> <span id="comment-6a010534b1db25970b0120a7a3a244970b-content"><p>Hi <br /> Im in Durban, South Africa and am keen to meet with other R users in the area. </p></span> </div> <p class="comment-footer"> Posted by: Michael Chadbourne | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7a3a244970b#comment-6a010534b1db25970b0120a7a3a244970b">January 04, 2010 at 11:26</a> </p> </div><a id="c6a010534b1db25970b0120a7c355b4970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a7c355b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7c355b4970b-content"> <span id="comment-6a010534b1db25970b0120a7c355b4970b-content"><p>Hi there<br /> I would also be interested in a R group for Dublin,IE.<br /> Regards<br /> Kevin O'Brien.</p></span> </div> <p class="comment-footer"> Posted by: Kevin O'Brien | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7c355b4970b#comment-6a010534b1db25970b0120a7c355b4970b">January 11, 2010 at 07:37</a> </p> </div><a id="c6a010534b1db25970b012876d1ffd2970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876d1ffd2970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876d1ffd2970c-content"> <span id="comment-6a010534b1db25970b012876d1ffd2970c-content"><p>Hi, <br /> I would be interested in an R group in Baton Rouge, Louisiana, USA.</p> <p>Daniel Ence</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1" href="http://web.archive.org/web/20110715180837/http://sites.google.com/site/carstenslabsite/home/daniel-ence-1">Daniel Ence</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876d1ffd2970c#comment-6a010534b1db25970b012876d1ffd2970c">January 13, 2010 at 14:18</a> </p> </div><a id="c6a010534b1db25970b012876e708ba970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876e708ba970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876e708ba970c-content"> <span id="comment-6a010534b1db25970b012876e708ba970c-content"><p>I am keen to meet other R users in Brussels. If anyone is interested let me know. Would also actively support the establiment of such a group. </p></span> </div> <p class="comment-footer"> Posted by: Alexis-Michel Mugabushaka | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876e708ba970c#comment-6a010534b1db25970b012876e708ba970c">January 17, 2010 at 12:26</a> </p> </div><a id="c6a010534b1db25970b0120a7ee4b07970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7ee4b07970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7ee4b07970b-content"> <span id="comment-6a010534b1db25970b0120a7ee4b07970b-content"><p>St. Louis anyone?</p></span> </div> <p class="comment-footer"> Posted by: Alex | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7ee4b07970b#comment-6a010534b1db25970b0120a7ee4b07970b">January 19, 2010 at 13:11</a> </p> </div><a id="c6a010534b1db25970b012876f16112970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876f16112970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f16112970c-content"> <span id="comment-6a010534b1db25970b012876f16112970c-content"><p>Any interest in a UseR group in Philadelphia?</p></span> </div> <p class="comment-footer"> Posted by: Alex Mc | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f16112970c#comment-6a010534b1db25970b012876f16112970c">January 19, 2010 at 13:32</a> </p> </div><a id="c6a010534b1db25970b012876f1a277970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876f1a277970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f1a277970c-content"> <span id="comment-6a010534b1db25970b012876f1a277970c-content"><p>I would be interested in a Philadelphia UseR group.<br /> leipzig@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://jermdemo.blogspot.com" href="http://web.archive.org/web/20110715180837/http://jermdemo.blogspot.com/">Jeremy Leipzig</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f1a277970c#comment-6a010534b1db25970b012876f1a277970c">January 19, 2010 at 14:35</a> </p> </div><a id="c6a010534b1db25970b0128770154d4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0128770154d4970c"> <div class="comment-content" id="comment-6a010534b1db25970b0128770154d4970c-content"> <span id="comment-6a010534b1db25970b0128770154d4970c-content"><p>Hi! Anyone interested in a UseR group in Toronto, Ontario, Canada?</p></span> </div> <p class="comment-footer"> Posted by: Kate | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0128770154d4970c#comment-6a010534b1db25970b0128770154d4970c">January 22, 2010 at 11:27</a> </p> </div><a id="c6a010534b1db25970b0133ec7af129970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ec7af129970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ec7af129970b-content"> <span id="comment-6a010534b1db25970b0133ec7af129970b-content"><p>I'm also interested in joining or starting an R users group in the Boston. Please contact me at michaeljboucher@gmail.com</p> <p>Regards,</p> <p>Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike Boucher | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ec7af129970b#comment-6a010534b1db25970b0133ec7af129970b">April 05, 2010 at 14:08</a> </p> </div><a id="c6a010534b1db25970b0134808741df970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0134808741df970c"> <div class="comment-content" id="comment-6a010534b1db25970b0134808741df970c-content"> <span id="comment-6a010534b1db25970b0134808741df970c-content"><p>We have a group names as "Research Methods and Analytics", but with R as a main topic, and we are in Pasadena.</p> <p>see http://www.meetup.com/Research-Methods-and-Analytics/ </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Research-Methods-and-Analytics/" href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Research-Methods-and-Analytics/">Alex</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0134808741df970c#comment-6a010534b1db25970b0134808741df970c">May 06, 2010 at 10:48</a> </p> </div><a id="c6a010534b1db25970b0133ee1ad8ca970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ee1ad8ca970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"> <span id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"><p>I've just started an R users group in Salt Lake City, UT. Anybody in the neighborhood, please join us!</p> <p>http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/" href="http://web.archive.org/web/20110715180837/http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Jake</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ee1ad8ca970b#comment-6a010534b1db25970b0133ee1ad8ca970b">May 20, 2010 at 15:10</a> </p> </div><a id="c6a010534b1db25970b0133f11b2812970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f11b2812970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f11b2812970b-content"> <span id="comment-6a010534b1db25970b0133f11b2812970b-content"><p>I'd like to see a Minneapolis useR group...</p></span> </div> <p class="comment-footer"> Posted by: Aaron | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f11b2812970b#comment-6a010534b1db25970b0133f11b2812970b">June 15, 2010 at 11:23</a> </p> </div><a id="c6a010534b1db25970b013485b89b14970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b013485b89b14970c"> <div class="comment-content" id="comment-6a010534b1db25970b013485b89b14970c-content"> <span id="comment-6a010534b1db25970b013485b89b14970c-content"><p>Mabuhay!</p> <p>I'm from the Islands of Philippines. I want to form R Group here in Manila. Contact me dhon.buenavista@roberts.com.ph Or fgbuenavista@yahoo.com</p></span> </div> <p class="comment-footer"> Posted by: dhon buenavista | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013485b89b14970c#comment-6a010534b1db25970b013485b89b14970c">July 26, 2010 at 17:40</a> </p> </div><a id="c6a010534b1db25970b0133f2fd25db970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f2fd25db970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f2fd25db970b-content"> <span id="comment-6a010534b1db25970b0133f2fd25db970b-content"><p>hi,</p> <p>i've started an R user group in singapore</p> <p>feel free to post</p> <p>cheers</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/R-User-Group-SG/" href="http://web.archive.org/web/20110715180837/http://www.meetup.com/R-User-Group-SG/">lee</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f2fd25db970b#comment-6a010534b1db25970b0133f2fd25db970b">August 11, 2010 at 00:55</a> </p> </div><a id="c6a010534b1db25970b01348636d606970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01348636d606970c"> <div class="comment-content" id="comment-6a010534b1db25970b01348636d606970c-content"> <span id="comment-6a010534b1db25970b01348636d606970c-content"><p>Any interest in a UseR group in São Paulo, Brazil?</p></span> </div> <p class="comment-footer"> Posted by: Manoel Galdino | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01348636d606970c#comment-6a010534b1db25970b01348636d606970c">August 14, 2010 at 20:40</a> </p> </div><a id="c6a010534b1db25970b013486be2705970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b013486be2705970c"> <div class="comment-content" id="comment-6a010534b1db25970b013486be2705970c-content"> <span id="comment-6a010534b1db25970b013486be2705970c-content"><p>I would be interested in a useR group in Cincinnati.<br /> Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013486be2705970c#comment-6a010534b1db25970b013486be2705970c">September 03, 2010 at 06:06</a> </p> </div><a id="c6a010534b1db25970b0133f4910ebd970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133f4910ebd970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f4910ebd970b-content"> <span id="comment-6a010534b1db25970b0133f4910ebd970b-content"><p>Spain: Barcelona <br /> tim.riffe@gmail.com </p> <p>Anyone interested in starting up a BCN RUG? I’m a gradstudent at the UAB and am interested in forming a local R-user community. I can organize space on the UAB campus, but could meet elsewhere. </p> <p>Algú vol formar un grup de usuaris de R a BCN? Soc estudiant de posgrau a la UAB. Puc organitzar espai a la UAB o reunir a qualsevol lloc a la ciutat. Envia’m un correu! </p></span> </div> <p class="comment-footer"> Posted by: Tim | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f4910ebd970b#comment-6a010534b1db25970b0133f4910ebd970b">September 24, 2010 at 20:30</a> </p> </div><a id="c6a010534b1db25970b0148c7259d9a970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c7259d9a970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c7259d9a970c-content"> <span id="comment-6a010534b1db25970b0148c7259d9a970c-content"><p>Connecticut anyone?</p></span> </div> <p class="comment-footer"> Posted by: Bob | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c7259d9a970c#comment-6a010534b1db25970b0148c7259d9a970c">December 29, 2010 at 06:55</a> </p> </div><a id="c6a010534b1db25970b0147e142510e970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e142510e970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e142510e970b-content"> <span id="comment-6a010534b1db25970b0147e142510e970b-content"><p>Hi.. <br /> I'd like to start a UserGroup in India (TamilNad).<br /> Please guide.</p> <p>Vignesh M</p></span> </div> <p class="comment-footer"> Posted by: Vignesh | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e142510e970b#comment-6a010534b1db25970b0147e142510e970b">January 04, 2011 at 04:10</a> </p> </div><a id="c6a010534b1db25970b0148c751e4f7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c751e4f7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c751e4f7970c-content"> <span id="comment-6a010534b1db25970b0148c751e4f7970c-content"><p>For R users in India, check the R South Asia group </p> <p>http://groups.google.co.in/group/r-sa</p> <p>Thanks</p> <p>Saket</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://groups.google.co.in/group/r-sa" href="http://web.archive.org/web/20110715180837/http://groups.google.co.in/group/r-sa">Saket</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c751e4f7970c#comment-6a010534b1db25970b0148c751e4f7970c">January 04, 2011 at 23:05</a> </p> </div><a id="c6a010534b1db25970b0147e1cfb200970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e1cfb200970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e1cfb200970b-content"> <span id="comment-6a010534b1db25970b0147e1cfb200970b-content"><p>would also like a Minneapolis/Saint Paul users group</p></span> </div> <p class="comment-footer"> Posted by: david salmela | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e1cfb200970b#comment-6a010534b1db25970b0147e1cfb200970b">January 21, 2011 at 05:17</a> </p> </div><a id="c6a010534b1db25970b0148c807b02c970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c807b02c970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c807b02c970c-content"> <span id="comment-6a010534b1db25970b0148c807b02c970c-content"><p>There is now a Twin Cities R User group (Minneapolis, St. Paul, MN). Please join the meetup.com group and RSVP for the next meeting if you can make it. </p> <p>Looking forward to meeting you all. </p> <p>http://www.meetup.com/twincitiesrug/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/twincitiesrug/" href="http://web.archive.org/web/20110715180837/http://www.meetup.com/twincitiesrug/">Erik Iverson</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c807b02c970c#comment-6a010534b1db25970b0148c807b02c970c">January 26, 2011 at 09:00</a> </p> </div><a id="c6a010534b1db25970b0148c8174a61970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0148c8174a61970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c8174a61970c-content"> <span id="comment-6a010534b1db25970b0148c8174a61970c-content"><p>Hi all,</p> <p>any R users in the <b>Philippines</b>? im sure you're out there, i'm just not sure how to get to you. i'm from a local university here in Manila, and im thinking of contacting Statistics students from other universities to group together to form a local R group here in Manila. please help spread the word.</p> <p>kind regards! </p></span> </div> <p class="comment-footer"> Posted by: schubert | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c8174a61970c#comment-6a010534b1db25970b0148c8174a61970c">January 28, 2011 at 00:57</a> </p> </div><a id="c6a010534b1db25970b0148c855fda6970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c855fda6970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c855fda6970c-content"> <span id="comment-6a010534b1db25970b0148c855fda6970c-content"><p>merçi d'avoir indiqué cette liste,j'ai trouvé mon bonheur! merçi.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.muondo.org" href="http://web.archive.org/web/20110715180837/http://www.muondo.org/">muondo</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c855fda6970c#comment-6a010534b1db25970b0148c855fda6970c">February 04, 2011 at 11:10</a> </p> </div><a id="c6a010534b1db25970b0147e2bfa259970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e2bfa259970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e2bfa259970b-content"> <span id="comment-6a010534b1db25970b0147e2bfa259970b-content"><p>Anyone up for Indianapolis-West Lafayette-Bloomington R User Group?</p></span> </div> <p class="comment-footer"> Posted by: Shreyas | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e2bfa259970b#comment-6a010534b1db25970b0147e2bfa259970b">February 22, 2011 at 09:38</a> </p> </div><a id="c6a010534b1db25970b014e5f910918970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e5f910918970c"> <div class="comment-content" id="comment-6a010534b1db25970b014e5f910918970c-content"> <span id="comment-6a010534b1db25970b014e5f910918970c-content"><p>am going to set up Birmingham Alabama r users group; please let me know if anyone is interested</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://timelyportfolio.blogspot.com" href="http://web.archive.org/web/20110715180837/http://timelyportfolio.blogspot.com/">Kent Russell</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e5f910918970c#comment-6a010534b1db25970b014e5f910918970c">March 01, 2011 at 09:30</a> </p> </div><a id="c6a010534b1db25970b0147e3159f31970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e3159f31970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3159f31970b-content"> <span id="comment-6a010534b1db25970b0147e3159f31970b-content"><p>I'm about to start a group for dublin, ireland. I'll post the details shortly.</p></span> </div> <p class="comment-footer"> Posted by: rory cawley | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3159f31970b#comment-6a010534b1db25970b0147e3159f31970b">March 08, 2011 at 13:15</a> </p> </div><a id="c6a010534b1db25970b0147e3786a81970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0147e3786a81970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3786a81970b-content"> <span id="comment-6a010534b1db25970b0147e3786a81970b-content"><p>I have started a Tallahassee R Users Group and have scheduled a meeting on April 3 at 4 PM at New Leaf Market (The Dining Area). Hope to see some people there.</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3786a81970b#comment-6a010534b1db25970b0147e3786a81970b">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b014e86f8935d970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e86f8935d970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e86f8935d970d-content"> <span id="comment-6a010534b1db25970b014e86f8935d970d-content"><p>Sorry forgot to give the url - http://www.meetup.com/Tallahassee-R-Users-Group/</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e86f8935d970d#comment-6a010534b1db25970b014e86f8935d970d">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b015431e10563970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015431e10563970c"> <div class="comment-content" id="comment-6a010534b1db25970b015431e10563970c-content"> <span id="comment-6a010534b1db25970b015431e10563970c-content"><p>Hi,<br /> Looking to start one here in Nairobi..Kenya very soon</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.africangeogeek.com" href="http://web.archive.org/web/20110715180837/http://www.africangeogeek.com/">jude</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015431e10563970c#comment-6a010534b1db25970b015431e10563970c">April 22, 2011 at 00:35</a> </p> </div><a id="c6a010534b1db25970b01538e88d642970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538e88d642970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538e88d642970b-content"> <span id="comment-6a010534b1db25970b01538e88d642970b-content"><p>There is a new users group in Italy: Torino R net<br /> www.TorinoR.net</p> <p>first meeting on 16th June, please update above list and calendar, there is an ical at TorinoR.net/events.ical</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.TorinoR.net" href="http://web.archive.org/web/20110715180837/http://www.torinor.net/">Daniele Amberti</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538e88d642970b#comment-6a010534b1db25970b01538e88d642970b">May 17, 2011 at 02:31</a> </p> </div><a id="c6a010534b1db25970b015432625950970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015432625950970c"> <div class="comment-content" id="comment-6a010534b1db25970b015432625950970c-content"> <span id="comment-6a010534b1db25970b015432625950970c-content"><p>Hi Daniele, Torino R net is now on the list -- thanks!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://web.archive.org/web/20110715180837/http://www.revolutionanalytics.com/">David Smith</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015432625950970c#comment-6a010534b1db25970b015432625950970c">May 18, 2011 at 07:46</a> </p> </div><a id="c6a010534b1db25970b014e890f763e970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e890f763e970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e890f763e970d-content"> <span id="comment-6a010534b1db25970b014e890f763e970d-content"><p>Aloha,</p> <p>We're looking to start an R UseR GRoup in <b>Hawai'i</b> (HI,USA). Most users I know are on Maui, but perhaps we can begin with a distributed group via e-conferencing to include persons on all islands. I can organize space at my research department, which is mostly focused on wildlife, but we'd welcome persons and perspectives from many other disciplines. Please contact robertrankin AT pacificwhale DOT org.</p> <p>Mahalo,<br /> Rob<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.pacificwhale.org" href="http://web.archive.org/web/20110715180837/http://www.pacificwhale.org/">Robert Rankin</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e890f763e970d#comment-6a010534b1db25970b014e890f763e970d">June 11, 2011 at 00:51</a> </p> </div><a id="c6a010534b1db25970b014e891ebf94970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e891ebf94970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e891ebf94970d-content"> <span id="comment-6a010534b1db25970b014e891ebf94970d-content"><p>Aloha Rob,</p> <p>I'm a postdoc in bioinformatics at the UH Manoa Cancer Center. There are several of us here that use R regularly, and I for one would be very interested in attending an R UseR GRoup. I'm on Oahu, but woul dbe interested in e-conferencing if I can figure out how my institution would handle that.</p> <p>Stephen</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.StephenTurner.us/" href="http://web.archive.org/web/20110715180837/http://www.stephenturner.us/">Stephen</a> | <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e891ebf94970d#comment-6a010534b1db25970b014e891ebf94970d">June 13, 2011 at 16:29</a> </p> </div> </div> </div> <!-- comment-form-atp --> <div id="atp-comments"> <div id="comment-preview" class="hiddenBox"> <h3 id="header-verify-comment" class="comments-header hiddenBox">Verify your Comment</h3> <h3 id="header-preview-comment" class="comments-header hiddenBox">Previewing your Comment</h3> <div class="comments-content"> <div class="comment"> <div id="comment-preview-content" class="comment-content"> </div> <p class="comment-footer"> Posted by: <span id="comment-preview-author"></span> | <span id="comment-preview-datetime"></span> </p> </div> </div> </div> <div id="comment-preview-confirmation" class="hiddenBox yellowBox"> <p>This is only a preview. Your comment has not yet been posted.</p> <form id="comment-preview-form" method="post" onsubmit="atpComments.interceptPost(); return false;"> <input type="submit" name="post" id="comment-confirm-post" value=" Post " onclick="atpComments.interceptPost(); return false;"/> <input type="submit" name="edit" id="comment-edit" value="  Edit  " onclick="atpComments.previewOnly(2); return false;"/> <span id="previewFormSpinner" class="hiddenBox"><img src="http://web.archive.org/web/20110715180837im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </form> </div> <div id="comment-error" class="hiddenBox redBox"> Your comment could not be posted. Error type: <span id="comment-error-msg"></span> </div> <div id="comment-complete" class="hiddenBox yellowGreenBox"> Your comment has been posted. <a href="javascript:void 0;" onclick="window.location.hash='#comment-form';window.location.reload(false)">Post another comment</a> </div> <div id="comment-captcha" class="hiddenBox yellowBox"> <div id="captchaText"> <p id="captchaFailMsg" class="captchaErrorText hiddenBox">The letters and numbers you entered did not match the image. Please try again.</p> <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.</p> <p><span id="comment-captcha-viewalt">Having trouble reading this image? <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html#comment-captcha" onClick="atpComments.generateCaptcha();">View an alternate.</a></span></p> </div> <p class=""><img id="captchaImg" /></p> <form id="comment-captcha-form" method="post" onsubmit="atpComments.submitWithCaptcha(); return false;"> <input type="hidden" name="captcha_chal" id="comment-captcha-chal" value="" /> <p> <input id="comment-captcha-text" name="captcha_text" size="10" /> </p> <p> <input type="submit" name="continue" id="captcha-continue" value=" Continue " /> <span id="captchaFormSpinner" class="commentSpinner hiddenBox"><img src="http://web.archive.org/web/20110715180837im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </p> </form> </div> <div id="primary-comment-form" class="comment-form"> <form id="comment-form" action="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1310753317-c9bb300aebb5b71ef95d88f28f57cff0e39efbd1:Aqiy4m7WZZG48qJT" /> <div class="comments-open"> <h2 class="comments-open-header" id="comment-title">Post a comment</h2> <div id="comments-open-content" class="comments-open-content"> <div id="comments-open-text" style="display:none;"> <textarea id="comment-text" name="text" rows="10" cols="30" onkeyup="atpComments.maxTextArea(this, 64000);"></textarea> <p class="comments-open-subtext"> (You can use HTML tags like <b> <i> and <ul> to style your text.) </p> </div> <div id="comments-open-data" style="display:none;"> <p>Your Information</p> <p> (Name and email address are required. Email address will not be displayed with the comment.) </p> <p> <input id="comment-author" at:default="Name" name="author" size="30" value="Name" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-author" id="comment-author-error" class="comment-error hiddenBox">Name is required to post a comment</label> </p> <p> <input id="comment-email" at:default="Email Address" name="email" size="30" value="Email Address" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-email" id="comment-email-error" class="comment-error hiddenBox">Please enter a valid email address</label> </p> <p> <input id="comment-url" at:default="Web Site URL" name="url" size="30" value="Web Site URL" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-url" id="comment-url-error" class="comment-error hiddenBox">Invalid URL</label> </p> </div> </div> <div id="comments-open-footer" class="comments-open-footer" style="display:none;"> <input type="submit" name="post" id="comment-post-button" value=" Post " onclick="atpComments.interceptPost(); return false;" disabled="true" /> <input type="submit" name="preview" id="comment-preview-button" value=" Preview " onclick="atpComments.previewOnly(1); return false;" disabled="true" /> <span id="commentEntryFormSpinner" class="commentSpinner hiddenBox"><img src="http://web.archive.org/web/20110715180837im_/http://blog.revolutionanalytics.com/.shared/images/spinner.gif" alt="Working..." /></span> </div> </div> </form> <noscript> <div id="comments-open-noscript" class="comments-open-noscript"> <form action="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1310753317-a17ff539277859853061d5006ddb64e2db6fe59e:uadBe0910GFU14DC" /> Name:<br /><input type="text" name="author" size="30" /><br /> Email address:<br /><input type="text" name="email" size="30" /><br /> URL:<br /><input type="text" name="url" size="30" /><br /><br /> Comment:<br /><textarea name="text" cols="40" rows="4"></textarea><br /> <input type="submit" name="submit" value="Submit" /> </form> </div> </noscript> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- sidebar --> <div class="module-archives module"> <h2 class="module-header">Information</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/about.html">About this blog</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/comments-policy.html">Comments Policy</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/categories.html">About Categories</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/authors.html">About the Authors</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/calendar.html">R Community Calendar</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <p><a href="http://web.archive.org/web/20110715180837/http://www.revolutionanalytics.com/">Revolution Analytics</a><br />Information about Revolution R</p> </div> </div> <div class="module-custom_html module"> <div class="module-content"> Got comments or suggestions for the blog editor? <br> Email <a href="mailto:david@revolution-computing.com">David Smith</a>. </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://web.archive.org/web/20110715180837/http://www.twitter.com/revodavid"><img src="http://web.archive.org/web/20110715180837im_/http://twitter-badges.s3.amazonaws.com/t_small-b.png" alt="Follow revodavid on Twitter"/></a> Follow David on Twitter: <a href="http://web.archive.org/web/20110715180837/http://twitter.com/revodavid">@revodavid</a> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://web.archive.org/web/20110715180837/http://inside-r.org/download" title="Download R"><img src="http://web.archive.org/web/20110715180837im_/http://inside-r.org/sites/all/themes/rweb/assets/badges/download-r-badge-125-blue.png" border="0" /></a> </div> </div> <div class="module-syndicate module"> <div class="module-content"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/atom.xml">Subscribe to this blog's feed</a> </div> </div> <div class="module-categories module"> <h2 class="module-header"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/academia/">academia</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/advanced-tips/">advanced tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/announcements/">announcements</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/applications/">applications</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/beginner-tips/">beginner tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/big-data/">big data</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/courses/">courses</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/current-events/">current events</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/data-science/">data science</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/developers/">developer tips</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/events/">events</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/finance/">finance</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/graphics/">graphics</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/high-performance-computing/">high-performance computing</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/life-sciences/">life sciences</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/open-source/">open source</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/other-industry/">other industry</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/packages/">packages</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/predictive-analytics/">predictive analytics</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/profiles/">profiles</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/r/">R</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/r-is-hot/">R is Hot</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/random/">random</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/revolution/">Revolution</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/rmedia/">Rmedia</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/roundups/">roundups</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/sports-1/">sports</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/statistics/">statistics</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/user-groups/">user groups</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">R links</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://inside-r.org/">inside-R.org, the R Community Site</a><br />Sponsored by Revolution Analytics</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://www.revolutionanalytics.com/">Revolution Analytics</a><br />Information about Revolution R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://www.revolutionanalytics.com/downloads/">Download Revolution R</a><br />Free, high-performance distribution of R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://forums.revolutionanalytics.com/">Revolution R forum</a><br />Questions and discussions about Revolution R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://www.revolution-computing.com/cran">CRAN</a><br />Download packages for R</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://www.r-project.org/">R Project site</a><br />Information about the R project</li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Recommended Sites</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://flowingdata.com/">FlowingData</a><br />Modern data visualization</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://onertipaday.blogspot.com/">One R Tip A Day</a><br />Code examples for graphics and analysis</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://www.r-bloggers.com/">R Bloggers</a><br />Daily news and tutorials about R, contributed by R bloggers worldwide.</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://www.analyticbridge.com/group/rprojectandotherfreesoftwaretools">R Project group on analyticbridge.com</a><br />Community and discussion forum</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://www.stat.columbia.edu/~cook/movabletype/mlm/">Statistical Modeling, Causal Inference, and Social Science</a><br />Andrew Gelman's statistics blog</li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://www.dataists.com/">The Dataists</a><br />Innovative and practical data analysis methodology.</li> </ul> </div> </div> <div class="module-recent-comments module"> <h2 class="module-header">Recent Comments</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2010/02/making-publicationready-tables-with-xtable.html?cid=6a010534b1db25970b015433bbe205970c#comment-6a010534b1db25970b015433bbe205970c">glass dining table</a> on <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2010/02/making-publicationready-tables-with-xtable.html">Making publication-ready tables with xtable</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/01/because-its-friday-this-is-the-news.html?cid=6a010534b1db25970b01538fe7b5aa970b#comment-6a010534b1db25970b01538fe7b5aa970b">bike clothes</a> on <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/01/because-its-friday-this-is-the-news.html">Because it's Friday: This Is The News</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2010/12/forbes-r-is-a-name-you-need-to-know-in-2011.html?cid=6a010534b1db25970b014e89d9859a970d#comment-6a010534b1db25970b014e89d9859a970d">cheap Ralph Lauren</a> on <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2010/12/forbes-r-is-a-name-you-need-to-know-in-2011.html">Forbes: R is a name you need to know in 2011</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/07/paul-murrell-on-incorporating-images-in-r-charts.html?cid=6a010534b1db25970b015433b7e1e3970c#comment-6a010534b1db25970b015433b7e1e3970c">David Smith</a> on <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/07/paul-murrell-on-incorporating-images-in-r-charts.html">Paul Murrell on Incorporating Images in R Charts</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/07/paul-murrell-on-incorporating-images-in-r-charts.html?cid=6a010534b1db25970b015433b7d9e1970c#comment-6a010534b1db25970b015433b7d9e1970c">steven mosher</a> on <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/07/paul-murrell-on-incorporating-images-in-r-charts.html">Paul Murrell on Incorporating Images in R Charts</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/07/because-its-friday-the-world-is-flat.html?cid=6a010534b1db25970b01538fe1953c970b#comment-6a010534b1db25970b01538fe1953c970b">free dating websites</a> on <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/07/because-its-friday-the-world-is-flat.html">Because it's Friday: The world is flat</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2010/05/because-its-friday-the-dating-equation.html?cid=6a010534b1db25970b015433b4f46a970c#comment-6a010534b1db25970b015433b4f46a970c">sunrooms</a> on <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2010/05/because-its-friday-the-dating-equation.html">Because it's Friday: The dating equation</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/06/big-data-pca.html?cid=6a010534b1db25970b015433b4cade970c#comment-6a010534b1db25970b015433b4cade970c">Zeno</a> on <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/06/big-data-pca.html">Big-Data PCA: 50 years of stock data</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/07/sentiment-analysis-for-airlines-via-twitter.html?cid=6a010534b1db25970b01538fdb4723970b#comment-6a010534b1db25970b01538fdb4723970b">cyhex</a> on <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/07/sentiment-analysis-for-airlines-via-twitter.html">Sentiment Analysis for Airlines via Twitter</a> </li> <li class="module-list-item"> <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/07/nyt-on-the-importance-of-reproducible-research.html?cid=6a010534b1db25970b015433a29f6e970c#comment-6a010534b1db25970b015433a29f6e970c">David Smith</a> on <a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/07/nyt-on-the-importance-of-reproducible-research.html">NYT on the importance of reproducible research</a> </li> </ul> </div> </div> <div class="module-archives module"> <h2 class="module-header"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/archives.html">Archives</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/07/index.html">July 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/06/index.html">June 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/05/index.html">May 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/04/index.html">April 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/03/index.html">March 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/02/index.html">February 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2011/01/index.html">January 2011</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2010/12/index.html">December 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2010/11/index.html">November 2010</a></li> <li class="module-list-item"><a href="http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com/2010/10/index.html">October 2010</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Search Revolutions Blog</h2> <div class="typelist-plain module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-note"><form method="get" action="http://web.archive.org/web/20110715180837/http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <div style="background-color:white;"></div> <input type="text" name="q" size="18" maxlength="255" value="" /> <input type="submit" name="btnG" value=" Search Blog " /> <br /> <small> <input type="hidden" name="domains" value="blog.revolutionanalytics.com" /> <br /> <input type="hidden" name="sitesearch" value="blog.revolutionanalytics.com" checked="checked" /> <br /></small> </form> <!-- SiteSearch Google --></div></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script src="http://web.archive.org/web/20110715180837js_/http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script> <script>mktoMunchkin("224-FMR-259");</script> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://web.archive.org/web/20110715180837/http://www/"); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var firstTracker = _gat._getTracker("UA-6984166-10"); firstTracker._setDomainName(".revolutionanalytics.com"); firstTracker._setAllowLinker(true); firstTracker._setAllowHash(false); firstTracker._trackPageview(); var secondTracker = _gat._getTracker("UA-6984166-9"); secondTracker._setDomainName(".revolutionanalytics.com"); secondTracker._setAllowLinker(true); secondTracker._setAllowHash(false); secondTracker._trackPageview(); } catch (err) { } </script> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="http://web.archive.org/web/20110715180837/http://www.typepad.com//t/stats?blog_id=1774446&user_id=3164880&page=' + escape(location.href) + '&referrer=' + escape(document.referrer) + '&i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://web.archive.org/web/20110715180837js_/http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qoptions = { tags:"typepad.extended" }; _qacct="p-fcYWUmj5YbYKM"; quantserve();</script> <noscript> <a href="http://web.archive.org/web/20110715180837/http://www.quantcast.com/p-fcYWUmj5YbYKM" target="_blank"><img src="http://web.archive.org/web/20110715180837im_/http://pixel.quantserve.com/pixel/p-fcYWUmj5YbYKM.gif?tags=typepad.extended" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <script type="text/javascript"> var captchaImgAttempts = 0; var allowAnonComments = '0'; var registrationRequired = 0; var registrationOptional = 0; var emailRequired = 1; var useAvatars = 0; var showSignInMessaging = 0; var jsonURL = "/.services/json-rpc"; var captchaSrc = "/.services/captcha?code_encrypted="; var alertCommentCannotBeBlank = "You can not leave an empty comment. Please enter some text in the Comment field."; var alertEditingExpired = "Sorry, you're no longer allowed to edit this comment. You may have taken too much time before submitting your edit or someone may have already replied to it."; var alertAuthorCannotBeBlank = "Name must not be blank."; var alertEmailCannotBeBlank = "Email Address must not be blank."; var alertAuthorAndEmailCannotBeBlank = "Name and email address are both required!"; var alertEmailIsInvalid = "The Email Address you entered is invalid. Please enter a valid email address."; var alertUnauthorizedAction = "The comments on this post are closed."; var msgPostReplyTo = "Reply to "; var msgInReplyTo = "In reply to "; var msgPostAComment = "Post a comment "; var atpCommentsPath = "/.shared/js/atpcomments_yui.js?v=5"; var hasChanged = 0; var hostName = ".revolutionanalytics.com"; var tp_comment_token = "1310753317-88f5f9f2ab3ae000d1ce112be1dff1ee83da7d9f:a7Rl6APofOpzmlok"; var isPage = 1; var blog_xid = "6a010534b1db25970b010536040741970b"; var xid = ""; var injectCode = '<div id=\"comment-preview\" class=\"hiddenBox\">\n\t<h3 id=\"header-verify-comment\" class=\"comments-header hiddenBox\">Verify your Comment<\/h3>\n <h3 id=\"header-preview-comment\" class=\"comments-header hiddenBox\">Previewing your Comment<\/h3>\n\t<div class=\"comments-content\">\n\t\t<div class=\"comment\">\n\t\t\t<div id=\"comment-preview-content\" class=\"comment-content\">\n\t\t\t<\/div>\n\t\t\t<p class=\"comment-footer\">\n\t\t\t\tPosted by: \n\t\t\t\t<span id=\"comment-preview-author\"><\/span> | <span id=\"comment-preview-datetime\"><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div id=\"comment-preview-confirmation\" class=\"hiddenBox yellowBox\">\n <p>This is only a preview. Your comment has not yet been posted.<\/p>\n \t<form id=\"comment-preview-form\"\n \t\tmethod=\"post\"\n \t\tonsubmit=\"atpComments.interceptPost(); return false;\">\n\t\t<input type=\"submit\" name=\"post\" id=\"comment-confirm-post\" value=\" Post \" onclick=\"atpComments.interceptPost(); return false;\"/>\t\t \n\t\t<input type=\"submit\" name=\"edit\" id=\"comment-edit\" value=\"  Edit  \" onclick=\"atpComments.previewOnly(2); return false;\"/>\n <span id=\"previewFormSpinner\" class=\"hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n\t<\/form>\n<\/div>\n<div id=\"comment-error\" class=\"hiddenBox redBox\">\t \n Your comment could not be posted. Error type: <span id=\"comment-error-msg\"><\/span> \n<\/div>\t\n<div id=\"comment-complete\" class=\"hiddenBox yellowGreenBox\">\n Your comment has been posted. <a href=\"javascript:void 0;\" onclick=\"window.location.hash=\'#comment-form\';window.location.reload(false)\">Post another comment<\/a>\n<\/div>\t\n<div id=\"comment-captcha\" class=\"hiddenBox yellowBox\">\t\n <div id=\"captchaText\">\n\t <p id=\"captchaFailMsg\" class=\"captchaErrorText hiddenBox\">The letters and numbers you entered did not match the image. Please try again.<\/p>\t \t \n\t <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.<\/p>\n\t <p><span id=\"comment-captcha-viewalt\">Having trouble reading this image? <a href=\"#comment-captcha\" onClick=\"atpComments.generateCaptcha();\">View an alternate.<\/a><\/span><\/p>\n <\/div>\n <p class=\"\"><img id=\"captchaImg\" /><\/p>\t\t\n <form id=\"comment-captcha-form\" \n\t\t method=\"post\"\n\t\t onsubmit=\"atpComments.submitWithCaptcha(); return false;\">\n\t\t<input type=\"hidden\" name=\"captcha_chal\" id=\"comment-captcha-chal\" value=\"\" />\n <p>\n\t <input id=\"comment-captcha-text\" name=\"captcha_text\" size=\"10\" />\n <\/p>\n <p>\n <input type=\"submit\" name=\"continue\" id=\"captcha-continue\" value=\" Continue \" />\n <span id=\"captchaFormSpinner\" class=\"commentSpinner hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/p>\n <\/form>\n<\/div>\n'; var entryPermalink = "http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com//local-r-groups.html"; var inlineReply = document.createElement("div"); var commentFooterLinks; var commentHeader; var commentReplyXID; var commentReplyAuthor; var commentReplyComplete; var inlineReplyLoaded = 0; var commentFormNum = undefined; /* Deprecated but still exists in advanced template sets, so must be defined */ function xidToCommentPermalink (entryUrl, xid) { return entryUrl + "?cid=" + xid + "#comment-" + xid; } /* Deprecated advanced template functions */ function handleSubmit() { return true; }; function handleChange() { return true; }; </script> <script type="text/javascript" src="http://web.archive.org/web/20110715180837js_/http://blog.revolutionanalytics.com/.shared/js/yui/yuiloader-beta-min.js"></script> <script type="text/javascript" src="http://web.archive.org/web/20110715180837js_/http://blog.revolutionanalytics.com/.shared/js/atpcomments.js?v=5"></script> <!-- Blogside Toolbar --> <script type="text/javascript"> var TPToolbar = { src: "http://web.archive.org/web/20110715180837/http://www.typepad.com//services/toolbar?blog_id=6a010534b1db25970b010536040741970b&asset_id=6a010534b1db25970b011570112bbe970b&atype=Page&to=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&autofollowed=0", asset_xid: "6a010534b1db25970b011570112bbe970b", bookmarklet_uri: "http://web.archive.org/web/20110715180837/http://static.typepad.com//.shared/js/qp/loader-combined-min.js" }; var TYPEPAD___bookmarklet_domain = "http://web.archive.org/web/20110715180837/http://www.typepad.com//"; </script> <script type="text/javascript" src="http://web.archive.org/web/20110715180837js_/http://blog.revolutionanalytics.com/.shared/js/toolbar/blogside-toolbar-combined-min.js"></script> <!-- End Blogside Toolbar --> <!-- Begin comScore Tag --> <script> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://web.archive.org/web/20110715180837/http://b/") + ".scorecardresearch.com/beacon.js'%3E%3C/script%3E")); </script> <script> COMSCORE.beacon({ c1: 2, c2: "6035669", c3: "", c4: "http://web.archive.org/web/20110715180837/http://blog.revolutionanalytics.com//local-r-groups.html", c5: "", c6: "", c15: "" }); </script> <noscript> <img src="http://web.archive.org/web/20110715180837im_/http://b.scorecardresearch.com/b?c1=2&c2=6035669&c3=&c4=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&c5=&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt="" /> </noscript> <!-- End comScore Tag --> </body> </html> <!-- ph=1 --> <!-- FILE ARCHIVED ON 18:08:37 Jul 15, 2011 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 15:00:12 Jun 8, 2012. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). -->
2012-06-08
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="typepad-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="News about R, statistics and the world of open source from the staff of REvolution Analytics" /> <link rel="stylesheet" href="http://blog.revolutionanalytics.com/styles.css?v=6" type="text/css" media="screen" /> <link rel="stylesheet" href="http://static.typepad.com/.shared:v20120607.01-0-ge09fa24:typepad:en_us/themes/common/print.css" type="text/css" media="print" /> <link rel="alternate" type="application/atom+xml" title="Posts on 'Revolutions' (Atom)" href="http://blog.revolutionanalytics.com/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 1.0)" href="http://blog.revolutionanalytics.com/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 2.0)" href="http://blog.revolutionanalytics.com/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "http://www.typepad.com/"; </script> <script type="text/javascript" src="http://static.typepad.com/.shared:v20120607.01-0-ge09fa24:typepad:en_us/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['t2._setAccount', 'UA-225723-36']); _gaq.push(['t2._setDomainName', 'none']); _gaq.push(['t2._setAllowLinker', true]); _gaq.push(['t2._setCustomVar', 1, 'Blog', '6a010534b1db25970b010536040741970b', 3]); _gaq.push(['t2._setCustomVar', 2, 'Page Type', 'Page', 3]); _gaq.push(['t2._trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel="alternate" type="application/atom+xml" title="Comments on 'Local R User Group Directory' (Atom)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Comments on 'Local R User Group Directory' (RSS 2.0)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/rss.xml" /> <title>Revolutions: Local R User Group Directory</title> <link rel="start" href="http://blog.revolutionanalytics.com/" title="Home" /> </head> <body class="layout-two-column-right"> <div id="container"> <div id="container-inner" class="pkg"> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="http://blog.revolutionanalytics.com/" accesskey="1">Revolutions</a></h1> <h2 id="banner-description"> News about R, statistics, big data analytics, data science, and the world of open source from the staff of <a href="http://www.revolutionanalytics.com">Revolution Analytics</a> </h2> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- page --> <div class="entry-author-david_smith entry-type-page entry" id="entry-65315573"> <h3 class="entry-header">Local R User Group Directory</h3> <div class="entry-content"> <div class="entry-body"> <p>Looking for R users in your area to meet, interact with, and share ideas? Why not join your local R User Group? </p> <p>Here's a directory of the local R user groups we're aware of.  If you know of a group not listed here, or need information on how to set up your own R user group, please contact <a href="mailto:community@revolutionanalytics.com">community@revolutionanalytics.com</a>, or post in the comments below.</p> <p>If you're thinking of starting a local R user group yourself, Revolution Analytics offers <a href="http://www.revolutionanalytics.com/news-events/r-user-group/" target="_self">sponsorships</a> for both new and established groups, and has provided some tips for <a href="http://www.revolutionanalytics.com/news-events/r-user-group/how-to-start-r-user-group.php" target="_self">starting a new R user group</a>.</p> <h3><strong><span>AUSTRALIA</span></strong></h3> <p><strong>Adelaide</strong>: <a href="http://www.meetup.com/Adelaide-R-users-group/" target="_self">Adelaide R-users group</a></p> <p><strong>Brisbane: </strong><a href="http://www.meetup.com/Group-for-R-Users-in-Brisbane-GRUB/">Group for R Users in Brisbane</a> (GRUB)</p> <p><strong>Canberra</strong>: <a href="http://www.meetup.com/Canberra-R-Users-Group/">Canberra R Users Group</a> (CANRUG)</p> <p><strong>Hobart</strong>: <a href="http://www.meetup.com/Hobart-R-Users-Group/" target="_self">Hobart R Users Group</a> (HRUG)</p> <p><strong>Melbourne: </strong><a href="http://www.meetup.com/MelbURN-Melbourne-Users-of-R-Network/">Melbourne Users of R Network</a> (MelbURN)</p> <p><strong>Sydney</strong>: <a href="http://www.meetup.com/R-Users-Sydney/">Sydney Users of R Forum</a> (SURF)</p> <p> </p> <p><span style="font-size: medium;"><span style="font-size: 15px; line-height: 18px;"><strong>ASIA</strong></span></span></p> <p><span><span><strong>China</strong>: Financial R User's Group: <a href="http://www.goldenbug.net/category/技术专题/R/">Looking for golden bugs</a></span></span></p> <p><strong>China (Macao)</strong>: <a href="http://groupspaces.com/R-research/" target="_self">R-Research</a></p> <p><strong>China (Shanghai/East China)</strong>: <a href="http://www.shanghair.org/cn/" target="_self">ShanghaiR</a> (<a href="http://www.shanghair.org/" target="_self">in English</a>)</p> <p><strong>India (Bangalore)</strong>: <a href="http://groups.google.com/group/brumail">Bangalore R Users - BRU</a></p> <p><strong>Japan (Nagoya)</strong>: <a href="http://corpus-study.info/nagoyar">Nagoya.R</a></p> <p><span><span><span style="font-weight: bold;">Japan (Osaka): </span><a href="http://m884.jp/Osaka.R/">Osaka.R</a></span></span></p> <p><span><span><strong>Japan (Tokyo): </strong><a href="https://groups.google.com/group/r-study-tokyo" target="_self">Tokyo.R</a></span></span></p> <p><span><span><strong><a href="http://m884.jp/Osaka.R/"></a>Japan (Tsukuba)</strong><span>:</span> <a href="http://wiki.livedoor.jp/syou6162/">Tsukuba.R</a></span></span></p> <p><strong>Singapore</strong>: <a href="http://groups.google.com/group/singapore-r-user-group" target="_self">R User Group - SG</a></p> <p><strong>South Asia</strong>: <a href="http://groups.google.co.in/group/r-sa">R South Asia</a>, a mailing list to promote and discuss R in South Asia.</p> <p><strong>South Korea (Seoul)</strong>: <a href="http://www.openstatistics.net">GNU R User's Group and Open Statistics Project in Korea</a></p> <p><strong>Taiwan (Taipei)</strong>: <a href="https://sites.google.com/site/zhonghuarruantixuehui/" target="_self">Chinese Academy of R Software (CARS)</a></p> <p> </p> <p><span style="font-size: 15px; font-weight: bold;">CANADA</span></p> <p><strong>Montréal</strong>: <a href="http://www.meetup.com/Montreal-R-User-Group/" target="_self">Montreal R User Group</a></p> <p><span style="font-weight: bold;">Ottawa:</span> <a href="https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa">Ottawa Gatineau R Users Group</a></p> <p><strong>Québec</strong>: <a href="http://www.cef-cfr.ca/index.php?n=Membres.PleinR" target="_self">Plein-R</a> (en Français)</p> <p><strong>Toronto</strong>: <a href="http://www.meetup.com/Greater-Toronto-Area-GTA-R-Users-Group" target="_self">Greater Toronto Area (GTA) R User's Group</a></p> <p><strong>Vancouver</strong>: <a href="http://www.meetup.com/Vancouver-R-Users-Group-data-analysis-statistics/" target="_self">Vancouver R Users Group</a></p> <p> </p> <p><span style="font-size: 15px;"><strong>EUROPE</strong></span></p> <p><strong>Austria (Vienna): </strong><a href="http://www.meetup.com/ViennaR/" target="_self">ViennaR</a></p> <p><strong>Belgium (Brussels)</strong>: <a href="http://www.meetup.com/RBelgium/" target="_self">RBelgium</a></p> <p><strong>Finland: </strong><a href="http://bioinformatics.utu.fi/seura/index_en.html">Finnish Society for Bioinformatics</a></p> <p><strong><span style="font-weight: normal;"><strong>France (Paris)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.mnhn.fr/semin-r/">Semin-R</a></span></strong></p> <p><strong>France (Montpellier): </strong><a href="http://forums.cirad.fr/logiciel-R/index.php">Groupe des utilisateurs du logiciel R</a></p> <p><strong>Germany (Dresden)</strong>: <a href="http://www.research-garden.de/" target="_self">Research Garden</a></p> <p><strong>Germany (Geißen)</strong>: <a href="http://www.meetup.com/Giessen-R-Users-Group/" target="_self">Giessen R Users Group</a></p> <p><strong>Germany (Kassel): </strong><a href="http://www.meetup.com/Kassel-useR-Group/">Kasseler useR Group</a></p> <p><strong>Germany (Köln)</strong>: <a href="http://www.meetup.com/KoelnRUG/" target="_self">Köln R User Group</a></p> <p><strong><span style="font-weight: normal;"><a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.mnhn.fr/semin-r/"></a></span>Germany (Southwest): </strong><a href="http://rusergroup-de-sw.mixxt.de/">R User Group DE-Südwest</a></p> <p><strong>Germany (North): </strong>R im Norden (email <a href="mailto:feldmann@qa-gmbh.de">Rainer Feldmann</a>)</p> <p><strong>Ireland (Dublin)</strong>: <a href="http://www.meetup.com/DublinR/" target="_self">Dublin-R</a></p> <p><strong>Italy (Milan)</strong>: <a href="http://www.milanor.net/" target="_self">MilanoR</a></p> <p><strong>Italy (Padua)</strong>: <a href="http://groups.google.com/group/rante">Italy-RUG</a> (Rante)</p> <p><strong>Italy (Torino)</strong>: <a href="http://torinor.net/" target="_self">Torino R net</a></p> <p><strong>Lithuania</strong>: <a href="http://www.vilniusr.org/" target="_self">VilniusR</a></p> <p><strong>Netherlands (Amsterdam)</strong>: <a href="http://www.meetup.com/amst-R-dam/" target="_self">amst-R-dam</a></p> <p><strong>Poland (Warsaw/Wroclaw)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.biecek.pl/WZUR"><span style="font-weight: normal;">Annual Polish R User Group Meeting</span></a></p> <p><span style="font-weight: normal;"><strong>Poland (virtual): </strong>W Polski, Polish R users forum: <a href="https://www.im.uj.edu.pl/gur/">Grupa użytkowników R</a>.<br /></span></p> <p><strong>Serbia (Belgrade)</strong>: <a href="http://savtajr.blogspot.com/" target="_self">Sav taj R</a></p> <p><strong>Slovenia (Ljubljana):</strong> <a href="http://groups.google.com/group/rkoholiki">Anonymous Rcoholics</a></p> <p><strong>Spain (Barcelona)</strong>: <a href="http://rugbcn.wordpress.com/" target="_self">RUGBCN</a></p> <p><strong>Switzerland (Basel):</strong> <a href="http://www.baselr.org/">BaselR</a></p> <p><strong>Switzerland (Geneva)</strong>: <a href="http://www.geneva-r.org/" target="_self">GenevaR</a></p> <p><strong>Switzerland (Zurich)</strong>: <a href="http://www.zurichr.org/" target="_self">ZurichR</a></p> <p><strong>UK (Birmingham)</strong>: <a href="http://www.meetup.com/BirminghamR/" target="_self">Birmingham R Users Meeting (BRUM)</a></p> <p><strong>UK (Cambridge)</strong>: <a href="http://www.cambr.org.uk/" target="_self">CambR</a></p> <p><span style="font-size: 13px; font-weight: bold;">UK (London): <span style="font-weight: normal;"><a href="http://www.londonr.org/">LondonR</a></span></span></p> <p><strong><br /></strong></p> <p style="margin: 0px 0px 1em; padding: 0px;"><span style="line-height: 18px; font-size: 15px;"><strong>ISRAEL</strong></span></p> <p><span><span><span><strong>Tel Aviv</strong>: </span><a href="http://groups.google.com/group/israel-r-user-group">Israel R User Group</a></span></span></p> <p><span><span><br /></span></span></p> <h3><strong>SOUTH AMERICA</strong></h3> <p><strong>Argentina</strong> (Buenos Ares): <a href="http://ar.i314.com.ar/" target="_self">.AR</a> </p> <p><strong>Brazil</strong> (virtual): <a href="http://br.groups.yahoo.com/group/R_STAT/" target="_self">Brasil R_STAT</a></p> <p><strong>Brazil</strong> (virtual): <a href="http://leg.est.ufpr.br/doku.php/software:rbr" target="_self">R-br: the Brazilian R-community</a></p> <p><strong>Uruguay</strong>: <a href="http://uyrug.wordpress.com/" target="_self">Grupo de Usuarios de R en Uruguay </a></p> <p> </p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';">USA (sorted by state)</span></p> <p>Berkeley, CA: <a href="http://www.meetup.com/r-enthusiasts/" target="_self">The Berkeley R Language Beginner Study Group</a></p> <p><strong>Los Angeles, CA</strong>: <a href="http://www.meetup.com/LAarea-R-usergroup/">Los Angeles Area R Users Group</a></p> <p><strong>Orange County, CA</strong>: <a href="http://www.linkedin.com/groups?gid=3826973" target="_self">Orange County R User Group</a></p> <p><strong>Pasadena, CA: </strong><a href="http://www.meetup.com/Research-Methods-and-Analytics/">Research Methods and Analytics (R is a main topic)</a></p> <p><strong>San Diego, CA</strong>: <a href="http://www.meetup.com/San-Diego-R-users-group">San Diego R Users Group</a></p> <p><strong>San Francisco / Bay Area, CA</strong>: <a href="http://www.meetup.com/R-Users/">Bay Area R Users Group</a></p> <p><strong>Denver, CO</strong>: <a href="http://www.meetup.com/DenverRUG/">Denver R User Group</a></p> <p><strong>Stamford, CT</strong>: <a href="http://www.meetup.com/Conneticut-R-Users-Group/" target="_self">Connecticut R Users Group</a></p> <p><span style="font-weight: bold;"><strong>Washington, DC</strong>: </span><a href="http://www.meetup.com/R-users-DC">DC UseR Group</a></p> <p><span style="font-weight: bold;"><a href="http://www.meetup.com/R-users-DC"></a>Atlanta, GA: </span><a href="http://www.meetup.com/R-Users-Atlanta/" target="_self">Atlanta R User's Group</a></p> <p><strong>Chicago, IL</strong>: <a href="http://www.meetup.com/ChicagoRUG/">Chicago R Users Group</a></p> <p><strong>Greencastle, IN</strong>: <a href="http://fs6.depauw.edu:50080/%7Ehanson/R-pages/R%40DPU.html">R users at DePauw University</a></p> <p><strong>Kansas City, KS</strong>: <a href="http://groupspaces.com/KCRUsersGroup/" target="_self">Kansas City R Users Group</a></p> <p><strong>Boston, MA: </strong><a href="http://www.meetup.com/Boston-useR/" target="_self">Greater Boston useR Group</a></p> <p><strong>Medford, MA</strong>: <a href="http://www.meetup.com/RUGraT/" target="_self">R Users Group at Tufts (RUGraT)</a></p> <p><strong>Minneapolis and St. Paul, MN</strong>: <a href="http://www.meetup.com/twincitiesrug/" target="_self">Twin Cities R User Group</a></p> <p><strong>Saint Louis, MO</strong>: <a href="http://www.meetup.com/Saint-Louis-RUG/" target="_self">Saint Louis R User Group</a></p> <p><strong>Raleigh-Durham, NC: </strong><a href="http://www.meetup.com/Triangle-useR/">Raleigh-Durham-Chapel Hill R Users Group</a></p> <p><strong><strong>Cincinnati/Dayton, OH: </strong></strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self">CinDay RUG</a></p> <p><strong>Cleveland, OH</strong>: <a href="http://www.meetup.com/Cleveland-useR-Group/" target="_self">Cleveland UseR Group</a></p> <p><strong>Portland, OR: </strong><a href="http://www.meetup.com/portland-r-user-group">Portland R User Group</a> (there is also a local <a href="http://groups.google.com/group/pdx-visualization">data visualization group</a>)</p> <p><strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self"></a>Philadelphia, PA</strong>: <a href="http://phillyr.ning.com/">Philadelphia UseR Group</a></p> <p><strong>New Jersey, NJ</strong>: <a href="http://newjerseyr.org/">NewJerseyR</a></p> <p><strong>New York, NY</strong>: <a href="http://www.meetup.com/nyhackr/">New York R Statistical Programming Meetup</a> </p> <p><strong>New York, NY</strong>: <a href="http://groups.google.com/group/columbiaR">Columbia R Statistical Programming Group</a></p> <p><strong>Austin, TX</strong>: <a href="http://www.meetup.com/Austin-R-User-Group/" target="_self">Austin R User Group</a></p> <p><span style="font-weight: bold;">Dallas, TX: </span><a href="http://www.meetup.com/Dallas-R-Users-Group/" target="_self">Dallas R Users Group</a></p> <p><span style="font-weight: bold;">Houston, TX: </span><a href="http://www.meetup.com/houstonr/" target="_self">Houston R Users Group</a></p> <p><strong>Madison, WI: <span style="font-weight: normal;"><a href="http://groups.google.com/group/maduser">Madison Area R Users Group</a></span></strong></p> <p><strong>Salt Lake City, UT: </strong><a href="https://sites.google.com/site/utahrug/" target="_self">University of Utah R Users Group</a></p> <p><strong>Seattle, WA: </strong><a href="http://www.meetup.com/Seattle-useR/">Seattle UseR Group</a></p> <p> </p> <p><strong><span style="font-size: 15px; font-family: Trebuchet MS;">GROUPS WANTED</span></strong></p> <p>The following cities don't have an R user group yet, but we've had requests for information if you want to start one up:</p> <ul> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c" target="_self">Pittsburgh, PA</a></li> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b" target="_self">Phoenix, AZ</a></li> <li>Burlington VT, USA</li> <li>Baton Rouge LA, USA</li> <li>Durbin, South Africa</li> <li>Kenya</li> <li>Argentina</li> <li>Austria</li> <li>São Paulo, Brazil</li> <li>India (TamilNad)</li> <li><a href="http://bayesianbiologist.com/2012/02/07/gauging-interest-in-a-montreal-r-user-group/" target="_self">Montreal, Quebec</a></li> </ul> <p><span>Post a comment below</span> to connect with other R users and start a new group in your area. You can also register interest for a new <a href="http://r-users-group.meetup.com/">R User Group in your area</a> at meetup.com.</p> <ul> </ul> <p><strong><br /><span style="font-size: 15px; font-family: Trebuchet MS;">OTHER RESOURCES FOR FINDING LOCAL R USERS</span></strong></p> <p><span><strong>En Español</strong>: Spanish-speaking R users can check on the mailing list <a href="https://stat.ethz.ch/mailman/listinfo/r-help-es">r-help-es</a>.</span></p> <p>There is a list of <a href="http://rwiki.sciviews.org/doku.php?id=rugs:r_user_groups">R User Groups</a> at the R Wiki.</p> <p>There is a list of <a href="http://r-users-group.meetup.com/">R User Groups</a> on meetup.com.</p> </div> </div> </div> <a id="comments"></a> <div class="comments"> <h3 class="comments-header">Comments</h3> <div class="comments-info"> <p><a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml"><img src="http://static.typepad.com/.shared:v20120607.01-0-ge09fa24:typepad:en_us/images/feed.png" alt="Feed" width="10" height="10" /></a> You can follow this conversation by subscribing to the <a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml">comment feed</a> for this post.</p> </div> <div class="comments-content" id="comments-content"> <!-- comment list --><a id="c6a010534b1db25970b0120a542bba7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a542bba7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a542bba7970c-content"> <span id="comment-6a010534b1db25970b0120a542bba7970c-content"><p>A user group in Amsterdam, NL?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.cs.vu.nl/~rpremraj" href="http://www.cs.vu.nl/~rpremraj">Rahul Premraj</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a542bba7970c#comment-6a010534b1db25970b0120a542bba7970c">August 12, 2009 at 15:06</a> </p> </div><a id="c6a010534b1db25970b0120a4ff1120970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a4ff1120970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a4ff1120970b-content"> <span id="comment-6a010534b1db25970b0120a4ff1120970b-content"><p>Anyone interested in Dublin, Ireland R group?</p></span> </div> <p class="comment-footer"> Posted by: Anthony Staines | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a4ff1120970b#comment-6a010534b1db25970b0120a4ff1120970b">August 17, 2009 at 14:51</a> </p> </div><a id="c6a010534b1db25970b0120a5ac7de3970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5ac7de3970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5ac7de3970b-content"> <span id="comment-6a010534b1db25970b0120a5ac7de3970b-content"><p>I am trying to organize a R User Group for Germany (Southwest) with meetings in Mannheim or Heidelberg, maybe also Stuttgart, Karlsruhe, Frankfurt (later). </p> <p>I just created an initial group collaboration site at http://rug-sw.qlubb.com/public. To join this group click on the button "Request to join this Qlubb" at the upper right of the page (Joining may take a while as it has to be manually approved, sorry). </p> <p>Please join or leave your address even if you're not from the exact region. Maybe you will find other people from your region this way. </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://rug-sw.qlubb.com/public" href="http://rug-sw.qlubb.com/public">Friedrich Schuster</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5ac7de3970b#comment-6a010534b1db25970b0120a5ac7de3970b">September 30, 2009 at 03:58</a> </p> </div><a id="c6a010534b1db25970b0120a5bde33b970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a5bde33b970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5bde33b970b-content"> <span id="comment-6a010534b1db25970b0120a5bde33b970b-content"><p>Hi Anthony,<br /> I'm interested in organizing an R group in Berlin. It'd be an English speaking group.</p></span> </div> <p class="comment-footer"> Posted by: J | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5bde33b970b#comment-6a010534b1db25970b0120a5bde33b970b">October 05, 2009 at 05:52</a> </p> </div><a id="c6a010534b1db25970b0120a6218320970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a6218320970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6218320970c-content"> <span id="comment-6a010534b1db25970b0120a6218320970c-content"><p>Hello R users in Northern Germany! <br /> This is the initial step to set up the R user group in the Northern part of Germany: "R im Norden" (RiN). The objective of this group is to establish a local forum for R users - beginner to advanced. You can meet with other users of the R Programming Language and learn and share tricks and techniques from and with other users. <br /> Please send a short mail indicating your interests to Rainer Feldmann: feldmann@qa-gmbh.de. </p> <p>Kind Regards<br /> Rainer</p></span> </div> <p class="comment-footer"> Posted by: Raienr Feldmann | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6218320970c#comment-6a010534b1db25970b0120a6218320970c">October 07, 2009 at 12:27</a> </p> </div><a id="c6a010534b1db25970b0120a6238e53970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a6238e53970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6238e53970c-content"> <span id="comment-6a010534b1db25970b0120a6238e53970c-content"><p>Hello, </p> <p>The Spanish-speaking R users group is organizing the 1st R conferences in Spain.</p> <p>We will try to create work teams and an organized users group.</p> <p>You can subscribe and send talk proposals here: www.ereros.org</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ereros.org" href="http://www.ereros.org">Patricia García</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6238e53970c#comment-6a010534b1db25970b0120a6238e53970c">October 08, 2009 at 02:16</a> </p> </div><a id="c6a010534b1db25970b0120a5e595ec970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5e595ec970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5e595ec970b-content"> <span id="comment-6a010534b1db25970b0120a5e595ec970b-content"><p>Anyone interested in an R Users group in Seattle WA (Eastside in particular)?</p></span> </div> <p class="comment-footer"> Posted by: Carolyn Johnston | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5e595ec970b#comment-6a010534b1db25970b0120a5e595ec970b">October 14, 2009 at 10:10</a> </p> </div><a id="c6a010534b1db25970b0120a61312e4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a61312e4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a61312e4970b-content"> <span id="comment-6a010534b1db25970b0120a61312e4970b-content"><p>Hi there - Anyone interested in starting a group in the Boston area?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ramakrishnan.com" href="http://www.ramakrishnan.com">Rama Ramakrishnan</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a61312e4970b#comment-6a010534b1db25970b0120a61312e4970b">October 22, 2009 at 09:37</a> </p> </div><a id="c6a010534b1db25970b012875a06a20970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012875a06a20970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875a06a20970c-content"> <span id="comment-6a010534b1db25970b012875a06a20970c-content"><p>Rainer for RiN</p> <p>Ivailo Partchev (University of Jena) asked us to inform you about a online workshop on "Statistical Programming in R", he will hold in Jena on November 21 and 22, 2009. For more information and registration: http://www.metheval.uni-jena.de.</p> <p>Kind Regards<br /> Rainer<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.qa-gmbh.de" href="http://www.qa-gmbh.de">Rainer Feldmann</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875a06a20970c#comment-6a010534b1db25970b012875a06a20970c">November 14, 2009 at 05:16</a> </p> </div><a id="c6a010534b1db25970b012875bcdc84970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012875bcdc84970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875bcdc84970c-content"> <span id="comment-6a010534b1db25970b012875bcdc84970c-content"><p>Italy, Padova<br /> http://www.rante.org/ </p> <p>We are an association that promotes knowledge sharing and the use of open source tools in Italy. As a part of our activities, together with other people (scholars, consultants, R-lovers and so on), we are setting up a R-user group in Italy. Our headquarter is located in Padova, where also the University (Department of Statistical Sciences) mantains a CRAN Mirror. Our initial aims are : - to promote the use of R across public institutions, private companies and no-profit organisations - to collect and disseminate R materials (primers, tutorials, lectures) through our website for making them immediately available to different communities - to organise events and lectures to spread R use across our territory </p> <p>Everyone who is interested in joining and helping us is really welcome. </p> <p>You can contact us at info@rante.org <br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rante.org" href="http://www.rante.org">Dario Solari</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875bcdc84970c#comment-6a010534b1db25970b012875bcdc84970c">November 20, 2009 at 06:37</a> </p> </div><a id="c6a010534b1db25970b0120a73024d1970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a73024d1970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a73024d1970b-content"> <span id="comment-6a010534b1db25970b0120a73024d1970b-content"><p>Also interested in a Seattle-area group.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rapidbiologics.com" href="http://www.rapidbiologics.com">Mark Seligman</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a73024d1970b#comment-6a010534b1db25970b0120a73024d1970b">December 08, 2009 at 13:27</a> </p> </div><a id="c6a010534b1db25970b01287647ee86970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01287647ee86970c"> <div class="comment-content" id="comment-6a010534b1db25970b01287647ee86970c-content"> <span id="comment-6a010534b1db25970b01287647ee86970c-content"><p>Hi I'm Scott from Denver, Colorado. Very new to R, but interested in starting an R group here in the Denver/Boulder area. I have a core group of users (~25) medical/biostatistical researchers that use various functions on various projects. Any information and materials you could send me would be great. We are all currently SAS users willing to learn a new language. </p></span> </div> <p class="comment-footer"> Posted by: Scott Sibbel | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01287647ee86970c#comment-6a010534b1db25970b01287647ee86970c">December 11, 2009 at 14:05</a> </p> </div><a id="c6a010534b1db25970b012876483316970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876483316970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876483316970c-content"> <span id="comment-6a010534b1db25970b012876483316970c-content"><p>Hi Scott. I'll send you a document with tips on how to start up a user group (one of these days I'll get around to making it into a blog post).</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolution-computing.com" href="http://www.revolution-computing.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876483316970c#comment-6a010534b1db25970b012876483316970c">December 11, 2009 at 15:21</a> </p> </div><a id="c6a010534b1db25970b0120a7a3a244970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7a3a244970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7a3a244970b-content"> <span id="comment-6a010534b1db25970b0120a7a3a244970b-content"><p>Hi <br /> Im in Durban, South Africa and am keen to meet with other R users in the area. </p></span> </div> <p class="comment-footer"> Posted by: Michael Chadbourne | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7a3a244970b#comment-6a010534b1db25970b0120a7a3a244970b">January 04, 2010 at 11:26</a> </p> </div><a id="c6a010534b1db25970b0120a7c355b4970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a7c355b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7c355b4970b-content"> <span id="comment-6a010534b1db25970b0120a7c355b4970b-content"><p>Hi there<br /> I would also be interested in a R group for Dublin,IE.<br /> Regards<br /> Kevin O'Brien.</p></span> </div> <p class="comment-footer"> Posted by: Kevin O'Brien | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7c355b4970b#comment-6a010534b1db25970b0120a7c355b4970b">January 11, 2010 at 07:37</a> </p> </div><a id="c6a010534b1db25970b012876d1ffd2970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876d1ffd2970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876d1ffd2970c-content"> <span id="comment-6a010534b1db25970b012876d1ffd2970c-content"><p>Hi, <br /> I would be interested in an R group in Baton Rouge, Louisiana, USA.</p> <p>Daniel Ence</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1" href="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1">Daniel Ence</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876d1ffd2970c#comment-6a010534b1db25970b012876d1ffd2970c">January 13, 2010 at 14:18</a> </p> </div><a id="c6a010534b1db25970b012876e708ba970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876e708ba970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876e708ba970c-content"> <span id="comment-6a010534b1db25970b012876e708ba970c-content"><p>I am keen to meet other R users in Brussels. If anyone is interested let me know. Would also actively support the establiment of such a group. </p></span> </div> <p class="comment-footer"> Posted by: Alexis-Michel Mugabushaka | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876e708ba970c#comment-6a010534b1db25970b012876e708ba970c">January 17, 2010 at 12:26</a> </p> </div><a id="c6a010534b1db25970b0120a7ee4b07970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7ee4b07970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7ee4b07970b-content"> <span id="comment-6a010534b1db25970b0120a7ee4b07970b-content"><p>St. Louis anyone?</p></span> </div> <p class="comment-footer"> Posted by: Alex | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7ee4b07970b#comment-6a010534b1db25970b0120a7ee4b07970b">January 19, 2010 at 13:11</a> </p> </div><a id="c6a010534b1db25970b012876f16112970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876f16112970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f16112970c-content"> <span id="comment-6a010534b1db25970b012876f16112970c-content"><p>Any interest in a UseR group in Philadelphia?</p></span> </div> <p class="comment-footer"> Posted by: Alex Mc | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f16112970c#comment-6a010534b1db25970b012876f16112970c">January 19, 2010 at 13:32</a> </p> </div><a id="c6a010534b1db25970b012876f1a277970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876f1a277970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f1a277970c-content"> <span id="comment-6a010534b1db25970b012876f1a277970c-content"><p>I would be interested in a Philadelphia UseR group.<br /> leipzig@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://jermdemo.blogspot.com" href="http://jermdemo.blogspot.com">Jeremy Leipzig</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f1a277970c#comment-6a010534b1db25970b012876f1a277970c">January 19, 2010 at 14:35</a> </p> </div><a id="c6a010534b1db25970b0128770154d4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0128770154d4970c"> <div class="comment-content" id="comment-6a010534b1db25970b0128770154d4970c-content"> <span id="comment-6a010534b1db25970b0128770154d4970c-content"><p>Hi! Anyone interested in a UseR group in Toronto, Ontario, Canada?</p></span> </div> <p class="comment-footer"> Posted by: Kate | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0128770154d4970c#comment-6a010534b1db25970b0128770154d4970c">January 22, 2010 at 11:27</a> </p> </div><a id="c6a010534b1db25970b0133ec7af129970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ec7af129970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ec7af129970b-content"> <span id="comment-6a010534b1db25970b0133ec7af129970b-content"><p>I'm also interested in joining or starting an R users group in the Boston. Please contact me at michaeljboucher@gmail.com</p> <p>Regards,</p> <p>Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike Boucher | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ec7af129970b#comment-6a010534b1db25970b0133ec7af129970b">April 05, 2010 at 14:08</a> </p> </div><a id="c6a010534b1db25970b0134808741df970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0134808741df970c"> <div class="comment-content" id="comment-6a010534b1db25970b0134808741df970c-content"> <span id="comment-6a010534b1db25970b0134808741df970c-content"><p>We have a group names as "Research Methods and Analytics", but with R as a main topic, and we are in Pasadena.</p> <p>see http://www.meetup.com/Research-Methods-and-Analytics/ </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Research-Methods-and-Analytics/" href="http://www.meetup.com/Research-Methods-and-Analytics/">Alex</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0134808741df970c#comment-6a010534b1db25970b0134808741df970c">May 06, 2010 at 10:48</a> </p> </div><a id="c6a010534b1db25970b0133ee1ad8ca970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ee1ad8ca970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"> <span id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"><p>I've just started an R users group in Salt Lake City, UT. Anybody in the neighborhood, please join us!</p> <p>http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/" href="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Jake</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ee1ad8ca970b#comment-6a010534b1db25970b0133ee1ad8ca970b">May 20, 2010 at 15:10</a> </p> </div><a id="c6a010534b1db25970b0133f11b2812970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f11b2812970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f11b2812970b-content"> <span id="comment-6a010534b1db25970b0133f11b2812970b-content"><p>I'd like to see a Minneapolis useR group...</p></span> </div> <p class="comment-footer"> Posted by: Aaron | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f11b2812970b#comment-6a010534b1db25970b0133f11b2812970b">June 15, 2010 at 11:23</a> </p> </div><a id="c6a010534b1db25970b013485b89b14970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b013485b89b14970c"> <div class="comment-content" id="comment-6a010534b1db25970b013485b89b14970c-content"> <span id="comment-6a010534b1db25970b013485b89b14970c-content"><p>Mabuhay!</p> <p>I'm from the Islands of Philippines. I want to form R Group here in Manila. Contact me dhon.buenavista@roberts.com.ph Or fgbuenavista@yahoo.com</p></span> </div> <p class="comment-footer"> Posted by: dhon buenavista | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013485b89b14970c#comment-6a010534b1db25970b013485b89b14970c">July 26, 2010 at 17:40</a> </p> </div><a id="c6a010534b1db25970b0133f2fd25db970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f2fd25db970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f2fd25db970b-content"> <span id="comment-6a010534b1db25970b0133f2fd25db970b-content"><p>hi,</p> <p>i've started an R user group in singapore</p> <p>feel free to post</p> <p>cheers</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/R-User-Group-SG/" href="http://www.meetup.com/R-User-Group-SG/">lee</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f2fd25db970b#comment-6a010534b1db25970b0133f2fd25db970b">August 11, 2010 at 00:55</a> </p> </div><a id="c6a010534b1db25970b01348636d606970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01348636d606970c"> <div class="comment-content" id="comment-6a010534b1db25970b01348636d606970c-content"> <span id="comment-6a010534b1db25970b01348636d606970c-content"><p>Any interest in a UseR group in São Paulo, Brazil?</p></span> </div> <p class="comment-footer"> Posted by: Manoel Galdino | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01348636d606970c#comment-6a010534b1db25970b01348636d606970c">August 14, 2010 at 20:40</a> </p> </div><a id="c6a010534b1db25970b013486be2705970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b013486be2705970c"> <div class="comment-content" id="comment-6a010534b1db25970b013486be2705970c-content"> <span id="comment-6a010534b1db25970b013486be2705970c-content"><p>I would be interested in a useR group in Cincinnati.<br /> Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013486be2705970c#comment-6a010534b1db25970b013486be2705970c">September 03, 2010 at 06:06</a> </p> </div><a id="c6a010534b1db25970b0133f4910ebd970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133f4910ebd970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f4910ebd970b-content"> <span id="comment-6a010534b1db25970b0133f4910ebd970b-content"><p>Spain: Barcelona <br /> tim.riffe@gmail.com </p> <p>Anyone interested in starting up a BCN RUG? I’m a gradstudent at the UAB and am interested in forming a local R-user community. I can organize space on the UAB campus, but could meet elsewhere. </p> <p>Algú vol formar un grup de usuaris de R a BCN? Soc estudiant de posgrau a la UAB. Puc organitzar espai a la UAB o reunir a qualsevol lloc a la ciutat. Envia’m un correu! </p></span> </div> <p class="comment-footer"> Posted by: Tim | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f4910ebd970b#comment-6a010534b1db25970b0133f4910ebd970b">September 24, 2010 at 20:30</a> </p> </div><a id="c6a010534b1db25970b0148c7259d9a970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c7259d9a970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c7259d9a970c-content"> <span id="comment-6a010534b1db25970b0148c7259d9a970c-content"><p>Connecticut anyone?</p></span> </div> <p class="comment-footer"> Posted by: Bob | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c7259d9a970c#comment-6a010534b1db25970b0148c7259d9a970c">December 29, 2010 at 06:55</a> </p> </div><a id="c6a010534b1db25970b0147e142510e970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e142510e970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e142510e970b-content"> <span id="comment-6a010534b1db25970b0147e142510e970b-content"><p>Hi.. <br /> I'd like to start a UserGroup in India (TamilNad).<br /> Please guide.</p> <p>Vignesh M</p></span> </div> <p class="comment-footer"> Posted by: Vignesh | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e142510e970b#comment-6a010534b1db25970b0147e142510e970b">January 04, 2011 at 04:10</a> </p> </div><a id="c6a010534b1db25970b0148c751e4f7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c751e4f7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c751e4f7970c-content"> <span id="comment-6a010534b1db25970b0148c751e4f7970c-content"><p>For R users in India, check the R South Asia group </p> <p>http://groups.google.co.in/group/r-sa</p> <p>Thanks</p> <p>Saket</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://groups.google.co.in/group/r-sa" href="http://groups.google.co.in/group/r-sa">Saket</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c751e4f7970c#comment-6a010534b1db25970b0148c751e4f7970c">January 04, 2011 at 23:05</a> </p> </div><a id="c6a010534b1db25970b0147e1cfb200970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e1cfb200970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e1cfb200970b-content"> <span id="comment-6a010534b1db25970b0147e1cfb200970b-content"><p>would also like a Minneapolis/Saint Paul users group</p></span> </div> <p class="comment-footer"> Posted by: david salmela | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e1cfb200970b#comment-6a010534b1db25970b0147e1cfb200970b">January 21, 2011 at 05:17</a> </p> </div><a id="c6a010534b1db25970b0148c807b02c970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c807b02c970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c807b02c970c-content"> <span id="comment-6a010534b1db25970b0148c807b02c970c-content"><p>There is now a Twin Cities R User group (Minneapolis, St. Paul, MN). Please join the meetup.com group and RSVP for the next meeting if you can make it. </p> <p>Looking forward to meeting you all. </p> <p>http://www.meetup.com/twincitiesrug/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/twincitiesrug/" href="http://www.meetup.com/twincitiesrug/">Erik Iverson</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c807b02c970c#comment-6a010534b1db25970b0148c807b02c970c">January 26, 2011 at 09:00</a> </p> </div><a id="c6a010534b1db25970b0148c8174a61970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0148c8174a61970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c8174a61970c-content"> <span id="comment-6a010534b1db25970b0148c8174a61970c-content"><p>Hi all,</p> <p>any R users in the <b>Philippines</b>? im sure you're out there, i'm just not sure how to get to you. i'm from a local university here in Manila, and im thinking of contacting Statistics students from other universities to group together to form a local R group here in Manila. please help spread the word.</p> <p>kind regards! </p></span> </div> <p class="comment-footer"> Posted by: schubert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c8174a61970c#comment-6a010534b1db25970b0148c8174a61970c">January 28, 2011 at 00:57</a> </p> </div><a id="c6a010534b1db25970b0148c855fda6970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c855fda6970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c855fda6970c-content"> <span id="comment-6a010534b1db25970b0148c855fda6970c-content"><p>merçi d'avoir indiqué cette liste,j'ai trouvé mon bonheur! merçi.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.muondo.org" href="http://www.muondo.org">muondo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c855fda6970c#comment-6a010534b1db25970b0148c855fda6970c">February 04, 2011 at 11:10</a> </p> </div><a id="c6a010534b1db25970b0147e2bfa259970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e2bfa259970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e2bfa259970b-content"> <span id="comment-6a010534b1db25970b0147e2bfa259970b-content"><p>Anyone up for Indianapolis-West Lafayette-Bloomington R User Group?</p></span> </div> <p class="comment-footer"> Posted by: Shreyas | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e2bfa259970b#comment-6a010534b1db25970b0147e2bfa259970b">February 22, 2011 at 09:38</a> </p> </div><a id="c6a010534b1db25970b014e5f910918970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e5f910918970c"> <div class="comment-content" id="comment-6a010534b1db25970b014e5f910918970c-content"> <span id="comment-6a010534b1db25970b014e5f910918970c-content"><p>am going to set up Birmingham Alabama r users group; please let me know if anyone is interested</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://timelyportfolio.blogspot.com" href="http://timelyportfolio.blogspot.com">Kent Russell</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e5f910918970c#comment-6a010534b1db25970b014e5f910918970c">March 01, 2011 at 09:30</a> </p> </div><a id="c6a010534b1db25970b0147e3159f31970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e3159f31970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3159f31970b-content"> <span id="comment-6a010534b1db25970b0147e3159f31970b-content"><p>I'm about to start a group for dublin, ireland. I'll post the details shortly.</p></span> </div> <p class="comment-footer"> Posted by: rory cawley | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3159f31970b#comment-6a010534b1db25970b0147e3159f31970b">March 08, 2011 at 13:15</a> </p> </div><a id="c6a010534b1db25970b0147e3786a81970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0147e3786a81970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3786a81970b-content"> <span id="comment-6a010534b1db25970b0147e3786a81970b-content"><p>I have started a Tallahassee R Users Group and have scheduled a meeting on April 3 at 4 PM at New Leaf Market (The Dining Area). Hope to see some people there.</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3786a81970b#comment-6a010534b1db25970b0147e3786a81970b">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b014e86f8935d970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e86f8935d970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e86f8935d970d-content"> <span id="comment-6a010534b1db25970b014e86f8935d970d-content"><p>Sorry forgot to give the url - http://www.meetup.com/Tallahassee-R-Users-Group/</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e86f8935d970d#comment-6a010534b1db25970b014e86f8935d970d">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b015431e10563970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015431e10563970c"> <div class="comment-content" id="comment-6a010534b1db25970b015431e10563970c-content"> <span id="comment-6a010534b1db25970b015431e10563970c-content"><p>Hi,<br /> Looking to start one here in Nairobi..Kenya very soon</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.africangeogeek.com" href="http://www.africangeogeek.com">jude</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015431e10563970c#comment-6a010534b1db25970b015431e10563970c">April 22, 2011 at 00:35</a> </p> </div><a id="c6a010534b1db25970b01538e88d642970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538e88d642970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538e88d642970b-content"> <span id="comment-6a010534b1db25970b01538e88d642970b-content"><p>There is a new users group in Italy: Torino R net<br /> www.TorinoR.net</p> <p>first meeting on 16th June, please update above list and calendar, there is an ical at TorinoR.net/events.ical</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.TorinoR.net" href="http://www.TorinoR.net">Daniele Amberti</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538e88d642970b#comment-6a010534b1db25970b01538e88d642970b">May 17, 2011 at 02:31</a> </p> </div><a id="c6a010534b1db25970b015432625950970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015432625950970c"> <div class="comment-content" id="comment-6a010534b1db25970b015432625950970c-content"> <span id="comment-6a010534b1db25970b015432625950970c-content"><p>Hi Daniele, Torino R net is now on the list -- thanks!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015432625950970c#comment-6a010534b1db25970b015432625950970c">May 18, 2011 at 07:46</a> </p> </div><a id="c6a010534b1db25970b014e890f763e970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e890f763e970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e890f763e970d-content"> <span id="comment-6a010534b1db25970b014e890f763e970d-content"><p>Aloha,</p> <p>We're looking to start an R UseR GRoup in <b>Hawai'i</b> (HI,USA). Most users I know are on Maui, but perhaps we can begin with a distributed group via e-conferencing to include persons on all islands. I can organize space at my research department, which is mostly focused on wildlife, but we'd welcome persons and perspectives from many other disciplines. Please contact robertrankin AT pacificwhale DOT org.</p> <p>Mahalo,<br /> Rob<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.pacificwhale.org" href="http://www.pacificwhale.org">Robert Rankin</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e890f763e970d#comment-6a010534b1db25970b014e890f763e970d">June 11, 2011 at 00:51</a> </p> </div><a id="c6a010534b1db25970b014e891ebf94970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e891ebf94970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e891ebf94970d-content"> <span id="comment-6a010534b1db25970b014e891ebf94970d-content"><p>Aloha Rob,</p> <p>I'm a postdoc in bioinformatics at the UH Manoa Cancer Center. There are several of us here that use R regularly, and I for one would be very interested in attending an R UseR GRoup. I'm on Oahu, but woul dbe interested in e-conferencing if I can figure out how my institution would handle that.</p> <p>Stephen</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.StephenTurner.us/" href="http://www.StephenTurner.us/">Stephen</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e891ebf94970d#comment-6a010534b1db25970b014e891ebf94970d">June 13, 2011 at 16:29</a> </p> </div><a id="c6a010534b1db25970b01538ffc94eb970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538ffc94eb970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538ffc94eb970b-content"> <span id="comment-6a010534b1db25970b01538ffc94eb970b-content"><p>Thank you very much for adding aR as the Argentina R Users Group.<br /> As for now we are a few members but very qualified proffessionals in fields such us medicine, bioinformatics, agriculture, banking and finance.<br /> We hope to have our first meeting in september 2011 in Buenos Aires.<br /> Thanks again and we'll keep you posted for updates.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://ar.i314.com.ar" href="http://ar.i314.com.ar">Juan Pablo Brana</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538ffc94eb970b#comment-6a010534b1db25970b01538ffc94eb970b">July 18, 2011 at 09:23</a> </p> </div><a id="c6a010534b1db25970b015391dcba8b970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015391dcba8b970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391dcba8b970b-content"> <span id="comment-6a010534b1db25970b015391dcba8b970b-content"><p>please send me more informations about R </p></span> </div> <p class="comment-footer"> Posted by: haidari | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391dcba8b970b#comment-6a010534b1db25970b015391dcba8b970b">September 25, 2011 at 11:17</a> </p> </div><a id="c6a010534b1db25970b015391e9200d970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b015391e9200d970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391e9200d970b-content"> <span id="comment-6a010534b1db25970b015391e9200d970b-content"><p>Hi! There's a new R Users Group in Uruguay.<br /> Public website:<br /> http://uyrug.wordpress.com/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://uyrug.wordpress.com/" href="http://uyrug.wordpress.com/">Sebastian Vallejo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391e9200d970b#comment-6a010534b1db25970b015391e9200d970b">September 27, 2011 at 13:20</a> </p> </div><a id="c6a010534b1db25970b014e8bdd0643970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e8bdd0643970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e8bdd0643970d-content"> <span id="comment-6a010534b1db25970b014e8bdd0643970d-content"><p>Thanks Sebastian. There used to be a Google group at: https://sites.google.com/site/grupousuariosruruguay/ (no longer accessible), so I replaced the link with the WordPress site.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e8bdd0643970d#comment-6a010534b1db25970b014e8bdd0643970d">September 27, 2011 at 14:06</a> </p> </div><a id="c6a010534b1db25970b0153925d4ff5970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153925d4ff5970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153925d4ff5970b-content"> <span id="comment-6a010534b1db25970b0153925d4ff5970b-content"><p>I am interested in starting an Predictive Modelling Group in the Pittsburgh, PA area. Though primarily directed towards R users, I would like to keep it open to other software such as SAS, Statistica, and programming languages such as C#.</p> <p>Although we are wedged between the Cincinnati and the Philidelphia groups, I am curious (and hopeful) that there may be a small local community interested in gathering and swapping ideas. It would be open to all and should cater to the corporate and academic communities alike.</p> <p>Email me at jphilbert@gmail.com if interested!</p></span> </div> <p class="comment-footer"> Posted by: John P. Hilbert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153925d4ff5970b#comment-6a010534b1db25970b0153925d4ff5970b">October 17, 2011 at 09:26</a> </p> </div><a id="c6a010534b1db25970b015437258fd4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015437258fd4970c"> <div class="comment-content" id="comment-6a010534b1db25970b015437258fd4970c-content"> <span id="comment-6a010534b1db25970b015437258fd4970c-content"><p>merci pour les liens et la liste! les groupes italiens merci!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://circuspartyparis.blogspot.com/" href="http://circuspartyparis.blogspot.com/">lili darto</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015437258fd4970c#comment-6a010534b1db25970b015437258fd4970c">November 20, 2011 at 09:41</a> </p> </div><a id="c6a010534b1db25970b0153935225b4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153935225b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153935225b4970b-content"> <span id="comment-6a010534b1db25970b0153935225b4970b-content"><p>great, thanks for this list!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://betrader.blog.capital.fr" href="http://betrader.blog.capital.fr">istern</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153935225b4970b#comment-6a010534b1db25970b0153935225b4970b">November 20, 2011 at 09:44</a> </p> </div><a id="c6a010534b1db25970b016761342a79970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b016761342a79970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342a79970b-content"> <span id="comment-6a010534b1db25970b016761342a79970b-content"><p>Any R users in Phoenix? Email me at thor555@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342a79970b#comment-6a010534b1db25970b016761342a79970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b016761342cac970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b016761342cac970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342cac970b-content"> <span id="comment-6a010534b1db25970b016761342cac970b-content"><p>Edit to above comment. Email me at thor5551@gmail.com </p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b0168e6f0a272970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0168e6f0a272970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e6f0a272970c-content"> <span id="comment-6a010534b1db25970b0168e6f0a272970c-content"><p>Speaking for a few interested in montreal here!</p></span> </div> <p class="comment-footer"> Posted by: Jonathan Tremblay | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e6f0a272970c#comment-6a010534b1db25970b0168e6f0a272970c">February 07, 2012 at 16:06</a> </p> </div><a id="c6a010534b1db25970b0168e82eaea3970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0168e82eaea3970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e82eaea3970c-content"> <span id="comment-6a010534b1db25970b0168e82eaea3970c-content"><p>IF IN Pittsburgh THEN email: scott dot malec @t gmail dot com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.maleclabs.com" href="http://www.maleclabs.com">S Malec</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c">February 29, 2012 at 11:50</a> </p> </div><a id="c6a010534b1db25970b0163027d3810970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0163027d3810970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163027d3810970d-content"> <span id="comment-6a010534b1db25970b0163027d3810970d-content"><p>Planning to start up R User group in Vienna, Austria? <br /> Already did some prep work on meetup.com (http://www.meetup.com/ViennaR/) <br /> So if you are interested have a look and get in touch. <br /> Greetings, <br /> WD</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/ViennaR/" href="http://www.meetup.com/ViennaR/">W.D.</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163027d3810970d#comment-6a010534b1db25970b0163027d3810970d">March 05, 2012 at 12:46</a> </p> </div><a id="c6a010534b1db25970b0163035cfb75970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0163035cfb75970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163035cfb75970d-content"> <span id="comment-6a010534b1db25970b0163035cfb75970d-content"><p>I would like to start an R users group in Phoenix, AZ. Please call me or email me if you are interested.</p> <p>435-215-1775</p> <p>Matt</p></span> </div> <p class="comment-footer"> Posted by: Matt Poulton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163035cfb75970d#comment-6a010534b1db25970b0163035cfb75970d">March 27, 2012 at 22:40</a> </p> </div> </div> </div> <!-- comment-form-atp --> <div id="atp-comments"> <div id="comment-preview" class="hiddenBox"> <h3 id="header-verify-comment" class="comments-header hiddenBox">Verify your Comment</h3> <h3 id="header-preview-comment" class="comments-header hiddenBox">Previewing your Comment</h3> <div class="comments-content"> <div class="comment"> <div id="comment-preview-content" class="comment-content"> </div> <p class="comment-footer"> Posted by: <span id="comment-preview-author"></span> | <span id="comment-preview-datetime"></span> </p> </div> </div> </div> <div id="comment-preview-confirmation" class="hiddenBox yellowBox"> <p>This is only a preview. Your comment has not yet been posted.</p> <form id="comment-preview-form" method="post" onsubmit="atpComments.interceptPost(1); return false;"> <input type="submit" name="post" id="comment-confirm-post" value=" Post " onclick="atpComments.interceptPost(1); return false;"/> <input type="submit" name="edit" id="comment-edit" value="  Edit  " onclick="atpComments.previewOnly(2); return false;"/> <span id="previewFormSpinner" class="hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </form> </div> <div id="comment-error" class="hiddenBox redBox"> Your comment could not be posted. Error type: <span id="comment-error-msg"></span> </div> <div id="comment-complete" class="hiddenBox yellowGreenBox"> Your comment has been posted. <a href="javascript:void 0;" onclick="window.location.hash='#comment-form';window.location.reload(false)">Post another comment</a> </div> <div id="comment-captcha" class="hiddenBox yellowBox"> <div id="captchaText"> <p id="captchaFailMsg" class="captchaErrorText hiddenBox">The letters and numbers you entered did not match the image. Please try again.</p> <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.</p> <p><span id="comment-captcha-viewalt">Having trouble reading this image? <a href="#comment-captcha" onClick="atpComments.generateReCaptcha();">View an alternate.</a></span></p> </div> <form id="comment-captcha-form" method="post" onsubmit="atpComments.submitWithReCaptcha(); return false;"> <div id="recaptcha_content"> <noscript> <iframe src="6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e" height="300" width="500" frameborder="0"></iframe><br /> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type='hidden' name='recaptcha_response_field' value='manual_challenge' /> </noscript> </div> <script type="text/javascript"> $(document).ready(function() { Recaptcha.create("6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e", "recaptcha_content", { theme: "red", callback: Recaptcha.focus_response_field }); }); </script> </script> <p> <input type="submit" name="continue" id="captcha-continue" value=" Continue " /> <span id="captchaFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </p> </form> </div> <div id="primary-comment-form" class="comment-form"> <form id="comment-form" action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1339167583-8fd19754d0a442ba09c86e45c563fd6b28f05692:IwDddZM1edesLuTd" /> <div class="comments-open"> <h2 class="comments-open-header" id="comment-title">Post a comment</h2> <div id="comments-open-content" class="comments-open-content"> <div id="comments-open-text" style="display:none;"> <textarea id="comment-text" name="text" rows="10" cols="30" onkeyup="atpComments.maxTextArea(this, 64000);"></textarea> <p class="comments-open-subtext"> (You can use HTML tags like <b> <i> and <ul> to style your text.) </p> </div> <div id="comments-open-data" style="display:none;"> <p>Your Information</p> <p> (Name and email address are required. Email address will not be displayed with the comment.) </p> <p> <input id="comment-author" at:default="Name" name="author" size="30" value="Name" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-author" id="comment-author-error" class="comment-error hiddenBox">Name is required to post a comment</label> </p> <p> <input id="comment-email" at:default="Email Address" name="email" size="30" value="Email Address" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-email" id="comment-email-error" class="comment-error hiddenBox">Please enter a valid email address</label> </p> <p> <input id="comment-url" at:default="Web Site URL" name="url" size="30" value="Web Site URL" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-url" id="comment-url-error" class="comment-error hiddenBox">Invalid URL</label> </p> </div> </div> <div id="comments-open-footer" class="comments-open-footer" style="display:none;"> <input type="submit" name="post" id="comment-post-button" value=" Post " onclick="atpComments.interceptPost(1); return false;" disabled="true" /> <input type="submit" name="preview" id="comment-preview-button" value=" Preview " onclick="atpComments.previewOnly(1); return false;" disabled="true" /> <span id="commentEntryFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </div> </div> </form> <noscript> <div id="comments-open-noscript" class="comments-open-noscript"> <form action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1339167583-760854a646f77c8370e95369872ce99798cb410b:S7dS50JQ7hHrNtkB" /> Name:<br /><input type="text" name="author" size="30" /><br /> Email address:<br /><input type="text" name="email" size="30" /><br /> URL:<br /><input type="text" name="url" size="30" /><br /><br /> Comment:<br /><textarea name="text" cols="40" rows="4"></textarea><br /> <input type="submit" name="submit" value="Submit" /> </form> </div> </noscript> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- sidebar --> <div class="module-archives module"> <h2 class="module-header">Information</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/about.html">About this blog</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/comments-policy.html">Comments Policy</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/categories.html">About Categories</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/authors.html">About the Authors</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/calendar.html">R Community Calendar</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <p><a href="http://www.revolutionanalytics.com/">Revolution Analytics</a><br />Information about Revolution R</p> </div> </div> <div class="module-custom_html module"> <div class="module-content"> Got comments or suggestions for the blog editor? <br> Email <a href="mailto:david@revolution-computing.com">David Smith</a>. </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://www.twitter.com/revodavid"><img src="http://twitter-badges.s3.amazonaws.com/t_small-b.png" alt="Follow revodavid on Twitter"/></a> Follow David on Twitter: <a href="http://twitter.com/revodavid">@revodavid</a><br> <img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" width="16" height="16"> <a rel="author" href="https://plus.google.com/113975782306391318324/about?rel=author">+David Smith</a> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://inside-r.org/download" title="Download R"><img src="http://inside-r.org/sites/all/themes/rweb/assets/badges/download-r-badge-125-blue.png" border="0" /></a> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://www.inside-r.org/howto/enter"><img src="http://www.revolutionanalytics.com/img/buttons/r-competition-insideR.jpg" alt="R Contest - Click to Enter" width="223" height="78" border="0" onmouseover="this.src='http://www.revolutionanalytics.com/img/buttons/r-competition-insideR-on.jpg'" onmouseout="this.src='http://www.revolutionanalytics.com/img/buttons/r-competition-insideR.jpg'" /></a> </div> </div> <div class="module-syndicate module"> <div class="module-content"> <a href="http://blog.revolutionanalytics.com/atom.xml">Subscribe to this blog's feed</a> </div> </div> <div class="module-categories module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/academia/">academia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/advanced-tips/">advanced tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/announcements/">announcements</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/applications/">applications</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/beginner-tips/">beginner tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/big-data/">big data</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/courses/">courses</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/current-events/">current events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/data-science/">data science</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/developers/">developer tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/events/">events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/finance/">finance</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/government/">government</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/graphics/">graphics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/high-performance-computing/">high-performance computing</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/life-sciences/">life sciences</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/open-source/">open source</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/other-industry/">other industry</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/packages/">packages</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/predictive-analytics/">predictive analytics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/profiles/">profiles</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r/">R</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r-is-hot/">R is Hot</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/random/">random</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/revolution/">Revolution</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/rmedia/">Rmedia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/roundups/">roundups</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/sports-1/">sports</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/statistics/">statistics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/user-groups/">user groups</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">R links</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://inside-R.org">inside-R.org, the R Community Site</a><br />Sponsored by Revolution Analytics</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/">Revolution Analytics</a><br />Information about Revolution R</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/downloads/">Download Revolution R</a><br />Free, high-performance distribution of R</li> <li class="module-list-item"><a href="http://forums.revolutionanalytics.com">Revolution R forum</a><br />Questions and discussions about Revolution R</li> <li class="module-list-item"><a href="http://www.revolution-computing.com/cran">CRAN</a><br />Download packages for R</li> <li class="module-list-item"><a href="http://www.r-project.org">R Project site</a><br />Information about the R project</li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Recommended Sites</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://flowingdata.com">FlowingData</a><br />Modern data visualization</li> <li class="module-list-item"><a href="http://onertipaday.blogspot.com/">One R Tip A Day</a><br />Code examples for graphics and analysis</li> <li class="module-list-item"><a href="http://www.r-bloggers.com">R Bloggers</a><br />Daily news and tutorials about R, contributed by R bloggers worldwide.</li> <li class="module-list-item"><a href="http://www.analyticbridge.com/group/rprojectandotherfreesoftwaretools">R Project group on analyticbridge.com</a><br />Community and discussion forum</li> <li class="module-list-item"><a href="http://www.stat.columbia.edu/~cook/movabletype/mlm/">Statistical Modeling, Causal Inference, and Social Science</a><br />Andrew Gelman's statistics blog</li> <li class="module-list-item"><a href="http://www.dataists.com/">The Dataists</a><br />Innovative and practical data analysis methodology.</li> </ul> </div> </div> <div class="module-recent-comments module"> <h2 class="module-header">Recent Comments</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"> <a href="http://blog.revolutionanalytics.com/2012/03/see-how-deloitte-uses-r-for-actuarial-analysis.html?cid=6a010534b1db25970b0163064032fb970d#comment-6a010534b1db25970b0163064032fb970d">taitlechart</a> on <a href="http://blog.revolutionanalytics.com/2012/03/see-how-deloitte-uses-r-for-actuarial-analysis.html">See how Deloitte uses R for actuarial analysis</a> </li> <li class="module-list-item"> <a href="http://blog.revolutionanalytics.com/2010/06/performance-benefits-of-multithreaded-r.html?cid=6a010534b1db25970b0176152863b8970c#comment-6a010534b1db25970b0176152863b8970c">orenryfoplarl</a> on <a href="http://blog.revolutionanalytics.com/2010/06/performance-benefits-of-multithreaded-r.html">Performance benefits of linking R to multithreaded math libraries</a> </li> <li class="module-list-item"> <a href="http://blog.revolutionanalytics.com/2010/09/in-case-you-missed-it-august-roundup.html?cid=6a010534b1db25970b0163063ddcf0970d#comment-6a010534b1db25970b0163063ddcf0970d">Valcdajlu</a> on <a href="http://blog.revolutionanalytics.com/2010/09/in-case-you-missed-it-august-roundup.html">In case you missed it: August Roundup</a> </li> <li class="module-list-item"> <a href="http://blog.revolutionanalytics.com/2010/04/r-on-the-iphone.html?cid=6a010534b1db25970b0163063d3534970d#comment-6a010534b1db25970b0163063d3534970d">Nopcakproks</a> on <a href="http://blog.revolutionanalytics.com/2010/04/r-on-the-iphone.html">R on the iPhone</a> </li> <li class="module-list-item"> <a href="http://blog.revolutionanalytics.com/2012/06/june-29-the-royal-statistical-society-talks-r.html?cid=6a010534b1db25970b0163063d3365970d#comment-6a010534b1db25970b0163063d3365970d">kerala taxi</a> on <a href="http://blog.revolutionanalytics.com/2012/06/june-29-the-royal-statistical-society-talks-r.html">June 29: The Royal Statistical Society talks R</a> </li> <li class="module-list-item"> <a href="http://blog.revolutionanalytics.com/2012/01/r-jumps-from-25-to-19-in-tiobe-rankings.html?cid=6a010534b1db25970b0163063ccfa7970d#comment-6a010534b1db25970b0163063ccfa7970d">CostumesMegastore.com</a> on <a href="http://blog.revolutionanalytics.com/2012/01/r-jumps-from-25-to-19-in-tiobe-rankings.html">R jumps from 25 to 19 in annual TIOBE rankings of programming language popularity</a> </li> <li class="module-list-item"> <a href="http://blog.revolutionanalytics.com/2010/04/r-on-the-iphone.html?cid=6a010534b1db25970b0163063bd05d970d#comment-6a010534b1db25970b0163063bd05d970d">Nopcakproks</a> on <a href="http://blog.revolutionanalytics.com/2010/04/r-on-the-iphone.html">R on the iPhone</a> </li> <li class="module-list-item"> <a href="http://blog.revolutionanalytics.com/2010/12/mozilla-open-data-competition-reminder.html?cid=6a010534b1db25970b0176152425bc970c#comment-6a010534b1db25970b0176152425bc970c">ejxdfshqdv27</a> on <a href="http://blog.revolutionanalytics.com/2010/12/mozilla-open-data-competition-reminder.html">Mozilla Open Data competition submissions due tomorrow</a> </li> <li class="module-list-item"> <a href="http://blog.revolutionanalytics.com/2010/04/r-on-the-iphone.html?cid=6a010534b1db25970b0167672da847970b#comment-6a010534b1db25970b0167672da847970b">Nopcakproks</a> on <a href="http://blog.revolutionanalytics.com/2010/04/r-on-the-iphone.html">R on the iPhone</a> </li> <li class="module-list-item"> <a href="http://blog.revolutionanalytics.com/2012/02/slides-and-replay-for-a-backstage-tour-of-ggplot2.html?cid=6a010534b1db25970b0167672d7525970b#comment-6a010534b1db25970b0167672d7525970b">Nitowaywopy</a> on <a href="http://blog.revolutionanalytics.com/2012/02/slides-and-replay-for-a-backstage-tour-of-ggplot2.html">Slides and replay for "A backstage tour of ggplot2"</a> </li> </ul> </div> </div> <div class="module-archives module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Archives</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/06/index.html">June 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/05/index.html">May 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/04/index.html">April 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/03/index.html">March 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/02/index.html">February 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/01/index.html">January 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/12/index.html">December 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/11/index.html">November 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/10/index.html">October 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/09/index.html">September 2011</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Search Revolutions Blog</h2> <div class="typelist-plain module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-note"><form method="get" action="http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <div style="background-color:white;"></div> <input type="text" name="q" size="18" maxlength="255" value="" /> <input type="submit" name="btnG" value=" Search Blog " /> <br /> <small> <input type="hidden" name="domains" value="blog.revolutionanalytics.com" /> <br /> <input type="hidden" name="sitesearch" value="blog.revolutionanalytics.com" checked="checked" /> <br /></small> </form> <!-- SiteSearch Google --></div></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script> <script>mktoMunchkin("224-FMR-259");</script> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var firstTracker = _gat._getTracker("UA-6984166-10"); firstTracker._setDomainName(".revolutionanalytics.com"); firstTracker._setAllowLinker(true); firstTracker._setAllowHash(false); firstTracker._trackPageview(); var secondTracker = _gat._getTracker("UA-6984166-9"); secondTracker._setDomainName(".revolutionanalytics.com"); secondTracker._setAllowLinker(true); secondTracker._setAllowHash(false); secondTracker._trackPageview(); } catch (err) { } </script> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="http://www.typepad.com/t/stats?blog_id=1774446&user_id=3164880&page=' + escape(location.href) + '&referrer=' + escape(document.referrer) + '&i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qoptions = { tags:"typepad.extended" }; _qacct="p-fcYWUmj5YbYKM"; quantserve();</script> <noscript> <a href="http://www.quantcast.com/p-fcYWUmj5YbYKM" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-fcYWUmj5YbYKM.gif?tags=typepad.extended" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script> <script type="text/javascript"> var captchaImgAttempts = 0; var allowAnonComments = '0'; var registrationRequired = 0; var registrationOptional = 0; var emailRequired = 1; var useAvatars = 0; var showSignInMessaging = 0; var jsonURL = "/.services/json-rpc"; var captchaSrc = "/.services/captcha?code_encrypted="; var alertCommentCannotBeBlank = "You can not leave an empty comment. Please enter some text in the Comment field."; var alertEditingExpired = "Sorry, you're no longer allowed to edit this comment. You may have taken too much time before submitting your edit or someone may have already replied to it."; var alertAuthorCannotBeBlank = "Name must not be blank."; var alertEmailCannotBeBlank = "Email Address must not be blank."; var alertAuthorAndEmailCannotBeBlank = "Name and email address are both required!"; var alertEmailIsInvalid = "The Email Address you entered is invalid. Please enter a valid email address."; var alertUnauthorizedAction = "The comments on this post are closed."; var msgPostReplyTo = "Reply to "; var msgInReplyTo = "In reply to "; var msgPostAComment = "Post a comment "; var atpCommentsPath = "/.shared/js/atpcomments_yui.js?v=5"; var hasChanged = 0; var hostName = ".revolutionanalytics.com"; var tp_comment_token = "1339167583-67fffd5b537fa6f067f02401ecb744b6348d2cd7:eOyaA5vJGVgCVylk"; var use_recaptcha = 1; var recaptcha_publickey = "6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e"; var isPage = 1; var blog_xid = "6a010534b1db25970b010536040741970b"; var xid = ""; var injectCode = '<div id=\"comment-preview\" class=\"hiddenBox\">\n\t<h3 id=\"header-verify-comment\" class=\"comments-header hiddenBox\">Verify your Comment<\/h3>\n <h3 id=\"header-preview-comment\" class=\"comments-header hiddenBox\">Previewing your Comment<\/h3>\n\t<div class=\"comments-content\">\n\t\t<div class=\"comment\">\n\t\t\t<div id=\"comment-preview-content\" class=\"comment-content\">\n\t\t\t<\/div>\n\t\t\t<p class=\"comment-footer\">\n\t\t\t\tPosted by: \n\t\t\t\t<span id=\"comment-preview-author\"><\/span> | <span id=\"comment-preview-datetime\"><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div id=\"comment-preview-confirmation\" class=\"hiddenBox yellowBox\">\n <p>This is only a preview. Your comment has not yet been posted.<\/p>\n \t<form id=\"comment-preview-form\"\n \t\tmethod=\"post\"\n \t\tonsubmit=\"atpComments.interceptPost(1); return false;\">\n\t\t<input type=\"submit\" name=\"post\" id=\"comment-confirm-post\" value=\" Post \" onclick=\"atpComments.interceptPost(1); return false;\"/>\t\t \n\t\t<input type=\"submit\" name=\"edit\" id=\"comment-edit\" value=\"  Edit  \" onclick=\"atpComments.previewOnly(2); return false;\"/>\n <span id=\"previewFormSpinner\" class=\"hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n\t<\/form>\n<\/div>\n<div id=\"comment-error\" class=\"hiddenBox redBox\">\t \n Your comment could not be posted. Error type: <span id=\"comment-error-msg\"><\/span> \n<\/div>\t\n<div id=\"comment-complete\" class=\"hiddenBox yellowGreenBox\">\n Your comment has been posted. <a href=\"javascript:void 0;\" onclick=\"window.location.hash=\'#comment-form\';window.location.reload(false)\">Post another comment<\/a>\n<\/div>\t\n<div id=\"comment-captcha\" class=\"hiddenBox yellowBox\">\t\n <div id=\"captchaText\">\n\t <p id=\"captchaFailMsg\" class=\"captchaErrorText hiddenBox\">The letters and numbers you entered did not match the image. Please try again.<\/p>\t \t \n\t <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.<\/p>\n\t <p><span id=\"comment-captcha-viewalt\">Having trouble reading this image? <a href=\"#comment-captcha\" onClick=\"atpComments.generateReCaptcha();\">View an alternate.<\/a><\/span><\/p>\n <\/div>\n <form id=\"comment-captcha-form\" \n\t\t method=\"post\"\n\t\t onsubmit=\"atpComments.submitWithReCaptcha(); return false;\">\n <div id=\"recaptcha_content\">\n <noscript>\n <iframe src=\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\" height=\"300\" width=\"500\" frameborder=\"0\"><\/iframe><br />\n <textarea name=\"recaptcha_challenge_field\" rows=\"3\" cols=\"40\"><\/textarea>\n <input type=\'hidden\' name=\'recaptcha_response_field\' value=\'manual_challenge\' />\n <\/noscript>\n <\/div>\n <script type=\"text/javascript\">\n $(document).ready(function() {\n Recaptcha.create(\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\",\n \"recaptcha_content\", {\n theme: \"red\",\n callback: Recaptcha.focus_response_field\n });\n });\n <\/script>\n <\/script>\n <p>\n <input type=\"submit\" name=\"continue\" id=\"captcha-continue\" value=\" Continue \" />\n <span id=\"captchaFormSpinner\" class=\"commentSpinner hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/p>\n <\/form>\n<\/div>\n'; var entryPermalink = "http://blog.revolutionanalytics.com/local-r-groups.html"; var inlineReply = document.createElement("div"); var commentFooterLinks; var commentHeader; var commentReplyXID; var commentReplyAuthor; var commentReplyComplete; var inlineReplyLoaded = 0; var commentFormNum = undefined; /* Deprecated but still exists in advanced template sets, so must be defined */ function xidToCommentPermalink (entryUrl, xid) { return entryUrl + "?cid=" + xid + "#comment-" + xid; } /* Deprecated advanced template functions */ function handleSubmit() { return true; }; function handleChange() { return true; }; </script> <script type="text/javascript" src="/.shared/js/yui/yuiloader-beta-min.js"></script> <script type="text/javascript" src="/.shared/js/atpcomments.js?v=5"></script> <!-- Blogside Toolbar --> <script type="text/javascript"> var TPToolbar = { src: "http://www.typepad.com/services/toolbar?blog_id=6a010534b1db25970b010536040741970b&asset_id=6a010534b1db25970b011570112bbe970b&atype=Page&to=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&autofollowed=0", asset_xid: "6a010534b1db25970b011570112bbe970b", bookmarklet_uri: "http://static.typepad.com/.shared/js/qp/loader-combined-min.js" }; var TYPEPAD___bookmarklet_domain = "http://www.typepad.com/"; </script> <script type="text/javascript" src="/.shared/js/toolbar/blogside-toolbar-combined-min.js"></script> <!-- End Blogside Toolbar --> <!-- Begin comScore Tag --> <script> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js'%3E%3C/script%3E")); </script> <script> COMSCORE.beacon({ c1: 2, c2: "6035669", c3: "", c4: "http://blog.revolutionanalytics.com/local-r-groups.html", c5: "", c6: "", c15: "" }); </script> <noscript> <img src="http://b.scorecardresearch.com/b?c1=2&c2=6035669&c3=&c4=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&c5=&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt="" /> </noscript> <!-- End comScore Tag --> </body> </html> <!-- ph=1 -->
2012-06-15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="typepad-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="News about R, statistics and the world of open source from the staff of REvolution Analytics" /> <link rel="stylesheet" href="http://blog.revolutionanalytics.com/styles.css?v=6" type="text/css" media="screen" /> <link rel="stylesheet" href="http://static.typepad.com/.shared:v20120614.01-0-g5bb9ec1:typepad:en_us/themes/common/print.css" type="text/css" media="print" /> <link rel="alternate" type="application/atom+xml" title="Posts on 'Revolutions' (Atom)" href="http://blog.revolutionanalytics.com/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 1.0)" href="http://blog.revolutionanalytics.com/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 2.0)" href="http://blog.revolutionanalytics.com/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "http://www.typepad.com/"; </script> <script type="text/javascript" src="http://static.typepad.com/.shared:v20120614.01-0-g5bb9ec1:typepad:en_us/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['t2._setAccount', 'UA-225723-36']); _gaq.push(['t2._setDomainName', 'none']); _gaq.push(['t2._setAllowLinker', true]); _gaq.push(['t2._setCustomVar', 1, 'Blog', '6a010534b1db25970b010536040741970b', 3]); _gaq.push(['t2._setCustomVar', 2, 'Page Type', 'Page', 3]); _gaq.push(['t2._trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel="alternate" type="application/atom+xml" title="Comments on 'Local R User Group Directory' (Atom)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Comments on 'Local R User Group Directory' (RSS 2.0)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/rss.xml" /> <title>Revolutions: Local R User Group Directory</title> <link rel="start" href="http://blog.revolutionanalytics.com/" title="Home" /> </head> <body class="layout-two-column-right"> <div id="container"> <div id="container-inner" class="pkg"> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="http://blog.revolutionanalytics.com/" accesskey="1">Revolutions</a></h1> <h2 id="banner-description"> News about R, statistics, big data analytics, data science, and the world of open source from the staff of <a href="http://www.revolutionanalytics.com">Revolution Analytics</a> </h2> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- page --> <div class="entry-author-david_smith entry-type-page entry" id="entry-65315573"> <h3 class="entry-header">Local R User Group Directory</h3> <div class="entry-content"> <div class="entry-body"> <p>Looking for R users in your area to meet, interact with, and share ideas? Why not join your local R User Group? </p> <p>Here's a directory of the local R user groups we're aware of.  If you know of a group not listed here, or need information on how to set up your own R user group, please contact <a href="mailto:community@revolutionanalytics.com">community@revolutionanalytics.com</a>, or post in the comments below.</p> <p>If you're thinking of starting a local R user group yourself, Revolution Analytics offers <a href="http://www.revolutionanalytics.com/news-events/r-user-group/" target="_self">sponsorships</a> for both new and established groups, and has provided some tips for <a href="http://www.revolutionanalytics.com/news-events/r-user-group/how-to-start-r-user-group.php" target="_self">starting a new R user group</a>.</p> <h3><strong><span>AUSTRALIA</span></strong></h3> <p><strong>Adelaide</strong>: <a href="http://www.meetup.com/Adelaide-R-users-group/" target="_self">Adelaide R-users group</a></p> <p><strong>Brisbane: </strong><a href="http://www.meetup.com/Group-for-R-Users-in-Brisbane-GRUB/">Group for R Users in Brisbane</a> (GRUB)</p> <p><strong>Canberra</strong>: <a href="http://www.meetup.com/Canberra-R-Users-Group/">Canberra R Users Group</a> (CANRUG)</p> <p><strong>Hobart</strong>: <a href="http://www.meetup.com/Hobart-R-Users-Group/" target="_self">Hobart R Users Group</a> (HRUG)</p> <p><strong>Melbourne: </strong><a href="http://www.meetup.com/MelbURN-Melbourne-Users-of-R-Network/">Melbourne Users of R Network</a> (MelbURN)</p> <p><strong>Sydney</strong>: <a href="http://www.meetup.com/R-Users-Sydney/">Sydney Users of R Forum</a> (SURF)</p> <p> </p> <p><span style="font-size: medium;"><span style="font-size: 15px; line-height: 18px;"><strong>ASIA</strong></span></span></p> <p><span><span><strong>China</strong>: Financial R User's Group: <a href="http://www.goldenbug.net/category/技术专题/R/">Looking for golden bugs</a></span></span></p> <p><strong>China (Macao)</strong>: <a href="http://groupspaces.com/R-research/" target="_self">R-Research</a></p> <p><strong>China (Shanghai/East China)</strong>: <a href="http://www.shanghair.org/cn/" target="_self">ShanghaiR</a> (<a href="http://www.shanghair.org/" target="_self">in English</a>)</p> <p><strong>India (Bangalore)</strong>: <a href="http://groups.google.com/group/brumail">Bangalore R Users - BRU</a></p> <p><strong>Japan (Nagoya)</strong>: <a href="http://corpus-study.info/nagoyar">Nagoya.R</a></p> <p><span><span><span style="font-weight: bold;">Japan (Osaka): </span><a href="http://m884.jp/Osaka.R/">Osaka.R</a></span></span></p> <p><span><span><strong>Japan (Tokyo): </strong><a href="https://groups.google.com/group/r-study-tokyo" target="_self">Tokyo.R</a></span></span></p> <p><span><span><strong><a href="http://m884.jp/Osaka.R/"></a>Japan (Tsukuba)</strong><span>:</span> <a href="http://wiki.livedoor.jp/syou6162/">Tsukuba.R</a></span></span></p> <p><strong>Singapore</strong>: <a href="http://groups.google.com/group/singapore-r-user-group" target="_self">R User Group - SG</a></p> <p><strong>South Asia</strong>: <a href="http://groups.google.co.in/group/r-sa">R South Asia</a>, a mailing list to promote and discuss R in South Asia.</p> <p><strong>South Korea (Seoul)</strong>: <a href="http://www.openstatistics.net">GNU R User's Group and Open Statistics Project in Korea</a></p> <p><strong>Taiwan (Taipei)</strong>: <a href="https://sites.google.com/site/zhonghuarruantixuehui/" target="_self">Chinese Academy of R Software (CARS)</a></p> <p> </p> <p><span style="font-size: 15px; font-weight: bold;">CANADA</span></p> <p><strong>Montréal</strong>: <a href="http://www.meetup.com/Montreal-R-User-Group/" target="_self">Montreal R User Group</a></p> <p><span style="font-weight: bold;">Ottawa:</span> <a href="https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa">Ottawa Gatineau R Users Group</a></p> <p><strong>Québec</strong>: <a href="http://www.cef-cfr.ca/index.php?n=Membres.PleinR" target="_self">Plein-R</a> (en Français)</p> <p><strong>Toronto</strong>: <a href="http://www.meetup.com/Greater-Toronto-Area-GTA-R-Users-Group" target="_self">Greater Toronto Area (GTA) R User's Group</a></p> <p><strong>Vancouver</strong>: <a href="http://www.meetup.com/Vancouver-R-Users-Group-data-analysis-statistics/" target="_self">Vancouver R Users Group</a></p> <p> </p> <p><span style="font-size: 15px;"><strong>EUROPE</strong></span></p> <p><strong>Austria (Vienna): </strong><a href="http://www.meetup.com/ViennaR/" target="_self">ViennaR</a></p> <p><strong>Belgium (Brussels)</strong>: <a href="http://www.meetup.com/RBelgium/" target="_self">RBelgium</a></p> <p><strong>Finland: </strong><a href="http://bioinformatics.utu.fi/seura/index_en.html">Finnish Society for Bioinformatics</a></p> <p><strong><span style="font-weight: normal;"><strong>France (Paris)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.mnhn.fr/semin-r/">Semin-R</a></span></strong></p> <p><strong>France (Montpellier): </strong><a href="http://forums.cirad.fr/logiciel-R/index.php">Groupe des utilisateurs du logiciel R</a></p> <p><strong>Germany (Dresden)</strong>: <a href="http://www.research-garden.de/" target="_self">Research Garden</a></p> <p><strong>Germany (Geißen)</strong>: <a href="http://www.meetup.com/Giessen-R-Users-Group/" target="_self">Giessen R Users Group</a></p> <p><strong>Germany (Kassel): </strong><a href="http://www.meetup.com/Kassel-useR-Group/">Kasseler useR Group</a></p> <p><strong>Germany (Köln)</strong>: <a href="http://www.meetup.com/KoelnRUG/" target="_self">Köln R User Group</a></p> <p><strong><span style="font-weight: normal;"><a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.mnhn.fr/semin-r/"></a></span>Germany (Southwest): </strong><a href="http://rusergroup-de-sw.mixxt.de/">R User Group DE-Südwest</a></p> <p><strong>Germany (North): </strong>R im Norden (email <a href="mailto:feldmann@qa-gmbh.de">Rainer Feldmann</a>)</p> <p><strong>Ireland (Dublin)</strong>: <a href="http://www.meetup.com/DublinR/" target="_self">Dublin-R</a></p> <p><strong>Italy (Milan)</strong>: <a href="http://www.milanor.net/" target="_self">MilanoR</a></p> <p><strong>Italy (Padua)</strong>: <a href="http://groups.google.com/group/rante">Italy-RUG</a> (Rante)</p> <p><strong>Italy (Torino)</strong>: <a href="http://torinor.net/" target="_self">Torino R net</a></p> <p><strong>Lithuania</strong>: <a href="http://www.vilniusr.org/" target="_self">VilniusR</a></p> <p><strong>Netherlands (Amsterdam)</strong>: <a href="http://www.meetup.com/amst-R-dam/" target="_self">amst-R-dam</a></p> <p><strong>Poland (Warsaw/Wroclaw)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.biecek.pl/WZUR"><span style="font-weight: normal;">Annual Polish R User Group Meeting</span></a></p> <p><span style="font-weight: normal;"><strong>Poland (virtual): </strong>W Polski, Polish R users forum: <a href="https://www.im.uj.edu.pl/gur/">Grupa użytkowników R</a>.<br /></span></p> <p><strong>Serbia (Belgrade)</strong>: <a href="http://savtajr.blogspot.com/" target="_self">Sav taj R</a></p> <p><strong>Slovenia (Ljubljana):</strong> <a href="http://groups.google.com/group/rkoholiki">Anonymous Rcoholics</a></p> <p><strong>Spain (Barcelona)</strong>: <a href="http://rugbcn.wordpress.com/" target="_self">RUGBCN</a></p> <p><strong>Switzerland (Basel):</strong> <a href="http://www.baselr.org/">BaselR</a></p> <p><strong>Switzerland (Geneva)</strong>: <a href="http://www.geneva-r.org/" target="_self">GenevaR</a></p> <p><strong>Switzerland (Zurich)</strong>: <a href="http://www.zurichr.org/" target="_self">ZurichR</a></p> <p><strong>UK (Birmingham)</strong>: <a href="http://www.meetup.com/BirminghamR/" target="_self">Birmingham R Users Meeting (BRUM)</a></p> <p><strong>UK (Cambridge)</strong>: <a href="http://www.cambr.org.uk/" target="_self">CambR</a></p> <p><span style="font-size: 13px; font-weight: bold;">UK (London): <span style="font-weight: normal;"><a href="http://www.londonr.org/">LondonR</a></span></span></p> <p><strong><br /></strong></p> <p style="margin: 0px 0px 1em; padding: 0px;"><span style="line-height: 18px; font-size: 15px;"><strong>ISRAEL</strong></span></p> <p><span><span><span><strong>Tel Aviv</strong>: </span><a href="http://groups.google.com/group/israel-r-user-group">Israel R User Group</a></span></span></p> <p><span><span><br /></span></span></p> <h3><strong>SOUTH AMERICA</strong></h3> <p><strong>Argentina</strong> (Buenos Ares): <a href="http://ar.i314.com.ar/" target="_self">.AR</a> </p> <p><strong>Brazil</strong> (virtual): <a href="http://br.groups.yahoo.com/group/R_STAT/" target="_self">Brasil R_STAT</a></p> <p><strong>Brazil</strong> (virtual): <a href="http://leg.est.ufpr.br/doku.php/software:rbr" target="_self">R-br: the Brazilian R-community</a></p> <p><strong>Uruguay</strong>: <a href="http://uyrug.wordpress.com/" target="_self">Grupo de Usuarios de R en Uruguay </a></p> <p> </p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';">USA (sorted by state)</span></p> <p>Berkeley, CA: <a href="http://www.meetup.com/r-enthusiasts/" target="_self">The Berkeley R Language Beginner Study Group</a></p> <p><strong>Los Angeles, CA</strong>: <a href="http://www.meetup.com/LAarea-R-usergroup/">Los Angeles Area R Users Group</a></p> <p><strong>Orange County, CA</strong>: <a href="http://www.linkedin.com/groups?gid=3826973" target="_self">Orange County R User Group</a></p> <p><strong>Pasadena, CA: </strong><a href="http://www.meetup.com/Research-Methods-and-Analytics/">Research Methods and Analytics (R is a main topic)</a></p> <p><strong>San Diego, CA</strong>: <a href="http://www.meetup.com/San-Diego-R-users-group">San Diego R Users Group</a></p> <p><strong>San Francisco / Bay Area, CA</strong>: <a href="http://www.meetup.com/R-Users/">Bay Area R Users Group</a></p> <p><strong>Denver, CO</strong>: <a href="http://www.meetup.com/DenverRUG/">Denver R User Group</a></p> <p><strong>Stamford, CT</strong>: <a href="http://www.meetup.com/Conneticut-R-Users-Group/" target="_self">Connecticut R Users Group</a></p> <p><span style="font-weight: bold;"><strong>Washington, DC</strong>: </span><a href="http://www.meetup.com/R-users-DC">DC UseR Group</a></p> <p><span style="font-weight: bold;"><a href="http://www.meetup.com/R-users-DC"></a>Atlanta, GA: </span><a href="http://www.meetup.com/R-Users-Atlanta/" target="_self">Atlanta R User's Group</a></p> <p><strong>Chicago, IL</strong>: <a href="http://www.meetup.com/ChicagoRUG/">Chicago R Users Group</a></p> <p><strong>Greencastle, IN</strong>: <a href="http://fs6.depauw.edu:50080/%7Ehanson/R-pages/R%40DPU.html">R users at DePauw University</a></p> <p><strong>Kansas City, KS</strong>: <a href="http://groupspaces.com/KCRUsersGroup/" target="_self">Kansas City R Users Group</a></p> <p><strong>Boston, MA: </strong><a href="http://www.meetup.com/Boston-useR/" target="_self">Greater Boston useR Group</a></p> <p><strong>Medford, MA</strong>: <a href="http://www.meetup.com/RUGraT/" target="_self">R Users Group at Tufts (RUGraT)</a></p> <p><strong>Minneapolis and St. Paul, MN</strong>: <a href="http://www.meetup.com/twincitiesrug/" target="_self">Twin Cities R User Group</a></p> <p><strong>Saint Louis, MO</strong>: <a href="http://www.meetup.com/Saint-Louis-RUG/" target="_self">Saint Louis R User Group</a></p> <p><strong>Raleigh-Durham, NC: </strong><a href="http://www.meetup.com/Triangle-useR/">Raleigh-Durham-Chapel Hill R Users Group</a></p> <p><strong><strong>Cincinnati/Dayton, OH: </strong></strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self">CinDay RUG</a></p> <p><strong>Cleveland, OH</strong>: <a href="http://www.meetup.com/Cleveland-useR-Group/" target="_self">Cleveland UseR Group</a></p> <p><strong>Portland, OR: </strong><a href="http://www.meetup.com/portland-r-user-group">Portland R User Group</a> (there is also a local <a href="http://groups.google.com/group/pdx-visualization">data visualization group</a>)</p> <p><strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self"></a>Philadelphia, PA</strong>: <a href="http://phillyr.ning.com/">Philadelphia UseR Group</a></p> <p><strong>New Jersey, NJ</strong>: <a href="http://newjerseyr.org/">NewJerseyR</a></p> <p><strong>New York, NY</strong>: <a href="http://www.meetup.com/nyhackr/">New York R Statistical Programming Meetup</a> </p> <p><strong>New York, NY</strong>: <a href="http://groups.google.com/group/columbiaR">Columbia R Statistical Programming Group</a></p> <p><strong>Austin, TX</strong>: <a href="http://www.meetup.com/Austin-R-User-Group/" target="_self">Austin R User Group</a></p> <p><span style="font-weight: bold;">Dallas, TX: </span><a href="http://www.meetup.com/Dallas-R-Users-Group/" target="_self">Dallas R Users Group</a></p> <p><span style="font-weight: bold;">Houston, TX: </span><a href="http://www.meetup.com/houstonr/" target="_self">Houston R Users Group</a></p> <p><strong>Madison, WI: <span style="font-weight: normal;"><a href="http://groups.google.com/group/maduser">Madison Area R Users Group</a></span></strong></p> <p><strong>Salt Lake City, UT: </strong><a href="https://sites.google.com/site/utahrug/" target="_self">University of Utah R Users Group</a></p> <p><strong>Seattle, WA: </strong><a href="http://www.meetup.com/Seattle-useR/">Seattle UseR Group</a></p> <p> </p> <p><strong><span style="font-size: 15px; font-family: Trebuchet MS;">GROUPS WANTED</span></strong></p> <p>The following cities don't have an R user group yet, but we've had requests for information if you want to start one up:</p> <ul> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c" target="_self">Pittsburgh, PA</a></li> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b" target="_self">Phoenix, AZ</a></li> <li>Burlington VT, USA</li> <li>Baton Rouge LA, USA</li> <li>Durbin, South Africa</li> <li>Kenya</li> <li>Argentina</li> <li>Austria</li> <li>São Paulo, Brazil</li> <li>India (TamilNad)</li> <li><a href="http://bayesianbiologist.com/2012/02/07/gauging-interest-in-a-montreal-r-user-group/" target="_self">Montreal, Quebec</a></li> </ul> <p><span>Post a comment below</span> to connect with other R users and start a new group in your area. You can also register interest for a new <a href="http://r-users-group.meetup.com/">R User Group in your area</a> at meetup.com.</p> <ul> </ul> <p><strong><br /><span style="font-size: 15px; font-family: Trebuchet MS;">OTHER RESOURCES FOR FINDING LOCAL R USERS</span></strong></p> <p><span><strong>En Español</strong>: Spanish-speaking R users can check on the mailing list <a href="https://stat.ethz.ch/mailman/listinfo/r-help-es">r-help-es</a>.</span></p> <p>There is a list of <a href="http://rwiki.sciviews.org/doku.php?id=rugs:r_user_groups">R User Groups</a> at the R Wiki.</p> <p>There is a list of <a href="http://r-users-group.meetup.com/">R User Groups</a> on meetup.com.</p> </div> </div> </div> <a id="comments"></a> <div class="comments"> <h3 class="comments-header">Comments</h3> <div class="comments-info"> <p><a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml"><img src="http://static.typepad.com/.shared:v20120614.01-0-g5bb9ec1:typepad:en_us/images/feed.png" alt="Feed" width="10" height="10" /></a> You can follow this conversation by subscribing to the <a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml">comment feed</a> for this post.</p> </div> <div class="comments-content" id="comments-content"> <!-- comment list --><a id="c6a010534b1db25970b0120a542bba7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a542bba7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a542bba7970c-content"> <span id="comment-6a010534b1db25970b0120a542bba7970c-content"><p>A user group in Amsterdam, NL?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.cs.vu.nl/~rpremraj" href="http://www.cs.vu.nl/~rpremraj">Rahul Premraj</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a542bba7970c#comment-6a010534b1db25970b0120a542bba7970c">August 12, 2009 at 15:06</a> </p> </div><a id="c6a010534b1db25970b0120a4ff1120970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a4ff1120970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a4ff1120970b-content"> <span id="comment-6a010534b1db25970b0120a4ff1120970b-content"><p>Anyone interested in Dublin, Ireland R group?</p></span> </div> <p class="comment-footer"> Posted by: Anthony Staines | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a4ff1120970b#comment-6a010534b1db25970b0120a4ff1120970b">August 17, 2009 at 14:51</a> </p> </div><a id="c6a010534b1db25970b0120a5ac7de3970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5ac7de3970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5ac7de3970b-content"> <span id="comment-6a010534b1db25970b0120a5ac7de3970b-content"><p>I am trying to organize a R User Group for Germany (Southwest) with meetings in Mannheim or Heidelberg, maybe also Stuttgart, Karlsruhe, Frankfurt (later). </p> <p>I just created an initial group collaboration site at http://rug-sw.qlubb.com/public. To join this group click on the button "Request to join this Qlubb" at the upper right of the page (Joining may take a while as it has to be manually approved, sorry). </p> <p>Please join or leave your address even if you're not from the exact region. Maybe you will find other people from your region this way. </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://rug-sw.qlubb.com/public" href="http://rug-sw.qlubb.com/public">Friedrich Schuster</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5ac7de3970b#comment-6a010534b1db25970b0120a5ac7de3970b">September 30, 2009 at 03:58</a> </p> </div><a id="c6a010534b1db25970b0120a5bde33b970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a5bde33b970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5bde33b970b-content"> <span id="comment-6a010534b1db25970b0120a5bde33b970b-content"><p>Hi Anthony,<br /> I'm interested in organizing an R group in Berlin. It'd be an English speaking group.</p></span> </div> <p class="comment-footer"> Posted by: J | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5bde33b970b#comment-6a010534b1db25970b0120a5bde33b970b">October 05, 2009 at 05:52</a> </p> </div><a id="c6a010534b1db25970b0120a6218320970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a6218320970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6218320970c-content"> <span id="comment-6a010534b1db25970b0120a6218320970c-content"><p>Hello R users in Northern Germany! <br /> This is the initial step to set up the R user group in the Northern part of Germany: "R im Norden" (RiN). The objective of this group is to establish a local forum for R users - beginner to advanced. You can meet with other users of the R Programming Language and learn and share tricks and techniques from and with other users. <br /> Please send a short mail indicating your interests to Rainer Feldmann: feldmann@qa-gmbh.de. </p> <p>Kind Regards<br /> Rainer</p></span> </div> <p class="comment-footer"> Posted by: Raienr Feldmann | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6218320970c#comment-6a010534b1db25970b0120a6218320970c">October 07, 2009 at 12:27</a> </p> </div><a id="c6a010534b1db25970b0120a6238e53970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a6238e53970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6238e53970c-content"> <span id="comment-6a010534b1db25970b0120a6238e53970c-content"><p>Hello, </p> <p>The Spanish-speaking R users group is organizing the 1st R conferences in Spain.</p> <p>We will try to create work teams and an organized users group.</p> <p>You can subscribe and send talk proposals here: www.ereros.org</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ereros.org" href="http://www.ereros.org">Patricia García</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6238e53970c#comment-6a010534b1db25970b0120a6238e53970c">October 08, 2009 at 02:16</a> </p> </div><a id="c6a010534b1db25970b0120a5e595ec970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5e595ec970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5e595ec970b-content"> <span id="comment-6a010534b1db25970b0120a5e595ec970b-content"><p>Anyone interested in an R Users group in Seattle WA (Eastside in particular)?</p></span> </div> <p class="comment-footer"> Posted by: Carolyn Johnston | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5e595ec970b#comment-6a010534b1db25970b0120a5e595ec970b">October 14, 2009 at 10:10</a> </p> </div><a id="c6a010534b1db25970b0120a61312e4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a61312e4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a61312e4970b-content"> <span id="comment-6a010534b1db25970b0120a61312e4970b-content"><p>Hi there - Anyone interested in starting a group in the Boston area?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ramakrishnan.com" href="http://www.ramakrishnan.com">Rama Ramakrishnan</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a61312e4970b#comment-6a010534b1db25970b0120a61312e4970b">October 22, 2009 at 09:37</a> </p> </div><a id="c6a010534b1db25970b012875a06a20970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012875a06a20970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875a06a20970c-content"> <span id="comment-6a010534b1db25970b012875a06a20970c-content"><p>Rainer for RiN</p> <p>Ivailo Partchev (University of Jena) asked us to inform you about a online workshop on "Statistical Programming in R", he will hold in Jena on November 21 and 22, 2009. For more information and registration: http://www.metheval.uni-jena.de.</p> <p>Kind Regards<br /> Rainer<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.qa-gmbh.de" href="http://www.qa-gmbh.de">Rainer Feldmann</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875a06a20970c#comment-6a010534b1db25970b012875a06a20970c">November 14, 2009 at 05:16</a> </p> </div><a id="c6a010534b1db25970b012875bcdc84970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012875bcdc84970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875bcdc84970c-content"> <span id="comment-6a010534b1db25970b012875bcdc84970c-content"><p>Italy, Padova<br /> http://www.rante.org/ </p> <p>We are an association that promotes knowledge sharing and the use of open source tools in Italy. As a part of our activities, together with other people (scholars, consultants, R-lovers and so on), we are setting up a R-user group in Italy. Our headquarter is located in Padova, where also the University (Department of Statistical Sciences) mantains a CRAN Mirror. Our initial aims are : - to promote the use of R across public institutions, private companies and no-profit organisations - to collect and disseminate R materials (primers, tutorials, lectures) through our website for making them immediately available to different communities - to organise events and lectures to spread R use across our territory </p> <p>Everyone who is interested in joining and helping us is really welcome. </p> <p>You can contact us at info@rante.org <br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rante.org" href="http://www.rante.org">Dario Solari</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875bcdc84970c#comment-6a010534b1db25970b012875bcdc84970c">November 20, 2009 at 06:37</a> </p> </div><a id="c6a010534b1db25970b0120a73024d1970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a73024d1970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a73024d1970b-content"> <span id="comment-6a010534b1db25970b0120a73024d1970b-content"><p>Also interested in a Seattle-area group.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rapidbiologics.com" href="http://www.rapidbiologics.com">Mark Seligman</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a73024d1970b#comment-6a010534b1db25970b0120a73024d1970b">December 08, 2009 at 13:27</a> </p> </div><a id="c6a010534b1db25970b01287647ee86970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01287647ee86970c"> <div class="comment-content" id="comment-6a010534b1db25970b01287647ee86970c-content"> <span id="comment-6a010534b1db25970b01287647ee86970c-content"><p>Hi I'm Scott from Denver, Colorado. Very new to R, but interested in starting an R group here in the Denver/Boulder area. I have a core group of users (~25) medical/biostatistical researchers that use various functions on various projects. Any information and materials you could send me would be great. We are all currently SAS users willing to learn a new language. </p></span> </div> <p class="comment-footer"> Posted by: Scott Sibbel | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01287647ee86970c#comment-6a010534b1db25970b01287647ee86970c">December 11, 2009 at 14:05</a> </p> </div><a id="c6a010534b1db25970b012876483316970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876483316970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876483316970c-content"> <span id="comment-6a010534b1db25970b012876483316970c-content"><p>Hi Scott. I'll send you a document with tips on how to start up a user group (one of these days I'll get around to making it into a blog post).</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolution-computing.com" href="http://www.revolution-computing.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876483316970c#comment-6a010534b1db25970b012876483316970c">December 11, 2009 at 15:21</a> </p> </div><a id="c6a010534b1db25970b0120a7a3a244970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7a3a244970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7a3a244970b-content"> <span id="comment-6a010534b1db25970b0120a7a3a244970b-content"><p>Hi <br /> Im in Durban, South Africa and am keen to meet with other R users in the area. </p></span> </div> <p class="comment-footer"> Posted by: Michael Chadbourne | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7a3a244970b#comment-6a010534b1db25970b0120a7a3a244970b">January 04, 2010 at 11:26</a> </p> </div><a id="c6a010534b1db25970b0120a7c355b4970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a7c355b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7c355b4970b-content"> <span id="comment-6a010534b1db25970b0120a7c355b4970b-content"><p>Hi there<br /> I would also be interested in a R group for Dublin,IE.<br /> Regards<br /> Kevin O'Brien.</p></span> </div> <p class="comment-footer"> Posted by: Kevin O'Brien | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7c355b4970b#comment-6a010534b1db25970b0120a7c355b4970b">January 11, 2010 at 07:37</a> </p> </div><a id="c6a010534b1db25970b012876d1ffd2970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876d1ffd2970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876d1ffd2970c-content"> <span id="comment-6a010534b1db25970b012876d1ffd2970c-content"><p>Hi, <br /> I would be interested in an R group in Baton Rouge, Louisiana, USA.</p> <p>Daniel Ence</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1" href="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1">Daniel Ence</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876d1ffd2970c#comment-6a010534b1db25970b012876d1ffd2970c">January 13, 2010 at 14:18</a> </p> </div><a id="c6a010534b1db25970b012876e708ba970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876e708ba970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876e708ba970c-content"> <span id="comment-6a010534b1db25970b012876e708ba970c-content"><p>I am keen to meet other R users in Brussels. If anyone is interested let me know. Would also actively support the establiment of such a group. </p></span> </div> <p class="comment-footer"> Posted by: Alexis-Michel Mugabushaka | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876e708ba970c#comment-6a010534b1db25970b012876e708ba970c">January 17, 2010 at 12:26</a> </p> </div><a id="c6a010534b1db25970b0120a7ee4b07970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7ee4b07970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7ee4b07970b-content"> <span id="comment-6a010534b1db25970b0120a7ee4b07970b-content"><p>St. Louis anyone?</p></span> </div> <p class="comment-footer"> Posted by: Alex | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7ee4b07970b#comment-6a010534b1db25970b0120a7ee4b07970b">January 19, 2010 at 13:11</a> </p> </div><a id="c6a010534b1db25970b012876f16112970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876f16112970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f16112970c-content"> <span id="comment-6a010534b1db25970b012876f16112970c-content"><p>Any interest in a UseR group in Philadelphia?</p></span> </div> <p class="comment-footer"> Posted by: Alex Mc | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f16112970c#comment-6a010534b1db25970b012876f16112970c">January 19, 2010 at 13:32</a> </p> </div><a id="c6a010534b1db25970b012876f1a277970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876f1a277970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f1a277970c-content"> <span id="comment-6a010534b1db25970b012876f1a277970c-content"><p>I would be interested in a Philadelphia UseR group.<br /> leipzig@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://jermdemo.blogspot.com" href="http://jermdemo.blogspot.com">Jeremy Leipzig</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f1a277970c#comment-6a010534b1db25970b012876f1a277970c">January 19, 2010 at 14:35</a> </p> </div><a id="c6a010534b1db25970b0128770154d4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0128770154d4970c"> <div class="comment-content" id="comment-6a010534b1db25970b0128770154d4970c-content"> <span id="comment-6a010534b1db25970b0128770154d4970c-content"><p>Hi! Anyone interested in a UseR group in Toronto, Ontario, Canada?</p></span> </div> <p class="comment-footer"> Posted by: Kate | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0128770154d4970c#comment-6a010534b1db25970b0128770154d4970c">January 22, 2010 at 11:27</a> </p> </div><a id="c6a010534b1db25970b0133ec7af129970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ec7af129970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ec7af129970b-content"> <span id="comment-6a010534b1db25970b0133ec7af129970b-content"><p>I'm also interested in joining or starting an R users group in the Boston. Please contact me at michaeljboucher@gmail.com</p> <p>Regards,</p> <p>Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike Boucher | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ec7af129970b#comment-6a010534b1db25970b0133ec7af129970b">April 05, 2010 at 14:08</a> </p> </div><a id="c6a010534b1db25970b0134808741df970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0134808741df970c"> <div class="comment-content" id="comment-6a010534b1db25970b0134808741df970c-content"> <span id="comment-6a010534b1db25970b0134808741df970c-content"><p>We have a group names as "Research Methods and Analytics", but with R as a main topic, and we are in Pasadena.</p> <p>see http://www.meetup.com/Research-Methods-and-Analytics/ </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Research-Methods-and-Analytics/" href="http://www.meetup.com/Research-Methods-and-Analytics/">Alex</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0134808741df970c#comment-6a010534b1db25970b0134808741df970c">May 06, 2010 at 10:48</a> </p> </div><a id="c6a010534b1db25970b0133ee1ad8ca970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ee1ad8ca970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"> <span id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"><p>I've just started an R users group in Salt Lake City, UT. Anybody in the neighborhood, please join us!</p> <p>http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/" href="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Jake</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ee1ad8ca970b#comment-6a010534b1db25970b0133ee1ad8ca970b">May 20, 2010 at 15:10</a> </p> </div><a id="c6a010534b1db25970b0133f11b2812970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f11b2812970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f11b2812970b-content"> <span id="comment-6a010534b1db25970b0133f11b2812970b-content"><p>I'd like to see a Minneapolis useR group...</p></span> </div> <p class="comment-footer"> Posted by: Aaron | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f11b2812970b#comment-6a010534b1db25970b0133f11b2812970b">June 15, 2010 at 11:23</a> </p> </div><a id="c6a010534b1db25970b013485b89b14970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b013485b89b14970c"> <div class="comment-content" id="comment-6a010534b1db25970b013485b89b14970c-content"> <span id="comment-6a010534b1db25970b013485b89b14970c-content"><p>Mabuhay!</p> <p>I'm from the Islands of Philippines. I want to form R Group here in Manila. Contact me dhon.buenavista@roberts.com.ph Or fgbuenavista@yahoo.com</p></span> </div> <p class="comment-footer"> Posted by: dhon buenavista | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013485b89b14970c#comment-6a010534b1db25970b013485b89b14970c">July 26, 2010 at 17:40</a> </p> </div><a id="c6a010534b1db25970b0133f2fd25db970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f2fd25db970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f2fd25db970b-content"> <span id="comment-6a010534b1db25970b0133f2fd25db970b-content"><p>hi,</p> <p>i've started an R user group in singapore</p> <p>feel free to post</p> <p>cheers</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/R-User-Group-SG/" href="http://www.meetup.com/R-User-Group-SG/">lee</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f2fd25db970b#comment-6a010534b1db25970b0133f2fd25db970b">August 11, 2010 at 00:55</a> </p> </div><a id="c6a010534b1db25970b01348636d606970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01348636d606970c"> <div class="comment-content" id="comment-6a010534b1db25970b01348636d606970c-content"> <span id="comment-6a010534b1db25970b01348636d606970c-content"><p>Any interest in a UseR group in São Paulo, Brazil?</p></span> </div> <p class="comment-footer"> Posted by: Manoel Galdino | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01348636d606970c#comment-6a010534b1db25970b01348636d606970c">August 14, 2010 at 20:40</a> </p> </div><a id="c6a010534b1db25970b013486be2705970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b013486be2705970c"> <div class="comment-content" id="comment-6a010534b1db25970b013486be2705970c-content"> <span id="comment-6a010534b1db25970b013486be2705970c-content"><p>I would be interested in a useR group in Cincinnati.<br /> Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013486be2705970c#comment-6a010534b1db25970b013486be2705970c">September 03, 2010 at 06:06</a> </p> </div><a id="c6a010534b1db25970b0133f4910ebd970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133f4910ebd970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f4910ebd970b-content"> <span id="comment-6a010534b1db25970b0133f4910ebd970b-content"><p>Spain: Barcelona <br /> tim.riffe@gmail.com </p> <p>Anyone interested in starting up a BCN RUG? I’m a gradstudent at the UAB and am interested in forming a local R-user community. I can organize space on the UAB campus, but could meet elsewhere. </p> <p>Algú vol formar un grup de usuaris de R a BCN? Soc estudiant de posgrau a la UAB. Puc organitzar espai a la UAB o reunir a qualsevol lloc a la ciutat. Envia’m un correu! </p></span> </div> <p class="comment-footer"> Posted by: Tim | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f4910ebd970b#comment-6a010534b1db25970b0133f4910ebd970b">September 24, 2010 at 20:30</a> </p> </div><a id="c6a010534b1db25970b0148c7259d9a970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c7259d9a970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c7259d9a970c-content"> <span id="comment-6a010534b1db25970b0148c7259d9a970c-content"><p>Connecticut anyone?</p></span> </div> <p class="comment-footer"> Posted by: Bob | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c7259d9a970c#comment-6a010534b1db25970b0148c7259d9a970c">December 29, 2010 at 06:55</a> </p> </div><a id="c6a010534b1db25970b0147e142510e970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e142510e970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e142510e970b-content"> <span id="comment-6a010534b1db25970b0147e142510e970b-content"><p>Hi.. <br /> I'd like to start a UserGroup in India (TamilNad).<br /> Please guide.</p> <p>Vignesh M</p></span> </div> <p class="comment-footer"> Posted by: Vignesh | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e142510e970b#comment-6a010534b1db25970b0147e142510e970b">January 04, 2011 at 04:10</a> </p> </div><a id="c6a010534b1db25970b0148c751e4f7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c751e4f7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c751e4f7970c-content"> <span id="comment-6a010534b1db25970b0148c751e4f7970c-content"><p>For R users in India, check the R South Asia group </p> <p>http://groups.google.co.in/group/r-sa</p> <p>Thanks</p> <p>Saket</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://groups.google.co.in/group/r-sa" href="http://groups.google.co.in/group/r-sa">Saket</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c751e4f7970c#comment-6a010534b1db25970b0148c751e4f7970c">January 04, 2011 at 23:05</a> </p> </div><a id="c6a010534b1db25970b0147e1cfb200970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e1cfb200970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e1cfb200970b-content"> <span id="comment-6a010534b1db25970b0147e1cfb200970b-content"><p>would also like a Minneapolis/Saint Paul users group</p></span> </div> <p class="comment-footer"> Posted by: david salmela | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e1cfb200970b#comment-6a010534b1db25970b0147e1cfb200970b">January 21, 2011 at 05:17</a> </p> </div><a id="c6a010534b1db25970b0148c807b02c970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c807b02c970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c807b02c970c-content"> <span id="comment-6a010534b1db25970b0148c807b02c970c-content"><p>There is now a Twin Cities R User group (Minneapolis, St. Paul, MN). Please join the meetup.com group and RSVP for the next meeting if you can make it. </p> <p>Looking forward to meeting you all. </p> <p>http://www.meetup.com/twincitiesrug/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/twincitiesrug/" href="http://www.meetup.com/twincitiesrug/">Erik Iverson</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c807b02c970c#comment-6a010534b1db25970b0148c807b02c970c">January 26, 2011 at 09:00</a> </p> </div><a id="c6a010534b1db25970b0148c8174a61970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0148c8174a61970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c8174a61970c-content"> <span id="comment-6a010534b1db25970b0148c8174a61970c-content"><p>Hi all,</p> <p>any R users in the <b>Philippines</b>? im sure you're out there, i'm just not sure how to get to you. i'm from a local university here in Manila, and im thinking of contacting Statistics students from other universities to group together to form a local R group here in Manila. please help spread the word.</p> <p>kind regards! </p></span> </div> <p class="comment-footer"> Posted by: schubert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c8174a61970c#comment-6a010534b1db25970b0148c8174a61970c">January 28, 2011 at 00:57</a> </p> </div><a id="c6a010534b1db25970b0148c855fda6970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c855fda6970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c855fda6970c-content"> <span id="comment-6a010534b1db25970b0148c855fda6970c-content"><p>merçi d'avoir indiqué cette liste,j'ai trouvé mon bonheur! merçi.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.muondo.org" href="http://www.muondo.org">muondo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c855fda6970c#comment-6a010534b1db25970b0148c855fda6970c">February 04, 2011 at 11:10</a> </p> </div><a id="c6a010534b1db25970b0147e2bfa259970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e2bfa259970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e2bfa259970b-content"> <span id="comment-6a010534b1db25970b0147e2bfa259970b-content"><p>Anyone up for Indianapolis-West Lafayette-Bloomington R User Group?</p></span> </div> <p class="comment-footer"> Posted by: Shreyas | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e2bfa259970b#comment-6a010534b1db25970b0147e2bfa259970b">February 22, 2011 at 09:38</a> </p> </div><a id="c6a010534b1db25970b014e5f910918970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e5f910918970c"> <div class="comment-content" id="comment-6a010534b1db25970b014e5f910918970c-content"> <span id="comment-6a010534b1db25970b014e5f910918970c-content"><p>am going to set up Birmingham Alabama r users group; please let me know if anyone is interested</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://timelyportfolio.blogspot.com" href="http://timelyportfolio.blogspot.com">Kent Russell</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e5f910918970c#comment-6a010534b1db25970b014e5f910918970c">March 01, 2011 at 09:30</a> </p> </div><a id="c6a010534b1db25970b0147e3159f31970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e3159f31970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3159f31970b-content"> <span id="comment-6a010534b1db25970b0147e3159f31970b-content"><p>I'm about to start a group for dublin, ireland. I'll post the details shortly.</p></span> </div> <p class="comment-footer"> Posted by: rory cawley | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3159f31970b#comment-6a010534b1db25970b0147e3159f31970b">March 08, 2011 at 13:15</a> </p> </div><a id="c6a010534b1db25970b0147e3786a81970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0147e3786a81970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3786a81970b-content"> <span id="comment-6a010534b1db25970b0147e3786a81970b-content"><p>I have started a Tallahassee R Users Group and have scheduled a meeting on April 3 at 4 PM at New Leaf Market (The Dining Area). Hope to see some people there.</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3786a81970b#comment-6a010534b1db25970b0147e3786a81970b">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b014e86f8935d970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e86f8935d970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e86f8935d970d-content"> <span id="comment-6a010534b1db25970b014e86f8935d970d-content"><p>Sorry forgot to give the url - http://www.meetup.com/Tallahassee-R-Users-Group/</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e86f8935d970d#comment-6a010534b1db25970b014e86f8935d970d">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b015431e10563970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015431e10563970c"> <div class="comment-content" id="comment-6a010534b1db25970b015431e10563970c-content"> <span id="comment-6a010534b1db25970b015431e10563970c-content"><p>Hi,<br /> Looking to start one here in Nairobi..Kenya very soon</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.africangeogeek.com" href="http://www.africangeogeek.com">jude</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015431e10563970c#comment-6a010534b1db25970b015431e10563970c">April 22, 2011 at 00:35</a> </p> </div><a id="c6a010534b1db25970b01538e88d642970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538e88d642970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538e88d642970b-content"> <span id="comment-6a010534b1db25970b01538e88d642970b-content"><p>There is a new users group in Italy: Torino R net<br /> www.TorinoR.net</p> <p>first meeting on 16th June, please update above list and calendar, there is an ical at TorinoR.net/events.ical</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.TorinoR.net" href="http://www.TorinoR.net">Daniele Amberti</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538e88d642970b#comment-6a010534b1db25970b01538e88d642970b">May 17, 2011 at 02:31</a> </p> </div><a id="c6a010534b1db25970b015432625950970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015432625950970c"> <div class="comment-content" id="comment-6a010534b1db25970b015432625950970c-content"> <span id="comment-6a010534b1db25970b015432625950970c-content"><p>Hi Daniele, Torino R net is now on the list -- thanks!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015432625950970c#comment-6a010534b1db25970b015432625950970c">May 18, 2011 at 07:46</a> </p> </div><a id="c6a010534b1db25970b014e890f763e970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e890f763e970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e890f763e970d-content"> <span id="comment-6a010534b1db25970b014e890f763e970d-content"><p>Aloha,</p> <p>We're looking to start an R UseR GRoup in <b>Hawai'i</b> (HI,USA). Most users I know are on Maui, but perhaps we can begin with a distributed group via e-conferencing to include persons on all islands. I can organize space at my research department, which is mostly focused on wildlife, but we'd welcome persons and perspectives from many other disciplines. Please contact robertrankin AT pacificwhale DOT org.</p> <p>Mahalo,<br /> Rob<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.pacificwhale.org" href="http://www.pacificwhale.org">Robert Rankin</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e890f763e970d#comment-6a010534b1db25970b014e890f763e970d">June 11, 2011 at 00:51</a> </p> </div><a id="c6a010534b1db25970b014e891ebf94970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e891ebf94970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e891ebf94970d-content"> <span id="comment-6a010534b1db25970b014e891ebf94970d-content"><p>Aloha Rob,</p> <p>I'm a postdoc in bioinformatics at the UH Manoa Cancer Center. There are several of us here that use R regularly, and I for one would be very interested in attending an R UseR GRoup. I'm on Oahu, but woul dbe interested in e-conferencing if I can figure out how my institution would handle that.</p> <p>Stephen</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.StephenTurner.us/" href="http://www.StephenTurner.us/">Stephen</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e891ebf94970d#comment-6a010534b1db25970b014e891ebf94970d">June 13, 2011 at 16:29</a> </p> </div><a id="c6a010534b1db25970b01538ffc94eb970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538ffc94eb970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538ffc94eb970b-content"> <span id="comment-6a010534b1db25970b01538ffc94eb970b-content"><p>Thank you very much for adding aR as the Argentina R Users Group.<br /> As for now we are a few members but very qualified proffessionals in fields such us medicine, bioinformatics, agriculture, banking and finance.<br /> We hope to have our first meeting in september 2011 in Buenos Aires.<br /> Thanks again and we'll keep you posted for updates.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://ar.i314.com.ar" href="http://ar.i314.com.ar">Juan Pablo Brana</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538ffc94eb970b#comment-6a010534b1db25970b01538ffc94eb970b">July 18, 2011 at 09:23</a> </p> </div><a id="c6a010534b1db25970b015391dcba8b970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015391dcba8b970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391dcba8b970b-content"> <span id="comment-6a010534b1db25970b015391dcba8b970b-content"><p>please send me more informations about R </p></span> </div> <p class="comment-footer"> Posted by: haidari | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391dcba8b970b#comment-6a010534b1db25970b015391dcba8b970b">September 25, 2011 at 11:17</a> </p> </div><a id="c6a010534b1db25970b015391e9200d970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b015391e9200d970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391e9200d970b-content"> <span id="comment-6a010534b1db25970b015391e9200d970b-content"><p>Hi! There's a new R Users Group in Uruguay.<br /> Public website:<br /> http://uyrug.wordpress.com/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://uyrug.wordpress.com/" href="http://uyrug.wordpress.com/">Sebastian Vallejo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391e9200d970b#comment-6a010534b1db25970b015391e9200d970b">September 27, 2011 at 13:20</a> </p> </div><a id="c6a010534b1db25970b014e8bdd0643970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e8bdd0643970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e8bdd0643970d-content"> <span id="comment-6a010534b1db25970b014e8bdd0643970d-content"><p>Thanks Sebastian. There used to be a Google group at: https://sites.google.com/site/grupousuariosruruguay/ (no longer accessible), so I replaced the link with the WordPress site.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e8bdd0643970d#comment-6a010534b1db25970b014e8bdd0643970d">September 27, 2011 at 14:06</a> </p> </div><a id="c6a010534b1db25970b0153925d4ff5970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153925d4ff5970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153925d4ff5970b-content"> <span id="comment-6a010534b1db25970b0153925d4ff5970b-content"><p>I am interested in starting an Predictive Modelling Group in the Pittsburgh, PA area. Though primarily directed towards R users, I would like to keep it open to other software such as SAS, Statistica, and programming languages such as C#.</p> <p>Although we are wedged between the Cincinnati and the Philidelphia groups, I am curious (and hopeful) that there may be a small local community interested in gathering and swapping ideas. It would be open to all and should cater to the corporate and academic communities alike.</p> <p>Email me at jphilbert@gmail.com if interested!</p></span> </div> <p class="comment-footer"> Posted by: John P. Hilbert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153925d4ff5970b#comment-6a010534b1db25970b0153925d4ff5970b">October 17, 2011 at 09:26</a> </p> </div><a id="c6a010534b1db25970b015437258fd4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015437258fd4970c"> <div class="comment-content" id="comment-6a010534b1db25970b015437258fd4970c-content"> <span id="comment-6a010534b1db25970b015437258fd4970c-content"><p>merci pour les liens et la liste! les groupes italiens merci!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://circuspartyparis.blogspot.com/" href="http://circuspartyparis.blogspot.com/">lili darto</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015437258fd4970c#comment-6a010534b1db25970b015437258fd4970c">November 20, 2011 at 09:41</a> </p> </div><a id="c6a010534b1db25970b0153935225b4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153935225b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153935225b4970b-content"> <span id="comment-6a010534b1db25970b0153935225b4970b-content"><p>great, thanks for this list!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://betrader.blog.capital.fr" href="http://betrader.blog.capital.fr">istern</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153935225b4970b#comment-6a010534b1db25970b0153935225b4970b">November 20, 2011 at 09:44</a> </p> </div><a id="c6a010534b1db25970b016761342a79970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b016761342a79970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342a79970b-content"> <span id="comment-6a010534b1db25970b016761342a79970b-content"><p>Any R users in Phoenix? Email me at thor555@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342a79970b#comment-6a010534b1db25970b016761342a79970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b016761342cac970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b016761342cac970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342cac970b-content"> <span id="comment-6a010534b1db25970b016761342cac970b-content"><p>Edit to above comment. Email me at thor5551@gmail.com </p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b0168e6f0a272970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0168e6f0a272970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e6f0a272970c-content"> <span id="comment-6a010534b1db25970b0168e6f0a272970c-content"><p>Speaking for a few interested in montreal here!</p></span> </div> <p class="comment-footer"> Posted by: Jonathan Tremblay | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e6f0a272970c#comment-6a010534b1db25970b0168e6f0a272970c">February 07, 2012 at 16:06</a> </p> </div><a id="c6a010534b1db25970b0168e82eaea3970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0168e82eaea3970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e82eaea3970c-content"> <span id="comment-6a010534b1db25970b0168e82eaea3970c-content"><p>IF IN Pittsburgh THEN email: scott dot malec @t gmail dot com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.maleclabs.com" href="http://www.maleclabs.com">S Malec</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c">February 29, 2012 at 11:50</a> </p> </div><a id="c6a010534b1db25970b0163027d3810970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0163027d3810970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163027d3810970d-content"> <span id="comment-6a010534b1db25970b0163027d3810970d-content"><p>Planning to start up R User group in Vienna, Austria? <br /> Already did some prep work on meetup.com (http://www.meetup.com/ViennaR/) <br /> So if you are interested have a look and get in touch. <br /> Greetings, <br /> WD</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/ViennaR/" href="http://www.meetup.com/ViennaR/">W.D.</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163027d3810970d#comment-6a010534b1db25970b0163027d3810970d">March 05, 2012 at 12:46</a> </p> </div><a id="c6a010534b1db25970b0163035cfb75970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0163035cfb75970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163035cfb75970d-content"> <span id="comment-6a010534b1db25970b0163035cfb75970d-content"><p>I would like to start an R users group in Phoenix, AZ. Please call me or email me if you are interested.</p> <p>435-215-1775</p> <p>Matt</p></span> </div> <p class="comment-footer"> Posted by: Matt Poulton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163035cfb75970d#comment-6a010534b1db25970b0163035cfb75970d">March 27, 2012 at 22:40</a> </p> </div> </div> </div> <!-- comment-form-atp --> <div id="atp-comments"> <div id="comment-preview" class="hiddenBox"> <h3 id="header-verify-comment" class="comments-header hiddenBox">Verify your Comment</h3> <h3 id="header-preview-comment" class="comments-header hiddenBox">Previewing your Comment</h3> <div class="comments-content"> <div class="comment"> <div id="comment-preview-content" class="comment-content"> </div> <p class="comment-footer"> Posted by: <span id="comment-preview-author"></span> | <span id="comment-preview-datetime"></span> </p> </div> </div> </div> <div id="comment-preview-confirmation" class="hiddenBox yellowBox"> <p>This is only a preview. Your comment has not yet been posted.</p> <form id="comment-preview-form" method="post" onsubmit="atpComments.interceptPost(1); return false;"> <input type="submit" name="post" id="comment-confirm-post" value=" Post " onclick="atpComments.interceptPost(1); return false;"/> <input type="submit" name="edit" id="comment-edit" value="  Edit  " onclick="atpComments.previewOnly(2); return false;"/> <span id="previewFormSpinner" class="hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </form> </div> <div id="comment-error" class="hiddenBox redBox"> Your comment could not be posted. Error type: <span id="comment-error-msg"></span> </div> <div id="comment-complete" class="hiddenBox yellowGreenBox"> Your comment has been posted. <a href="javascript:void 0;" onclick="window.location.hash='#comment-form';window.location.reload(false)">Post another comment</a> </div> <div id="comment-captcha" class="hiddenBox yellowBox"> <div id="captchaText"> <p id="captchaFailMsg" class="captchaErrorText hiddenBox">The letters and numbers you entered did not match the image. Please try again.</p> <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.</p> <p><span id="comment-captcha-viewalt">Having trouble reading this image? <a href="#comment-captcha" onClick="atpComments.generateReCaptcha();">View an alternate.</a></span></p> </div> <form id="comment-captcha-form" method="post" onsubmit="atpComments.submitWithReCaptcha(); return false;"> <div id="recaptcha_content"> <noscript> <iframe src="6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e" height="300" width="500" frameborder="0"></iframe><br /> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type='hidden' name='recaptcha_response_field' value='manual_challenge' /> </noscript> </div> <script type="text/javascript"> $(document).ready(function() { Recaptcha.create("6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e", "recaptcha_content", { theme: "red", callback: Recaptcha.focus_response_field }); }); </script> <p> <input type="submit" name="continue" id="captcha-continue" value=" Continue " /> <span id="captchaFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </p> </form> </div> <div id="primary-comment-form" class="comment-form"> <form id="comment-form" action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1339773710-b2917ccbe7ff2392d0c1f59d07b49a09860fc0b0:YikoHvBKqzScOJZT" /> <div class="comments-open"> <h2 class="comments-open-header" id="comment-title">Post a comment</h2> <div id="comments-open-content" class="comments-open-content"> <div id="comments-open-text" style="display:none;"> <textarea id="comment-text" name="text" rows="10" cols="30" onkeyup="atpComments.maxTextArea(this, 64000);"></textarea> <p class="comments-open-subtext"> (You can use HTML tags like <b> <i> and <ul> to style your text.) </p> </div> <div id="comments-open-data" style="display:none;"> <p>Your Information</p> <p> (Name and email address are required. Email address will not be displayed with the comment.) </p> <p> <input id="comment-author" at:default="Name" name="author" size="30" value="Name" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-author" id="comment-author-error" class="comment-error hiddenBox">Name is required to post a comment</label> </p> <p> <input id="comment-email" at:default="Email Address" name="email" size="30" value="Email Address" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-email" id="comment-email-error" class="comment-error hiddenBox">Please enter a valid email address</label> </p> <p> <input id="comment-url" at:default="Web Site URL" name="url" size="30" value="Web Site URL" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-url" id="comment-url-error" class="comment-error hiddenBox">Invalid URL</label> </p> </div> </div> <div id="comments-open-footer" class="comments-open-footer" style="display:none;"> <input type="submit" name="post" id="comment-post-button" value=" Post " onclick="atpComments.interceptPost(1); return false;" disabled="true" /> <input type="submit" name="preview" id="comment-preview-button" value=" Preview " onclick="atpComments.previewOnly(1); return false;" disabled="true" /> <span id="commentEntryFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </div> </div> </form> <noscript> <div id="comments-open-noscript" class="comments-open-noscript"> <form action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1339773710-24785aeef7aeebc5bde9a829e71efd3cb6a7db9c:T2VglNar9ZGAKgRu" /> Name:<br /><input type="text" name="author" size="30" /><br /> Email address:<br /><input type="text" name="email" size="30" /><br /> URL:<br /><input type="text" name="url" size="30" /><br /><br /> Comment:<br /><textarea name="text" cols="40" rows="4"></textarea><br /> <input type="submit" name="submit" value="Submit" /> </form> </div> </noscript> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- sidebar --> <div class="module-archives module"> <h2 class="module-header">Information</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/about.html">About this blog</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/comments-policy.html">Comments Policy</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/categories.html">About Categories</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/authors.html">About the Authors</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/calendar.html">R Community Calendar</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <p><a href="http://www.revolutionanalytics.com/"><img src="http://revolution-computing.typepad.com/imagesRev/RA_logo_trans1.75in.png"></a><br />R for the Enterprise</p> </div> </div> <div class="module-custom_html module"> <div class="module-content"> Got comments or suggestions for the blog editor? <br> Email <a href="mailto:david@revolution-computing.com">David Smith</a>. </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://www.twitter.com/revodavid"><img src="http://twitter-badges.s3.amazonaws.com/t_small-b.png" alt="Follow revodavid on Twitter"/></a> Follow David on Twitter: <a href="http://twitter.com/revodavid">@revodavid</a><br> <img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" width="16" height="16"> <a rel="author" href="https://plus.google.com/113975782306391318324/about?rel=author">+David Smith</a> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://inside-r.org/download" title="Download R"><img src="http://inside-r.org/sites/all/themes/rweb/assets/badges/download-r-badge-125-blue.png" border="0" /></a> </div> </div> <div class="module-syndicate module"> <div class="module-content"> <a href="http://blog.revolutionanalytics.com/atom.xml">Subscribe to this blog's feed</a> </div> </div> <div class="module-categories module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/academia/">academia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/advanced-tips/">advanced tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/announcements/">announcements</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/applications/">applications</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/beginner-tips/">beginner tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/big-data/">big data</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/courses/">courses</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/current-events/">current events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/data-science/">data science</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/developers/">developer tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/events/">events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/finance/">finance</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/government/">government</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/graphics/">graphics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/high-performance-computing/">high-performance computing</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/life-sciences/">life sciences</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/open-source/">open source</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/other-industry/">other industry</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/packages/">packages</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/predictive-analytics/">predictive analytics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/profiles/">profiles</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r/">R</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r-is-hot/">R is Hot</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/random/">random</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/revolution/">Revolution</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/rmedia/">Rmedia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/roundups/">roundups</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/sports-1/">sports</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/statistics/">statistics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/user-groups/">user groups</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">R links</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://inside-R.org">inside-R.org, the R Community Site</a><br />Sponsored by Revolution Analytics</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/">Revolution Analytics</a><br />Information about Revolution R</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/downloads/">Download Revolution R</a><br />Free, high-performance distribution of R</li> <li class="module-list-item"><a href="http://forums.revolutionanalytics.com">Revolution R forum</a><br />Questions and discussions about Revolution R</li> <li class="module-list-item"><a href="http://www.revolution-computing.com/cran">CRAN</a><br />Download packages for R</li> <li class="module-list-item"><a href="http://www.r-project.org">R Project site</a><br />Information about the R project</li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Recommended Sites</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://flowingdata.com">FlowingData</a><br />Modern data visualization</li> <li class="module-list-item"><a href="http://onertipaday.blogspot.com/">One R Tip A Day</a><br />Code examples for graphics and analysis</li> <li class="module-list-item"><a href="http://www.r-bloggers.com">R Bloggers</a><br />Daily news and tutorials about R, contributed by R bloggers worldwide.</li> <li class="module-list-item"><a href="http://www.analyticbridge.com/group/rprojectandotherfreesoftwaretools">R Project group on analyticbridge.com</a><br />Community and discussion forum</li> <li class="module-list-item"><a href="http://www.stat.columbia.edu/~cook/movabletype/mlm/">Statistical Modeling, Causal Inference, and Social Science</a><br />Andrew Gelman's statistics blog</li> <li class="module-list-item"><a href="http://www.dataists.com/">The Dataists</a><br />Innovative and practical data analysis methodology.</li> </ul> </div> </div> <div class="module-archives module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Archives</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/06/index.html">June 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/05/index.html">May 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/04/index.html">April 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/03/index.html">March 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/02/index.html">February 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/01/index.html">January 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/12/index.html">December 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/11/index.html">November 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/10/index.html">October 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/09/index.html">September 2011</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Search Revolutions Blog</h2> <div class="typelist-plain module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-note"><form method="get" action="http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <div style="background-color:white;"></div> <input type="text" name="q" size="18" maxlength="255" value="" /> <input type="submit" name="btnG" value=" Search Blog " /> <br /> <small> <input type="hidden" name="domains" value="blog.revolutionanalytics.com" /> <br /> <input type="hidden" name="sitesearch" value="blog.revolutionanalytics.com" checked="checked" /> <br /></small> </form> <!-- SiteSearch Google --></div></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script> <script>mktoMunchkin("224-FMR-259");</script> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var firstTracker = _gat._getTracker("UA-6984166-10"); firstTracker._setDomainName(".revolutionanalytics.com"); firstTracker._setAllowLinker(true); firstTracker._setAllowHash(false); firstTracker._trackPageview(); var secondTracker = _gat._getTracker("UA-6984166-9"); secondTracker._setDomainName(".revolutionanalytics.com"); secondTracker._setAllowLinker(true); secondTracker._setAllowHash(false); secondTracker._trackPageview(); } catch (err) { } </script> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="http://www.typepad.com/t/stats?blog_id=1774446&user_id=3164880&page=' + escape(location.href) + '&referrer=' + escape(document.referrer) + '&i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qoptions = { tags:"typepad.extended" }; _qacct="p-fcYWUmj5YbYKM"; quantserve();</script> <noscript> <a href="http://www.quantcast.com/p-fcYWUmj5YbYKM" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-fcYWUmj5YbYKM.gif?tags=typepad.extended" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script> <script type="text/javascript"> var captchaImgAttempts = 0; var allowAnonComments = '0'; var registrationRequired = 0; var registrationOptional = 0; var emailRequired = 1; var useAvatars = 0; var showSignInMessaging = 0; var jsonURL = "/.services/json-rpc"; var captchaSrc = "/.services/captcha?code_encrypted="; var alertCommentCannotBeBlank = "You can not leave an empty comment. Please enter some text in the Comment field."; var alertEditingExpired = "Sorry, you're no longer allowed to edit this comment. You may have taken too much time before submitting your edit or someone may have already replied to it."; var alertAuthorCannotBeBlank = "Name must not be blank."; var alertEmailCannotBeBlank = "Email Address must not be blank."; var alertAuthorAndEmailCannotBeBlank = "Name and email address are both required!"; var alertEmailIsInvalid = "The Email Address you entered is invalid. Please enter a valid email address."; var alertUnauthorizedAction = "The comments on this post are closed."; var msgPostReplyTo = "Reply to "; var msgInReplyTo = "In reply to "; var msgPostAComment = "Post a comment "; var atpCommentsPath = "/.shared/js/atpcomments_yui.js?v=5"; var hasChanged = 0; var hostName = ".revolutionanalytics.com"; var tp_comment_token = "1339773710-43e8a9e41a76dd08c2e8d6f50e616d1e43b8d23d:9RGPZriOZIwBA2ei"; var use_recaptcha = 1; var recaptcha_publickey = "6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e"; var isPage = 1; var blog_xid = "6a010534b1db25970b010536040741970b"; var xid = ""; var injectCode = '<div id=\"comment-preview\" class=\"hiddenBox\">\n\t<h3 id=\"header-verify-comment\" class=\"comments-header hiddenBox\">Verify your Comment<\/h3>\n <h3 id=\"header-preview-comment\" class=\"comments-header hiddenBox\">Previewing your Comment<\/h3>\n\t<div class=\"comments-content\">\n\t\t<div class=\"comment\">\n\t\t\t<div id=\"comment-preview-content\" class=\"comment-content\">\n\t\t\t<\/div>\n\t\t\t<p class=\"comment-footer\">\n\t\t\t\tPosted by: \n\t\t\t\t<span id=\"comment-preview-author\"><\/span> | <span id=\"comment-preview-datetime\"><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div id=\"comment-preview-confirmation\" class=\"hiddenBox yellowBox\">\n <p>This is only a preview. Your comment has not yet been posted.<\/p>\n \t<form id=\"comment-preview-form\"\n \t\tmethod=\"post\"\n \t\tonsubmit=\"atpComments.interceptPost(1); return false;\">\n\t\t<input type=\"submit\" name=\"post\" id=\"comment-confirm-post\" value=\" Post \" onclick=\"atpComments.interceptPost(1); return false;\"/>\t\t \n\t\t<input type=\"submit\" name=\"edit\" id=\"comment-edit\" value=\"  Edit  \" onclick=\"atpComments.previewOnly(2); return false;\"/>\n <span id=\"previewFormSpinner\" class=\"hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n\t<\/form>\n<\/div>\n<div id=\"comment-error\" class=\"hiddenBox redBox\">\t \n Your comment could not be posted. Error type: <span id=\"comment-error-msg\"><\/span> \n<\/div>\t\n<div id=\"comment-complete\" class=\"hiddenBox yellowGreenBox\">\n Your comment has been posted. <a href=\"javascript:void 0;\" onclick=\"window.location.hash=\'#comment-form\';window.location.reload(false)\">Post another comment<\/a>\n<\/div>\t\n<div id=\"comment-captcha\" class=\"hiddenBox yellowBox\">\t\n <div id=\"captchaText\">\n\t <p id=\"captchaFailMsg\" class=\"captchaErrorText hiddenBox\">The letters and numbers you entered did not match the image. Please try again.<\/p>\t \t \n\t <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.<\/p>\n\t <p><span id=\"comment-captcha-viewalt\">Having trouble reading this image? <a href=\"#comment-captcha\" onClick=\"atpComments.generateReCaptcha();\">View an alternate.<\/a><\/span><\/p>\n <\/div>\n <form id=\"comment-captcha-form\" \n\t\t method=\"post\"\n\t\t onsubmit=\"atpComments.submitWithReCaptcha(); return false;\">\n <div id=\"recaptcha_content\">\n <noscript>\n <iframe src=\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\" height=\"300\" width=\"500\" frameborder=\"0\"><\/iframe><br />\n <textarea name=\"recaptcha_challenge_field\" rows=\"3\" cols=\"40\"><\/textarea>\n <input type=\'hidden\' name=\'recaptcha_response_field\' value=\'manual_challenge\' />\n <\/noscript>\n <\/div>\n <script type=\"text/javascript\">\n $(document).ready(function() {\n Recaptcha.create(\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\",\n \"recaptcha_content\", {\n theme: \"red\",\n callback: Recaptcha.focus_response_field\n });\n });\n <\/script>\n <p>\n <input type=\"submit\" name=\"continue\" id=\"captcha-continue\" value=\" Continue \" />\n <span id=\"captchaFormSpinner\" class=\"commentSpinner hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/p>\n <\/form>\n<\/div>\n'; var entryPermalink = "http://blog.revolutionanalytics.com/local-r-groups.html"; var inlineReply = document.createElement("div"); var commentFooterLinks; var commentHeader; var commentReplyXID; var commentReplyAuthor; var commentReplyComplete; var inlineReplyLoaded = 0; var commentFormNum = undefined; /* Deprecated but still exists in advanced template sets, so must be defined */ function xidToCommentPermalink (entryUrl, xid) { return entryUrl + "?cid=" + xid + "#comment-" + xid; } /* Deprecated advanced template functions */ function handleSubmit() { return true; }; function handleChange() { return true; }; </script> <script type="text/javascript" src="/.shared/js/yui/yuiloader-beta-min.js"></script> <script type="text/javascript" src="/.shared/js/atpcomments.js?v=5"></script> <!-- Blogside Toolbar --> <script type="text/javascript"> var TPToolbar = { src: "http://www.typepad.com/services/toolbar?blog_id=6a010534b1db25970b010536040741970b&asset_id=6a010534b1db25970b011570112bbe970b&atype=Page&to=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&autofollowed=0", asset_xid: "6a010534b1db25970b011570112bbe970b", bookmarklet_uri: "http://static.typepad.com/.shared/js/qp/loader-combined-min.js" }; var TYPEPAD___bookmarklet_domain = "http://www.typepad.com/"; </script> <script type="text/javascript" src="/.shared/js/toolbar/blogside-toolbar-combined-min.js"></script> <!-- End Blogside Toolbar --> <!-- Begin comScore Tag --> <script> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js'%3E%3C/script%3E")); </script> <script> COMSCORE.beacon({ c1: 2, c2: "6035669", c3: "", c4: "http://blog.revolutionanalytics.com/local-r-groups.html", c5: "", c6: "", c15: "" }); </script> <noscript> <img src="http://b.scorecardresearch.com/b?c1=2&c2=6035669&c3=&c4=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&c5=&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt="" /> </noscript> <!-- End comScore Tag --> </body> </html> <!-- ph=1 -->
2012-06-23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="typepad-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="News about R, statistics and the world of open source from the staff of REvolution Analytics" /> <link rel="stylesheet" href="http://blog.revolutionanalytics.com/styles.css?v=6" type="text/css" media="screen" /> <link rel="stylesheet" href="http://static.typepad.com/.shared:v20120621.01-0-g18960b7:typepad:en_us/themes/common/print.css" type="text/css" media="print" /> <link rel="alternate" type="application/atom+xml" title="Posts on 'Revolutions' (Atom)" href="http://blog.revolutionanalytics.com/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 1.0)" href="http://blog.revolutionanalytics.com/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 2.0)" href="http://blog.revolutionanalytics.com/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "http://www.typepad.com/"; </script> <script type="text/javascript" src="http://static.typepad.com/.shared:v20120621.01-0-g18960b7:typepad:en_us/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['t2._setAccount', 'UA-225723-36']); _gaq.push(['t2._setDomainName', 'none']); _gaq.push(['t2._setAllowLinker', true]); _gaq.push(['t2._setCustomVar', 1, 'Blog', '6a010534b1db25970b010536040741970b', 3]); _gaq.push(['t2._setCustomVar', 2, 'Page Type', 'Page', 3]); _gaq.push(['t2._trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel="alternate" type="application/atom+xml" title="Comments on 'Local R User Group Directory' (Atom)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Comments on 'Local R User Group Directory' (RSS 2.0)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/rss.xml" /> <title>Revolutions: Local R User Group Directory</title> <link rel="start" href="http://blog.revolutionanalytics.com/" title="Home" /> </head> <body class="layout-two-column-right"> <div id="container"> <div id="container-inner" class="pkg"> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="http://blog.revolutionanalytics.com/" accesskey="1">Revolutions</a></h1> <h2 id="banner-description"> News about R, statistics, big data analytics, data science, and the world of open source from the staff of <a href="http://www.revolutionanalytics.com">Revolution Analytics</a> </h2> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- page --> <div class="entry-author-david_smith entry-type-page entry" id="entry-65315573"> <h3 class="entry-header">Local R User Group Directory</h3> <div class="entry-content"> <div class="entry-body"> <p>Looking for R users in your area to meet, interact with, and share ideas? Why not join your local R User Group? </p> <p>Here's a directory of the local R user groups we're aware of.  If you know of a group not listed here, or need information on how to set up your own R user group, please contact <a href="mailto:community@revolutionanalytics.com">community@revolutionanalytics.com</a>, or post in the comments below.</p> <p>If you're thinking of starting a local R user group yourself, Revolution Analytics offers <a href="http://www.revolutionanalytics.com/news-events/r-user-group/" target="_self">sponsorships</a> for both new and established groups, and has provided some tips for <a href="http://www.revolutionanalytics.com/news-events/r-user-group/how-to-start-r-user-group.php" target="_self">starting a new R user group</a>.</p> <h3><strong><span>AUSTRALIA</span></strong></h3> <p><strong>Adelaide</strong>: <a href="http://www.meetup.com/Adelaide-R-users-group/" target="_self">Adelaide R-users group</a></p> <p><strong>Brisbane: </strong><a href="http://www.meetup.com/Group-for-R-Users-in-Brisbane-GRUB/">Group for R Users in Brisbane</a> (GRUB)</p> <p><strong>Canberra</strong>: <a href="http://www.meetup.com/Canberra-R-Users-Group/">Canberra R Users Group</a> (CANRUG)</p> <p><strong>Hobart</strong>: <a href="http://www.meetup.com/Hobart-R-Users-Group/" target="_self">Hobart R Users Group</a> (HRUG)</p> <p><strong>Melbourne: </strong><a href="http://www.meetup.com/MelbURN-Melbourne-Users-of-R-Network/">Melbourne Users of R Network</a> (MelbURN)</p> <p><strong>Sydney</strong>: <a href="http://www.meetup.com/R-Users-Sydney/">Sydney Users of R Forum</a> (SURF)</p> <p> </p> <p><span style="font-size: medium;"><span style="font-size: 15px; line-height: 18px;"><strong>ASIA</strong></span></span></p> <p><span><span><strong>China</strong>: Financial R User's Group: <a href="http://www.goldenbug.net/category/技术专题/R/">Looking for golden bugs</a></span></span></p> <p><strong>China (Macao)</strong>: <a href="http://groupspaces.com/R-research/" target="_self">R-Research</a></p> <p><strong>China (Shanghai/East China)</strong>: <a href="http://www.shanghair.org/cn/" target="_self">ShanghaiR</a> (<a href="http://www.shanghair.org/" target="_self">in English</a>)</p> <p><strong>India (Bangalore)</strong>: <a href="http://groups.google.com/group/brumail">Bangalore R Users - BRU</a></p> <p><strong>Japan (Nagoya)</strong>: <a href="http://corpus-study.info/nagoyar">Nagoya.R</a></p> <p><span><span><span style="font-weight: bold;">Japan (Osaka): </span><a href="http://m884.jp/Osaka.R/">Osaka.R</a></span></span></p> <p><span><span><strong>Japan (Tokyo): </strong><a href="https://groups.google.com/group/r-study-tokyo" target="_self">Tokyo.R</a></span></span></p> <p><span><span><strong><a href="http://m884.jp/Osaka.R/"></a>Japan (Tsukuba)</strong><span>:</span> <a href="http://wiki.livedoor.jp/syou6162/">Tsukuba.R</a></span></span></p> <p><strong>Singapore</strong>: <a href="http://groups.google.com/group/singapore-r-user-group" target="_self">R User Group - SG</a></p> <p><strong>South Asia</strong>: <a href="http://groups.google.co.in/group/r-sa">R South Asia</a>, a mailing list to promote and discuss R in South Asia.</p> <p><strong>South Korea (Seoul)</strong>: <a href="http://www.openstatistics.net">GNU R User's Group and Open Statistics Project in Korea</a></p> <p><strong>Taiwan (Taipei)</strong>: <a href="https://sites.google.com/site/zhonghuarruantixuehui/" target="_self">Chinese Academy of R Software (CARS)</a></p> <p> </p> <p><span style="font-size: 15px; font-weight: bold;">CANADA</span></p> <p><strong>Montréal</strong>: <a href="http://www.meetup.com/Montreal-R-User-Group/" target="_self">Montreal R User Group</a></p> <p><span style="font-weight: bold;">Ottawa:</span> <a href="https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa">Ottawa Gatineau R Users Group</a></p> <p><strong>Québec</strong>: <a href="http://www.cef-cfr.ca/index.php?n=Membres.PleinR" target="_self">Plein-R</a> (en Français)</p> <p><strong>Toronto</strong>: <a href="http://www.meetup.com/Greater-Toronto-Area-GTA-R-Users-Group" target="_self">Greater Toronto Area (GTA) R User's Group</a></p> <p><strong>Vancouver</strong>: <a href="http://www.meetup.com/Vancouver-R-Users-Group-data-analysis-statistics/" target="_self">Vancouver R Users Group</a></p> <p> </p> <p><span style="font-size: 15px;"><strong>EUROPE</strong></span></p> <p><strong>Austria (Vienna): </strong><a href="http://www.meetup.com/ViennaR/" target="_self">ViennaR</a></p> <p><strong>Belgium (Brussels)</strong>: <a href="http://www.meetup.com/RBelgium/" target="_self">RBelgium</a></p> <p><strong>Finland: </strong><a href="http://bioinformatics.utu.fi/seura/index_en.html">Finnish Society for Bioinformatics</a></p> <p><strong><span style="font-weight: normal;"><strong>France (Paris)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.mnhn.fr/semin-r/">Semin-R</a></span></strong></p> <p><strong>France (Montpellier): </strong><a href="http://forums.cirad.fr/logiciel-R/index.php">Groupe des utilisateurs du logiciel R</a></p> <p><strong>Germany (Dresden)</strong>: <a href="http://www.research-garden.de/" target="_self">Research Garden</a></p> <p><strong>Germany (Geißen)</strong>: <a href="http://www.meetup.com/Giessen-R-Users-Group/" target="_self">Giessen R Users Group</a></p> <p><strong>Germany (Kassel): </strong><a href="http://www.meetup.com/Kassel-useR-Group/">Kasseler useR Group</a></p> <p><strong>Germany (Köln)</strong>: <a href="http://www.meetup.com/KoelnRUG/" target="_self">Köln R User Group</a></p> <p><strong><span style="font-weight: normal;"><a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.mnhn.fr/semin-r/"></a></span>Germany (Southwest): </strong><a href="http://rusergroup-de-sw.mixxt.de/">R User Group DE-Südwest</a></p> <p><strong>Germany (North): </strong>R im Norden (email <a href="mailto:feldmann@qa-gmbh.de">Rainer Feldmann</a>)</p> <p><strong>Ireland (Dublin)</strong>: <a href="http://www.meetup.com/DublinR/" target="_self">Dublin-R</a></p> <p><strong>Italy (Milan)</strong>: <a href="http://www.milanor.net/" target="_self">MilanoR</a></p> <p><strong>Italy (Padua)</strong>: <a href="http://groups.google.com/group/rante">Italy-RUG</a> (Rante)</p> <p><strong>Italy (Torino)</strong>: <a href="http://torinor.net/" target="_self">Torino R net</a></p> <p><strong>Lithuania</strong>: <a href="http://www.vilniusr.org/" target="_self">VilniusR</a></p> <p><strong>Netherlands (Amsterdam)</strong>: <a href="http://www.meetup.com/amst-R-dam/" target="_self">amst-R-dam</a></p> <p><strong>Poland (Warsaw/Wroclaw)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.biecek.pl/WZUR"><span style="font-weight: normal;">Annual Polish R User Group Meeting</span></a></p> <p><span style="font-weight: normal;"><strong>Poland (virtual): </strong>W Polski, Polish R users forum: <a href="https://www.im.uj.edu.pl/gur/">Grupa użytkowników R</a>.<br /></span></p> <p><strong>Serbia (Belgrade)</strong>: <a href="http://savtajr.blogspot.com/" target="_self">Sav taj R</a></p> <p><strong>Slovenia (Ljubljana):</strong> <a href="http://groups.google.com/group/rkoholiki">Anonymous Rcoholics</a></p> <p><strong>Spain (Barcelona)</strong>: <a href="http://rugbcn.wordpress.com/" target="_self">RUGBCN</a></p> <p><strong>Switzerland (Basel):</strong> <a href="http://www.baselr.org/">BaselR</a></p> <p><strong>Switzerland (Geneva)</strong>: <a href="http://www.geneva-r.org/" target="_self">GenevaR</a></p> <p><strong>Switzerland (Zurich)</strong>: <a href="http://www.zurichr.org/" target="_self">ZurichR</a></p> <p><strong>UK (Birmingham)</strong>: <a href="http://www.meetup.com/BirminghamR/" target="_self">Birmingham R Users Meeting (BRUM)</a></p> <p><strong>UK (Cambridge)</strong>: <a href="http://www.cambr.org.uk/" target="_self">CambR</a></p> <p><span style="font-size: 13px; font-weight: bold;">UK (London): <span style="font-weight: normal;"><a href="http://www.londonr.org/">LondonR</a></span></span></p> <p><strong><br /></strong></p> <p style="margin: 0px 0px 1em; padding: 0px;"><span style="line-height: 18px; font-size: 15px;"><strong>MIDDLE EAST / AFRICA</strong></span></p> <p><span><span><span><strong>Tel Aviv</strong>: </span><a href="http://groups.google.com/group/israel-r-user-group">Israel R User Group</a></span></span></p> <p><span><strong>Turkey</strong>: <a href="http://www.meetup.com/ankara-r-users/" target="_self">Ankara R Users Group</a></span></p> <p><span><span><br /></span></span></p> <h3><strong>SOUTH AMERICA</strong></h3> <p><strong>Argentina</strong> (Buenos Ares): <a href="http://ar.i314.com.ar/" target="_self">.AR</a> </p> <p><strong>Brazil</strong> (virtual): <a href="http://br.groups.yahoo.com/group/R_STAT/" target="_self">Brasil R_STAT</a></p> <p><strong>Brazil</strong> (virtual): <a href="http://leg.est.ufpr.br/doku.php/software:rbr" target="_self">R-br: the Brazilian R-community</a></p> <p><strong>Uruguay</strong>: <a href="http://uyrug.wordpress.com/" target="_self">Grupo de Usuarios de R en Uruguay </a></p> <p> </p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';">USA (sorted by state)</span></p> <p>Berkeley, CA: <a href="http://www.meetup.com/r-enthusiasts/" target="_self">The Berkeley R Language Beginner Study Group</a></p> <p><strong>Los Angeles, CA</strong>: <a href="http://www.meetup.com/LAarea-R-usergroup/">Los Angeles Area R Users Group</a></p> <p><strong>Orange County, CA</strong>: <a href="http://www.linkedin.com/groups?gid=3826973" target="_self">Orange County R User Group</a></p> <p><strong>Pasadena, CA: </strong><a href="http://www.meetup.com/Research-Methods-and-Analytics/">Research Methods and Analytics (R is a main topic)</a></p> <p><strong>San Diego, CA</strong>: <a href="http://www.meetup.com/San-Diego-R-users-group">San Diego R Users Group</a></p> <p><strong>San Francisco / Bay Area, CA</strong>: <a href="http://www.meetup.com/R-Users/">Bay Area R Users Group</a></p> <p><strong>Denver, CO</strong>: <a href="http://www.meetup.com/DenverRUG/">Denver R User Group</a></p> <p><strong>Stamford, CT</strong>: <a href="http://www.meetup.com/Conneticut-R-Users-Group/" target="_self">Connecticut R Users Group</a></p> <p><span style="font-weight: bold;"><strong>Washington, DC</strong>: </span><a href="http://www.meetup.com/R-users-DC">DC UseR Group</a></p> <p><span style="font-weight: bold;"><a href="http://www.meetup.com/R-users-DC"></a>Atlanta, GA: </span><a href="http://www.meetup.com/R-Users-Atlanta/" target="_self">Atlanta R User's Group</a></p> <p><strong>Chicago, IL</strong>: <a href="http://www.meetup.com/ChicagoRUG/">Chicago R Users Group</a></p> <p><strong>Greencastle, IN</strong>: <a href="http://fs6.depauw.edu:50080/%7Ehanson/R-pages/R%40DPU.html">R users at DePauw University</a></p> <p><strong>Kansas City, KS</strong>: <a href="http://groupspaces.com/KCRUsersGroup/" target="_self">Kansas City R Users Group</a></p> <p><strong>Boston, MA: </strong><a href="http://www.meetup.com/Boston-useR/" target="_self">Greater Boston useR Group</a></p> <p><strong>Medford, MA</strong>: <a href="http://www.meetup.com/RUGraT/" target="_self">R Users Group at Tufts (RUGraT)</a></p> <p><strong>Minneapolis and St. Paul, MN</strong>: <a href="http://www.meetup.com/twincitiesrug/" target="_self">Twin Cities R User Group</a></p> <p><strong>Saint Louis, MO</strong>: <a href="http://www.meetup.com/Saint-Louis-RUG/" target="_self">Saint Louis R User Group</a></p> <p><strong>Raleigh-Durham, NC: </strong><a href="http://www.meetup.com/Triangle-useR/">Raleigh-Durham-Chapel Hill R Users Group</a></p> <p><strong><strong>Cincinnati/Dayton, OH: </strong></strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self">CinDay RUG</a></p> <p><strong>Cleveland, OH</strong>: <a href="http://www.meetup.com/Cleveland-useR-Group/" target="_self">Cleveland UseR Group</a></p> <p><strong>Portland, OR: </strong><a href="http://www.meetup.com/portland-r-user-group">Portland R User Group</a> (there is also a local <a href="http://groups.google.com/group/pdx-visualization">data visualization group</a>)</p> <p><strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self"></a>Philadelphia, PA</strong>: <a href="http://phillyr.ning.com/">Philadelphia UseR Group</a></p> <p><strong>New Jersey, NJ</strong>: <a href="http://newjerseyr.org/">NewJerseyR</a></p> <p><strong>New York, NY</strong>: <a href="http://www.meetup.com/nyhackr/">New York R Statistical Programming Meetup</a> </p> <p><strong>New York, NY</strong>: <a href="http://groups.google.com/group/columbiaR">Columbia R Statistical Programming Group</a></p> <p><strong>Austin, TX</strong>: <a href="http://www.meetup.com/Austin-R-User-Group/" target="_self">Austin R User Group</a></p> <p><span style="font-weight: bold;">Dallas, TX: </span><a href="http://www.meetup.com/Dallas-R-Users-Group/" target="_self">Dallas R Users Group</a></p> <p><span style="font-weight: bold;">Houston, TX: </span><a href="http://www.meetup.com/houstonr/" target="_self">Houston R Users Group</a></p> <p><strong>Madison, WI: <span style="font-weight: normal;"><a href="http://groups.google.com/group/maduser">Madison Area R Users Group</a></span></strong></p> <p><strong>Salt Lake City, UT: </strong><a href="https://sites.google.com/site/utahrug/" target="_self">University of Utah R Users Group</a></p> <p><strong>Seattle, WA: </strong><a href="http://www.meetup.com/Seattle-useR/">Seattle UseR Group</a></p> <p> </p> <p><strong><span style="font-size: 15px; font-family: Trebuchet MS;">GROUPS WANTED</span></strong></p> <p>The following cities don't have an R user group yet, but we've had requests for information if you want to start one up:</p> <ul> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c" target="_self">Pittsburgh, PA</a></li> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b" target="_self">Phoenix, AZ</a></li> <li>Burlington VT, USA</li> <li>Baton Rouge LA, USA</li> <li>Durbin, South Africa</li> <li>Kenya</li> <li>Argentina</li> <li>Austria</li> <li>São Paulo, Brazil</li> <li>India (TamilNad)</li> <li><a href="http://bayesianbiologist.com/2012/02/07/gauging-interest-in-a-montreal-r-user-group/" target="_self">Montreal, Quebec</a></li> </ul> <p><span>Post a comment below</span> to connect with other R users and start a new group in your area. You can also register interest for a new <a href="http://r-users-group.meetup.com/">R User Group in your area</a> at meetup.com.</p> <ul> </ul> <p><strong><br /><span style="font-size: 15px; font-family: Trebuchet MS;">OTHER RESOURCES FOR FINDING LOCAL R USERS</span></strong></p> <p><span><strong>En Español</strong>: Spanish-speaking R users can check on the mailing list <a href="https://stat.ethz.ch/mailman/listinfo/r-help-es">r-help-es</a>.</span></p> <p>There is a list of <a href="http://rwiki.sciviews.org/doku.php?id=rugs:r_user_groups">R User Groups</a> at the R Wiki.</p> <p>There is a list of <a href="http://r-users-group.meetup.com/">R User Groups</a> on meetup.com.</p> </div> </div> </div> <a id="comments"></a> <div class="comments"> <h3 class="comments-header">Comments</h3> <div class="comments-info"> <p><a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml"><img src="http://static.typepad.com/.shared:v20120621.01-0-g18960b7:typepad:en_us/images/feed.png" alt="Feed" width="10" height="10" /></a> You can follow this conversation by subscribing to the <a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml">comment feed</a> for this post.</p> </div> <div class="comments-content" id="comments-content"> <!-- comment list --><a id="c6a010534b1db25970b0120a542bba7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a542bba7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a542bba7970c-content"> <span id="comment-6a010534b1db25970b0120a542bba7970c-content"><p>A user group in Amsterdam, NL?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.cs.vu.nl/~rpremraj" href="http://www.cs.vu.nl/~rpremraj">Rahul Premraj</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a542bba7970c#comment-6a010534b1db25970b0120a542bba7970c">August 12, 2009 at 15:06</a> </p> </div><a id="c6a010534b1db25970b0120a4ff1120970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a4ff1120970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a4ff1120970b-content"> <span id="comment-6a010534b1db25970b0120a4ff1120970b-content"><p>Anyone interested in Dublin, Ireland R group?</p></span> </div> <p class="comment-footer"> Posted by: Anthony Staines | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a4ff1120970b#comment-6a010534b1db25970b0120a4ff1120970b">August 17, 2009 at 14:51</a> </p> </div><a id="c6a010534b1db25970b0120a5ac7de3970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5ac7de3970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5ac7de3970b-content"> <span id="comment-6a010534b1db25970b0120a5ac7de3970b-content"><p>I am trying to organize a R User Group for Germany (Southwest) with meetings in Mannheim or Heidelberg, maybe also Stuttgart, Karlsruhe, Frankfurt (later). </p> <p>I just created an initial group collaboration site at http://rug-sw.qlubb.com/public. To join this group click on the button "Request to join this Qlubb" at the upper right of the page (Joining may take a while as it has to be manually approved, sorry). </p> <p>Please join or leave your address even if you're not from the exact region. Maybe you will find other people from your region this way. </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://rug-sw.qlubb.com/public" href="http://rug-sw.qlubb.com/public">Friedrich Schuster</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5ac7de3970b#comment-6a010534b1db25970b0120a5ac7de3970b">September 30, 2009 at 03:58</a> </p> </div><a id="c6a010534b1db25970b0120a5bde33b970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a5bde33b970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5bde33b970b-content"> <span id="comment-6a010534b1db25970b0120a5bde33b970b-content"><p>Hi Anthony,<br /> I'm interested in organizing an R group in Berlin. It'd be an English speaking group.</p></span> </div> <p class="comment-footer"> Posted by: J | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5bde33b970b#comment-6a010534b1db25970b0120a5bde33b970b">October 05, 2009 at 05:52</a> </p> </div><a id="c6a010534b1db25970b0120a6218320970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a6218320970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6218320970c-content"> <span id="comment-6a010534b1db25970b0120a6218320970c-content"><p>Hello R users in Northern Germany! <br /> This is the initial step to set up the R user group in the Northern part of Germany: "R im Norden" (RiN). The objective of this group is to establish a local forum for R users - beginner to advanced. You can meet with other users of the R Programming Language and learn and share tricks and techniques from and with other users. <br /> Please send a short mail indicating your interests to Rainer Feldmann: feldmann@qa-gmbh.de. </p> <p>Kind Regards<br /> Rainer</p></span> </div> <p class="comment-footer"> Posted by: Raienr Feldmann | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6218320970c#comment-6a010534b1db25970b0120a6218320970c">October 07, 2009 at 12:27</a> </p> </div><a id="c6a010534b1db25970b0120a6238e53970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a6238e53970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6238e53970c-content"> <span id="comment-6a010534b1db25970b0120a6238e53970c-content"><p>Hello, </p> <p>The Spanish-speaking R users group is organizing the 1st R conferences in Spain.</p> <p>We will try to create work teams and an organized users group.</p> <p>You can subscribe and send talk proposals here: www.ereros.org</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ereros.org" href="http://www.ereros.org">Patricia García</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6238e53970c#comment-6a010534b1db25970b0120a6238e53970c">October 08, 2009 at 02:16</a> </p> </div><a id="c6a010534b1db25970b0120a5e595ec970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5e595ec970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5e595ec970b-content"> <span id="comment-6a010534b1db25970b0120a5e595ec970b-content"><p>Anyone interested in an R Users group in Seattle WA (Eastside in particular)?</p></span> </div> <p class="comment-footer"> Posted by: Carolyn Johnston | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5e595ec970b#comment-6a010534b1db25970b0120a5e595ec970b">October 14, 2009 at 10:10</a> </p> </div><a id="c6a010534b1db25970b0120a61312e4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a61312e4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a61312e4970b-content"> <span id="comment-6a010534b1db25970b0120a61312e4970b-content"><p>Hi there - Anyone interested in starting a group in the Boston area?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ramakrishnan.com" href="http://www.ramakrishnan.com">Rama Ramakrishnan</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a61312e4970b#comment-6a010534b1db25970b0120a61312e4970b">October 22, 2009 at 09:37</a> </p> </div><a id="c6a010534b1db25970b012875a06a20970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012875a06a20970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875a06a20970c-content"> <span id="comment-6a010534b1db25970b012875a06a20970c-content"><p>Rainer for RiN</p> <p>Ivailo Partchev (University of Jena) asked us to inform you about a online workshop on "Statistical Programming in R", he will hold in Jena on November 21 and 22, 2009. For more information and registration: http://www.metheval.uni-jena.de.</p> <p>Kind Regards<br /> Rainer<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.qa-gmbh.de" href="http://www.qa-gmbh.de">Rainer Feldmann</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875a06a20970c#comment-6a010534b1db25970b012875a06a20970c">November 14, 2009 at 05:16</a> </p> </div><a id="c6a010534b1db25970b012875bcdc84970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012875bcdc84970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875bcdc84970c-content"> <span id="comment-6a010534b1db25970b012875bcdc84970c-content"><p>Italy, Padova<br /> http://www.rante.org/ </p> <p>We are an association that promotes knowledge sharing and the use of open source tools in Italy. As a part of our activities, together with other people (scholars, consultants, R-lovers and so on), we are setting up a R-user group in Italy. Our headquarter is located in Padova, where also the University (Department of Statistical Sciences) mantains a CRAN Mirror. Our initial aims are : - to promote the use of R across public institutions, private companies and no-profit organisations - to collect and disseminate R materials (primers, tutorials, lectures) through our website for making them immediately available to different communities - to organise events and lectures to spread R use across our territory </p> <p>Everyone who is interested in joining and helping us is really welcome. </p> <p>You can contact us at info@rante.org <br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rante.org" href="http://www.rante.org">Dario Solari</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875bcdc84970c#comment-6a010534b1db25970b012875bcdc84970c">November 20, 2009 at 06:37</a> </p> </div><a id="c6a010534b1db25970b0120a73024d1970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a73024d1970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a73024d1970b-content"> <span id="comment-6a010534b1db25970b0120a73024d1970b-content"><p>Also interested in a Seattle-area group.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rapidbiologics.com" href="http://www.rapidbiologics.com">Mark Seligman</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a73024d1970b#comment-6a010534b1db25970b0120a73024d1970b">December 08, 2009 at 13:27</a> </p> </div><a id="c6a010534b1db25970b01287647ee86970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01287647ee86970c"> <div class="comment-content" id="comment-6a010534b1db25970b01287647ee86970c-content"> <span id="comment-6a010534b1db25970b01287647ee86970c-content"><p>Hi I'm Scott from Denver, Colorado. Very new to R, but interested in starting an R group here in the Denver/Boulder area. I have a core group of users (~25) medical/biostatistical researchers that use various functions on various projects. Any information and materials you could send me would be great. We are all currently SAS users willing to learn a new language. </p></span> </div> <p class="comment-footer"> Posted by: Scott Sibbel | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01287647ee86970c#comment-6a010534b1db25970b01287647ee86970c">December 11, 2009 at 14:05</a> </p> </div><a id="c6a010534b1db25970b012876483316970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876483316970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876483316970c-content"> <span id="comment-6a010534b1db25970b012876483316970c-content"><p>Hi Scott. I'll send you a document with tips on how to start up a user group (one of these days I'll get around to making it into a blog post).</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolution-computing.com" href="http://www.revolution-computing.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876483316970c#comment-6a010534b1db25970b012876483316970c">December 11, 2009 at 15:21</a> </p> </div><a id="c6a010534b1db25970b0120a7a3a244970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7a3a244970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7a3a244970b-content"> <span id="comment-6a010534b1db25970b0120a7a3a244970b-content"><p>Hi <br /> Im in Durban, South Africa and am keen to meet with other R users in the area. </p></span> </div> <p class="comment-footer"> Posted by: Michael Chadbourne | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7a3a244970b#comment-6a010534b1db25970b0120a7a3a244970b">January 04, 2010 at 11:26</a> </p> </div><a id="c6a010534b1db25970b0120a7c355b4970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a7c355b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7c355b4970b-content"> <span id="comment-6a010534b1db25970b0120a7c355b4970b-content"><p>Hi there<br /> I would also be interested in a R group for Dublin,IE.<br /> Regards<br /> Kevin O'Brien.</p></span> </div> <p class="comment-footer"> Posted by: Kevin O'Brien | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7c355b4970b#comment-6a010534b1db25970b0120a7c355b4970b">January 11, 2010 at 07:37</a> </p> </div><a id="c6a010534b1db25970b012876d1ffd2970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876d1ffd2970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876d1ffd2970c-content"> <span id="comment-6a010534b1db25970b012876d1ffd2970c-content"><p>Hi, <br /> I would be interested in an R group in Baton Rouge, Louisiana, USA.</p> <p>Daniel Ence</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1" href="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1">Daniel Ence</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876d1ffd2970c#comment-6a010534b1db25970b012876d1ffd2970c">January 13, 2010 at 14:18</a> </p> </div><a id="c6a010534b1db25970b012876e708ba970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876e708ba970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876e708ba970c-content"> <span id="comment-6a010534b1db25970b012876e708ba970c-content"><p>I am keen to meet other R users in Brussels. If anyone is interested let me know. Would also actively support the establiment of such a group. </p></span> </div> <p class="comment-footer"> Posted by: Alexis-Michel Mugabushaka | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876e708ba970c#comment-6a010534b1db25970b012876e708ba970c">January 17, 2010 at 12:26</a> </p> </div><a id="c6a010534b1db25970b0120a7ee4b07970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7ee4b07970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7ee4b07970b-content"> <span id="comment-6a010534b1db25970b0120a7ee4b07970b-content"><p>St. Louis anyone?</p></span> </div> <p class="comment-footer"> Posted by: Alex | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7ee4b07970b#comment-6a010534b1db25970b0120a7ee4b07970b">January 19, 2010 at 13:11</a> </p> </div><a id="c6a010534b1db25970b012876f16112970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876f16112970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f16112970c-content"> <span id="comment-6a010534b1db25970b012876f16112970c-content"><p>Any interest in a UseR group in Philadelphia?</p></span> </div> <p class="comment-footer"> Posted by: Alex Mc | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f16112970c#comment-6a010534b1db25970b012876f16112970c">January 19, 2010 at 13:32</a> </p> </div><a id="c6a010534b1db25970b012876f1a277970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876f1a277970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f1a277970c-content"> <span id="comment-6a010534b1db25970b012876f1a277970c-content"><p>I would be interested in a Philadelphia UseR group.<br /> leipzig@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://jermdemo.blogspot.com" href="http://jermdemo.blogspot.com">Jeremy Leipzig</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f1a277970c#comment-6a010534b1db25970b012876f1a277970c">January 19, 2010 at 14:35</a> </p> </div><a id="c6a010534b1db25970b0128770154d4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0128770154d4970c"> <div class="comment-content" id="comment-6a010534b1db25970b0128770154d4970c-content"> <span id="comment-6a010534b1db25970b0128770154d4970c-content"><p>Hi! Anyone interested in a UseR group in Toronto, Ontario, Canada?</p></span> </div> <p class="comment-footer"> Posted by: Kate | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0128770154d4970c#comment-6a010534b1db25970b0128770154d4970c">January 22, 2010 at 11:27</a> </p> </div><a id="c6a010534b1db25970b0133ec7af129970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ec7af129970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ec7af129970b-content"> <span id="comment-6a010534b1db25970b0133ec7af129970b-content"><p>I'm also interested in joining or starting an R users group in the Boston. Please contact me at michaeljboucher@gmail.com</p> <p>Regards,</p> <p>Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike Boucher | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ec7af129970b#comment-6a010534b1db25970b0133ec7af129970b">April 05, 2010 at 14:08</a> </p> </div><a id="c6a010534b1db25970b0134808741df970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0134808741df970c"> <div class="comment-content" id="comment-6a010534b1db25970b0134808741df970c-content"> <span id="comment-6a010534b1db25970b0134808741df970c-content"><p>We have a group names as "Research Methods and Analytics", but with R as a main topic, and we are in Pasadena.</p> <p>see http://www.meetup.com/Research-Methods-and-Analytics/ </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Research-Methods-and-Analytics/" href="http://www.meetup.com/Research-Methods-and-Analytics/">Alex</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0134808741df970c#comment-6a010534b1db25970b0134808741df970c">May 06, 2010 at 10:48</a> </p> </div><a id="c6a010534b1db25970b0133ee1ad8ca970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ee1ad8ca970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"> <span id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"><p>I've just started an R users group in Salt Lake City, UT. Anybody in the neighborhood, please join us!</p> <p>http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/" href="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Jake</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ee1ad8ca970b#comment-6a010534b1db25970b0133ee1ad8ca970b">May 20, 2010 at 15:10</a> </p> </div><a id="c6a010534b1db25970b0133f11b2812970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f11b2812970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f11b2812970b-content"> <span id="comment-6a010534b1db25970b0133f11b2812970b-content"><p>I'd like to see a Minneapolis useR group...</p></span> </div> <p class="comment-footer"> Posted by: Aaron | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f11b2812970b#comment-6a010534b1db25970b0133f11b2812970b">June 15, 2010 at 11:23</a> </p> </div><a id="c6a010534b1db25970b013485b89b14970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b013485b89b14970c"> <div class="comment-content" id="comment-6a010534b1db25970b013485b89b14970c-content"> <span id="comment-6a010534b1db25970b013485b89b14970c-content"><p>Mabuhay!</p> <p>I'm from the Islands of Philippines. I want to form R Group here in Manila. Contact me dhon.buenavista@roberts.com.ph Or fgbuenavista@yahoo.com</p></span> </div> <p class="comment-footer"> Posted by: dhon buenavista | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013485b89b14970c#comment-6a010534b1db25970b013485b89b14970c">July 26, 2010 at 17:40</a> </p> </div><a id="c6a010534b1db25970b0133f2fd25db970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f2fd25db970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f2fd25db970b-content"> <span id="comment-6a010534b1db25970b0133f2fd25db970b-content"><p>hi,</p> <p>i've started an R user group in singapore</p> <p>feel free to post</p> <p>cheers</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/R-User-Group-SG/" href="http://www.meetup.com/R-User-Group-SG/">lee</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f2fd25db970b#comment-6a010534b1db25970b0133f2fd25db970b">August 11, 2010 at 00:55</a> </p> </div><a id="c6a010534b1db25970b01348636d606970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01348636d606970c"> <div class="comment-content" id="comment-6a010534b1db25970b01348636d606970c-content"> <span id="comment-6a010534b1db25970b01348636d606970c-content"><p>Any interest in a UseR group in São Paulo, Brazil?</p></span> </div> <p class="comment-footer"> Posted by: Manoel Galdino | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01348636d606970c#comment-6a010534b1db25970b01348636d606970c">August 14, 2010 at 20:40</a> </p> </div><a id="c6a010534b1db25970b013486be2705970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b013486be2705970c"> <div class="comment-content" id="comment-6a010534b1db25970b013486be2705970c-content"> <span id="comment-6a010534b1db25970b013486be2705970c-content"><p>I would be interested in a useR group in Cincinnati.<br /> Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013486be2705970c#comment-6a010534b1db25970b013486be2705970c">September 03, 2010 at 06:06</a> </p> </div><a id="c6a010534b1db25970b0133f4910ebd970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133f4910ebd970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f4910ebd970b-content"> <span id="comment-6a010534b1db25970b0133f4910ebd970b-content"><p>Spain: Barcelona <br /> tim.riffe@gmail.com </p> <p>Anyone interested in starting up a BCN RUG? I’m a gradstudent at the UAB and am interested in forming a local R-user community. I can organize space on the UAB campus, but could meet elsewhere. </p> <p>Algú vol formar un grup de usuaris de R a BCN? Soc estudiant de posgrau a la UAB. Puc organitzar espai a la UAB o reunir a qualsevol lloc a la ciutat. Envia’m un correu! </p></span> </div> <p class="comment-footer"> Posted by: Tim | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f4910ebd970b#comment-6a010534b1db25970b0133f4910ebd970b">September 24, 2010 at 20:30</a> </p> </div><a id="c6a010534b1db25970b0148c7259d9a970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c7259d9a970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c7259d9a970c-content"> <span id="comment-6a010534b1db25970b0148c7259d9a970c-content"><p>Connecticut anyone?</p></span> </div> <p class="comment-footer"> Posted by: Bob | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c7259d9a970c#comment-6a010534b1db25970b0148c7259d9a970c">December 29, 2010 at 06:55</a> </p> </div><a id="c6a010534b1db25970b0147e142510e970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e142510e970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e142510e970b-content"> <span id="comment-6a010534b1db25970b0147e142510e970b-content"><p>Hi.. <br /> I'd like to start a UserGroup in India (TamilNad).<br /> Please guide.</p> <p>Vignesh M</p></span> </div> <p class="comment-footer"> Posted by: Vignesh | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e142510e970b#comment-6a010534b1db25970b0147e142510e970b">January 04, 2011 at 04:10</a> </p> </div><a id="c6a010534b1db25970b0148c751e4f7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c751e4f7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c751e4f7970c-content"> <span id="comment-6a010534b1db25970b0148c751e4f7970c-content"><p>For R users in India, check the R South Asia group </p> <p>http://groups.google.co.in/group/r-sa</p> <p>Thanks</p> <p>Saket</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://groups.google.co.in/group/r-sa" href="http://groups.google.co.in/group/r-sa">Saket</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c751e4f7970c#comment-6a010534b1db25970b0148c751e4f7970c">January 04, 2011 at 23:05</a> </p> </div><a id="c6a010534b1db25970b0147e1cfb200970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e1cfb200970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e1cfb200970b-content"> <span id="comment-6a010534b1db25970b0147e1cfb200970b-content"><p>would also like a Minneapolis/Saint Paul users group</p></span> </div> <p class="comment-footer"> Posted by: david salmela | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e1cfb200970b#comment-6a010534b1db25970b0147e1cfb200970b">January 21, 2011 at 05:17</a> </p> </div><a id="c6a010534b1db25970b0148c807b02c970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c807b02c970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c807b02c970c-content"> <span id="comment-6a010534b1db25970b0148c807b02c970c-content"><p>There is now a Twin Cities R User group (Minneapolis, St. Paul, MN). Please join the meetup.com group and RSVP for the next meeting if you can make it. </p> <p>Looking forward to meeting you all. </p> <p>http://www.meetup.com/twincitiesrug/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/twincitiesrug/" href="http://www.meetup.com/twincitiesrug/">Erik Iverson</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c807b02c970c#comment-6a010534b1db25970b0148c807b02c970c">January 26, 2011 at 09:00</a> </p> </div><a id="c6a010534b1db25970b0148c8174a61970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0148c8174a61970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c8174a61970c-content"> <span id="comment-6a010534b1db25970b0148c8174a61970c-content"><p>Hi all,</p> <p>any R users in the <b>Philippines</b>? im sure you're out there, i'm just not sure how to get to you. i'm from a local university here in Manila, and im thinking of contacting Statistics students from other universities to group together to form a local R group here in Manila. please help spread the word.</p> <p>kind regards! </p></span> </div> <p class="comment-footer"> Posted by: schubert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c8174a61970c#comment-6a010534b1db25970b0148c8174a61970c">January 28, 2011 at 00:57</a> </p> </div><a id="c6a010534b1db25970b0148c855fda6970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c855fda6970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c855fda6970c-content"> <span id="comment-6a010534b1db25970b0148c855fda6970c-content"><p>merçi d'avoir indiqué cette liste,j'ai trouvé mon bonheur! merçi.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.muondo.org" href="http://www.muondo.org">muondo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c855fda6970c#comment-6a010534b1db25970b0148c855fda6970c">February 04, 2011 at 11:10</a> </p> </div><a id="c6a010534b1db25970b0147e2bfa259970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e2bfa259970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e2bfa259970b-content"> <span id="comment-6a010534b1db25970b0147e2bfa259970b-content"><p>Anyone up for Indianapolis-West Lafayette-Bloomington R User Group?</p></span> </div> <p class="comment-footer"> Posted by: Shreyas | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e2bfa259970b#comment-6a010534b1db25970b0147e2bfa259970b">February 22, 2011 at 09:38</a> </p> </div><a id="c6a010534b1db25970b014e5f910918970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e5f910918970c"> <div class="comment-content" id="comment-6a010534b1db25970b014e5f910918970c-content"> <span id="comment-6a010534b1db25970b014e5f910918970c-content"><p>am going to set up Birmingham Alabama r users group; please let me know if anyone is interested</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://timelyportfolio.blogspot.com" href="http://timelyportfolio.blogspot.com">Kent Russell</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e5f910918970c#comment-6a010534b1db25970b014e5f910918970c">March 01, 2011 at 09:30</a> </p> </div><a id="c6a010534b1db25970b0147e3159f31970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e3159f31970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3159f31970b-content"> <span id="comment-6a010534b1db25970b0147e3159f31970b-content"><p>I'm about to start a group for dublin, ireland. I'll post the details shortly.</p></span> </div> <p class="comment-footer"> Posted by: rory cawley | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3159f31970b#comment-6a010534b1db25970b0147e3159f31970b">March 08, 2011 at 13:15</a> </p> </div><a id="c6a010534b1db25970b0147e3786a81970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0147e3786a81970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3786a81970b-content"> <span id="comment-6a010534b1db25970b0147e3786a81970b-content"><p>I have started a Tallahassee R Users Group and have scheduled a meeting on April 3 at 4 PM at New Leaf Market (The Dining Area). Hope to see some people there.</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3786a81970b#comment-6a010534b1db25970b0147e3786a81970b">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b014e86f8935d970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e86f8935d970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e86f8935d970d-content"> <span id="comment-6a010534b1db25970b014e86f8935d970d-content"><p>Sorry forgot to give the url - http://www.meetup.com/Tallahassee-R-Users-Group/</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e86f8935d970d#comment-6a010534b1db25970b014e86f8935d970d">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b015431e10563970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015431e10563970c"> <div class="comment-content" id="comment-6a010534b1db25970b015431e10563970c-content"> <span id="comment-6a010534b1db25970b015431e10563970c-content"><p>Hi,<br /> Looking to start one here in Nairobi..Kenya very soon</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.africangeogeek.com" href="http://www.africangeogeek.com">jude</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015431e10563970c#comment-6a010534b1db25970b015431e10563970c">April 22, 2011 at 00:35</a> </p> </div><a id="c6a010534b1db25970b01538e88d642970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538e88d642970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538e88d642970b-content"> <span id="comment-6a010534b1db25970b01538e88d642970b-content"><p>There is a new users group in Italy: Torino R net<br /> www.TorinoR.net</p> <p>first meeting on 16th June, please update above list and calendar, there is an ical at TorinoR.net/events.ical</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.TorinoR.net" href="http://www.TorinoR.net">Daniele Amberti</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538e88d642970b#comment-6a010534b1db25970b01538e88d642970b">May 17, 2011 at 02:31</a> </p> </div><a id="c6a010534b1db25970b015432625950970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015432625950970c"> <div class="comment-content" id="comment-6a010534b1db25970b015432625950970c-content"> <span id="comment-6a010534b1db25970b015432625950970c-content"><p>Hi Daniele, Torino R net is now on the list -- thanks!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015432625950970c#comment-6a010534b1db25970b015432625950970c">May 18, 2011 at 07:46</a> </p> </div><a id="c6a010534b1db25970b014e890f763e970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e890f763e970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e890f763e970d-content"> <span id="comment-6a010534b1db25970b014e890f763e970d-content"><p>Aloha,</p> <p>We're looking to start an R UseR GRoup in <b>Hawai'i</b> (HI,USA). Most users I know are on Maui, but perhaps we can begin with a distributed group via e-conferencing to include persons on all islands. I can organize space at my research department, which is mostly focused on wildlife, but we'd welcome persons and perspectives from many other disciplines. Please contact robertrankin AT pacificwhale DOT org.</p> <p>Mahalo,<br /> Rob<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.pacificwhale.org" href="http://www.pacificwhale.org">Robert Rankin</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e890f763e970d#comment-6a010534b1db25970b014e890f763e970d">June 11, 2011 at 00:51</a> </p> </div><a id="c6a010534b1db25970b014e891ebf94970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e891ebf94970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e891ebf94970d-content"> <span id="comment-6a010534b1db25970b014e891ebf94970d-content"><p>Aloha Rob,</p> <p>I'm a postdoc in bioinformatics at the UH Manoa Cancer Center. There are several of us here that use R regularly, and I for one would be very interested in attending an R UseR GRoup. I'm on Oahu, but woul dbe interested in e-conferencing if I can figure out how my institution would handle that.</p> <p>Stephen</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.StephenTurner.us/" href="http://www.StephenTurner.us/">Stephen</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e891ebf94970d#comment-6a010534b1db25970b014e891ebf94970d">June 13, 2011 at 16:29</a> </p> </div><a id="c6a010534b1db25970b01538ffc94eb970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538ffc94eb970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538ffc94eb970b-content"> <span id="comment-6a010534b1db25970b01538ffc94eb970b-content"><p>Thank you very much for adding aR as the Argentina R Users Group.<br /> As for now we are a few members but very qualified proffessionals in fields such us medicine, bioinformatics, agriculture, banking and finance.<br /> We hope to have our first meeting in september 2011 in Buenos Aires.<br /> Thanks again and we'll keep you posted for updates.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://ar.i314.com.ar" href="http://ar.i314.com.ar">Juan Pablo Brana</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538ffc94eb970b#comment-6a010534b1db25970b01538ffc94eb970b">July 18, 2011 at 09:23</a> </p> </div><a id="c6a010534b1db25970b015391dcba8b970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015391dcba8b970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391dcba8b970b-content"> <span id="comment-6a010534b1db25970b015391dcba8b970b-content"><p>please send me more informations about R </p></span> </div> <p class="comment-footer"> Posted by: haidari | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391dcba8b970b#comment-6a010534b1db25970b015391dcba8b970b">September 25, 2011 at 11:17</a> </p> </div><a id="c6a010534b1db25970b015391e9200d970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b015391e9200d970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391e9200d970b-content"> <span id="comment-6a010534b1db25970b015391e9200d970b-content"><p>Hi! There's a new R Users Group in Uruguay.<br /> Public website:<br /> http://uyrug.wordpress.com/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://uyrug.wordpress.com/" href="http://uyrug.wordpress.com/">Sebastian Vallejo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391e9200d970b#comment-6a010534b1db25970b015391e9200d970b">September 27, 2011 at 13:20</a> </p> </div><a id="c6a010534b1db25970b014e8bdd0643970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e8bdd0643970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e8bdd0643970d-content"> <span id="comment-6a010534b1db25970b014e8bdd0643970d-content"><p>Thanks Sebastian. There used to be a Google group at: https://sites.google.com/site/grupousuariosruruguay/ (no longer accessible), so I replaced the link with the WordPress site.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e8bdd0643970d#comment-6a010534b1db25970b014e8bdd0643970d">September 27, 2011 at 14:06</a> </p> </div><a id="c6a010534b1db25970b0153925d4ff5970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153925d4ff5970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153925d4ff5970b-content"> <span id="comment-6a010534b1db25970b0153925d4ff5970b-content"><p>I am interested in starting an Predictive Modelling Group in the Pittsburgh, PA area. Though primarily directed towards R users, I would like to keep it open to other software such as SAS, Statistica, and programming languages such as C#.</p> <p>Although we are wedged between the Cincinnati and the Philidelphia groups, I am curious (and hopeful) that there may be a small local community interested in gathering and swapping ideas. It would be open to all and should cater to the corporate and academic communities alike.</p> <p>Email me at jphilbert@gmail.com if interested!</p></span> </div> <p class="comment-footer"> Posted by: John P. Hilbert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153925d4ff5970b#comment-6a010534b1db25970b0153925d4ff5970b">October 17, 2011 at 09:26</a> </p> </div><a id="c6a010534b1db25970b015437258fd4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015437258fd4970c"> <div class="comment-content" id="comment-6a010534b1db25970b015437258fd4970c-content"> <span id="comment-6a010534b1db25970b015437258fd4970c-content"><p>merci pour les liens et la liste! les groupes italiens merci!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://circuspartyparis.blogspot.com/" href="http://circuspartyparis.blogspot.com/">lili darto</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015437258fd4970c#comment-6a010534b1db25970b015437258fd4970c">November 20, 2011 at 09:41</a> </p> </div><a id="c6a010534b1db25970b0153935225b4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153935225b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153935225b4970b-content"> <span id="comment-6a010534b1db25970b0153935225b4970b-content"><p>great, thanks for this list!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://betrader.blog.capital.fr" href="http://betrader.blog.capital.fr">istern</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153935225b4970b#comment-6a010534b1db25970b0153935225b4970b">November 20, 2011 at 09:44</a> </p> </div><a id="c6a010534b1db25970b016761342a79970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b016761342a79970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342a79970b-content"> <span id="comment-6a010534b1db25970b016761342a79970b-content"><p>Any R users in Phoenix? Email me at thor555@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342a79970b#comment-6a010534b1db25970b016761342a79970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b016761342cac970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b016761342cac970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342cac970b-content"> <span id="comment-6a010534b1db25970b016761342cac970b-content"><p>Edit to above comment. Email me at thor5551@gmail.com </p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b0168e6f0a272970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0168e6f0a272970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e6f0a272970c-content"> <span id="comment-6a010534b1db25970b0168e6f0a272970c-content"><p>Speaking for a few interested in montreal here!</p></span> </div> <p class="comment-footer"> Posted by: Jonathan Tremblay | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e6f0a272970c#comment-6a010534b1db25970b0168e6f0a272970c">February 07, 2012 at 16:06</a> </p> </div><a id="c6a010534b1db25970b0168e82eaea3970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0168e82eaea3970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e82eaea3970c-content"> <span id="comment-6a010534b1db25970b0168e82eaea3970c-content"><p>IF IN Pittsburgh THEN email: scott dot malec @t gmail dot com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.maleclabs.com" href="http://www.maleclabs.com">S Malec</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c">February 29, 2012 at 11:50</a> </p> </div><a id="c6a010534b1db25970b0163027d3810970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0163027d3810970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163027d3810970d-content"> <span id="comment-6a010534b1db25970b0163027d3810970d-content"><p>Planning to start up R User group in Vienna, Austria? <br /> Already did some prep work on meetup.com (http://www.meetup.com/ViennaR/) <br /> So if you are interested have a look and get in touch. <br /> Greetings, <br /> WD</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/ViennaR/" href="http://www.meetup.com/ViennaR/">W.D.</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163027d3810970d#comment-6a010534b1db25970b0163027d3810970d">March 05, 2012 at 12:46</a> </p> </div><a id="c6a010534b1db25970b0163035cfb75970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0163035cfb75970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163035cfb75970d-content"> <span id="comment-6a010534b1db25970b0163035cfb75970d-content"><p>I would like to start an R users group in Phoenix, AZ. Please call me or email me if you are interested.</p> <p>435-215-1775</p> <p>Matt</p></span> </div> <p class="comment-footer"> Posted by: Matt Poulton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163035cfb75970d#comment-6a010534b1db25970b0163035cfb75970d">March 27, 2012 at 22:40</a> </p> </div><a id="c6a010534b1db25970b01676793b876970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b01676793b876970b"> <div class="comment-content" id="comment-6a010534b1db25970b01676793b876970b-content"> <span id="comment-6a010534b1db25970b01676793b876970b-content"><p>I am interested in forming a group interested in starting a R Users Group in the general Quantico area of Virgina.</p> <p>If interested, please contact me at my gmail account.</p> <p>Mark Lefcowitz<br /> mlefcowitz@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.linkedin.com/profile/view?id=7106259&trk=tab_pro" href="http://www.linkedin.com/profile/view?id=7106259&trk=tab_pro">Mark Lefcowitz</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01676793b876970b#comment-6a010534b1db25970b01676793b876970b">June 16, 2012 at 03:15</a> </p> </div> </div> </div> <!-- comment-form-atp --> <div id="atp-comments"> <div id="comment-preview" class="hiddenBox"> <h3 id="header-verify-comment" class="comments-header hiddenBox">Verify your Comment</h3> <h3 id="header-preview-comment" class="comments-header hiddenBox">Previewing your Comment</h3> <div class="comments-content"> <div class="comment"> <div id="comment-preview-content" class="comment-content"> </div> <p class="comment-footer"> Posted by: <span id="comment-preview-author"></span> | <span id="comment-preview-datetime"></span> </p> </div> </div> </div> <div id="comment-preview-confirmation" class="hiddenBox yellowBox"> <p>This is only a preview. Your comment has not yet been posted.</p> <form id="comment-preview-form" method="post" onsubmit="atpComments.interceptPost(1); return false;"> <input type="submit" name="post" id="comment-confirm-post" value=" Post " onclick="atpComments.interceptPost(1); return false;"/> <input type="submit" name="edit" id="comment-edit" value="  Edit  " onclick="atpComments.previewOnly(2); return false;"/> <span id="previewFormSpinner" class="hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </form> </div> <div id="comment-error" class="hiddenBox redBox"> Your comment could not be posted. Error type: <span id="comment-error-msg"></span> </div> <div id="comment-complete" class="hiddenBox yellowGreenBox"> Your comment has been posted. <a href="javascript:void 0;" onclick="window.location.hash='#comment-form';window.location.reload(false)">Post another comment</a> </div> <div id="comment-captcha" class="hiddenBox yellowBox"> <div id="captchaText"> <p id="captchaFailMsg" class="captchaErrorText hiddenBox">The letters and numbers you entered did not match the image. Please try again.</p> <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.</p> <p><span id="comment-captcha-viewalt">Having trouble reading this image? <a href="#comment-captcha" onClick="atpComments.generateReCaptcha();">View an alternate.</a></span></p> </div> <form id="comment-captcha-form" method="post" onsubmit="atpComments.submitWithReCaptcha(); return false;"> <div id="recaptcha_content"> <noscript> <iframe src="6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e" height="300" width="500" frameborder="0"></iframe><br /> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type='hidden' name='recaptcha_response_field' value='manual_challenge' /> </noscript> </div> <script type="text/javascript"> $(document).ready(function() { Recaptcha.create("6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e", "recaptcha_content", { theme: "red", callback: Recaptcha.focus_response_field }); }); </script> <p> <input type="submit" name="continue" id="captcha-continue" value=" Continue " /> <span id="captchaFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </p> </form> </div> <div id="primary-comment-form" class="comment-form"> <form id="comment-form" action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1340441753-33277d89c0eabf74475d87006d685789ad9b92e8:ymfVcw3RwWyDZZaL" /> <div class="comments-open"> <h2 class="comments-open-header" id="comment-title">Post a comment</h2> <div id="comments-open-content" class="comments-open-content"> <div id="comments-open-text" style="display:none;"> <textarea id="comment-text" name="text" rows="10" cols="30" onkeyup="atpComments.maxTextArea(this, 64000);"></textarea> <p class="comments-open-subtext"> (You can use HTML tags like <b> <i> and <ul> to style your text.) </p> </div> <div id="comments-open-data" style="display:none;"> <p>Your Information</p> <p> (Name and email address are required. Email address will not be displayed with the comment.) </p> <p> <input id="comment-author" at:default="Name" name="author" size="30" value="Name" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-author" id="comment-author-error" class="comment-error hiddenBox">Name is required to post a comment</label> </p> <p> <input id="comment-email" at:default="Email Address" name="email" size="30" value="Email Address" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-email" id="comment-email-error" class="comment-error hiddenBox">Please enter a valid email address</label> </p> <p> <input id="comment-url" at:default="Web Site URL" name="url" size="30" value="Web Site URL" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-url" id="comment-url-error" class="comment-error hiddenBox">Invalid URL</label> </p> </div> </div> <div id="comments-open-footer" class="comments-open-footer" style="display:none;"> <input type="submit" name="post" id="comment-post-button" value=" Post " onclick="atpComments.interceptPost(1); return false;" disabled="true" /> <input type="submit" name="preview" id="comment-preview-button" value=" Preview " onclick="atpComments.previewOnly(1); return false;" disabled="true" /> <span id="commentEntryFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </div> </div> </form> <noscript> <div id="comments-open-noscript" class="comments-open-noscript"> <form action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1340441753-c61338bfddd106b2f2956dba441f618bffdc012c:joZeNv714AqtuDzv" /> Name:<br /><input type="text" name="author" size="30" /><br /> Email address:<br /><input type="text" name="email" size="30" /><br /> URL:<br /><input type="text" name="url" size="30" /><br /><br /> Comment:<br /><textarea name="text" cols="40" rows="4"></textarea><br /> <input type="submit" name="submit" value="Submit" /> </form> </div> </noscript> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- sidebar --> <div class="module-archives module"> <h2 class="module-header">Information</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/about.html">About this blog</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/comments-policy.html">Comments Policy</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/categories.html">About Categories</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/authors.html">About the Authors</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/calendar.html">R Community Calendar</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <p><a href="http://www.revolutionanalytics.com/"><img src="http://revolution-computing.typepad.com/imagesRev/RA_logo_trans1.75in.png"></a><br />R for the Enterprise</p> </div> </div> <div class="module-custom_html module"> <div class="module-content"> Got comments or suggestions for the blog editor? <br> Email <a href="mailto:david@revolution-computing.com">David Smith</a>. </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://www.twitter.com/revodavid"><img src="http://twitter-badges.s3.amazonaws.com/t_small-b.png" alt="Follow revodavid on Twitter"/></a> Follow David on Twitter: <a href="http://twitter.com/revodavid">@revodavid</a><br> <img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" width="16" height="16"> <a rel="author" href="https://plus.google.com/113975782306391318324/about?rel=author">+David Smith</a> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://inside-r.org/download" title="Download R"><img src="http://inside-r.org/sites/all/themes/rweb/assets/badges/download-r-badge-125-blue.png" border="0" /></a> </div> </div> <div class="module-syndicate module"> <div class="module-content"> <a href="http://blog.revolutionanalytics.com/atom.xml">Subscribe to this blog's feed</a> </div> </div> <div class="module-categories module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/academia/">academia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/advanced-tips/">advanced tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/announcements/">announcements</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/applications/">applications</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/beginner-tips/">beginner tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/big-data/">big data</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/courses/">courses</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/current-events/">current events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/data-science/">data science</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/developers/">developer tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/events/">events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/finance/">finance</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/government/">government</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/graphics/">graphics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/high-performance-computing/">high-performance computing</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/life-sciences/">life sciences</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/open-source/">open source</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/other-industry/">other industry</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/packages/">packages</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/predictive-analytics/">predictive analytics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/profiles/">profiles</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r/">R</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r-is-hot/">R is Hot</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/random/">random</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/revolution/">Revolution</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/rmedia/">Rmedia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/roundups/">roundups</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/sports-1/">sports</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/statistics/">statistics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/user-groups/">user groups</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">R links</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://inside-R.org">inside-R.org, the R Community Site</a><br />Sponsored by Revolution Analytics</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/">Revolution Analytics</a><br />Information about Revolution R</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/downloads/">Download Revolution R</a><br />Free, high-performance distribution of R</li> <li class="module-list-item"><a href="http://forums.revolutionanalytics.com">Revolution R forum</a><br />Questions and discussions about Revolution R</li> <li class="module-list-item"><a href="http://www.revolution-computing.com/cran">CRAN</a><br />Download packages for R</li> <li class="module-list-item"><a href="http://www.r-project.org">R Project site</a><br />Information about the R project</li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Recommended Sites</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://flowingdata.com">FlowingData</a><br />Modern data visualization</li> <li class="module-list-item"><a href="http://onertipaday.blogspot.com/">One R Tip A Day</a><br />Code examples for graphics and analysis</li> <li class="module-list-item"><a href="http://www.r-bloggers.com">R Bloggers</a><br />Daily news and tutorials about R, contributed by R bloggers worldwide.</li> <li class="module-list-item"><a href="http://www.analyticbridge.com/group/rprojectandotherfreesoftwaretools">R Project group on analyticbridge.com</a><br />Community and discussion forum</li> <li class="module-list-item"><a href="http://www.stat.columbia.edu/~cook/movabletype/mlm/">Statistical Modeling, Causal Inference, and Social Science</a><br />Andrew Gelman's statistics blog</li> <li class="module-list-item"><a href="http://www.dataists.com/">The Dataists</a><br />Innovative and practical data analysis methodology.</li> </ul> </div> </div> <div class="module-archives module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Archives</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/06/index.html">June 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/05/index.html">May 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/04/index.html">April 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/03/index.html">March 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/02/index.html">February 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/01/index.html">January 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/12/index.html">December 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/11/index.html">November 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/10/index.html">October 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/09/index.html">September 2011</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Search Revolutions Blog</h2> <div class="typelist-plain module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-note"><form method="get" action="http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <div style="background-color:white;"></div> <input type="text" name="q" size="18" maxlength="255" value="" /> <input type="submit" name="btnG" value=" Search Blog " /> <br /> <small> <input type="hidden" name="domains" value="blog.revolutionanalytics.com" /> <br /> <input type="hidden" name="sitesearch" value="blog.revolutionanalytics.com" checked="checked" /> <br /></small> </form> <!-- SiteSearch Google --></div></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script> <script>mktoMunchkin("224-FMR-259");</script> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var firstTracker = _gat._getTracker("UA-6984166-10"); firstTracker._setDomainName(".revolutionanalytics.com"); firstTracker._setAllowLinker(true); firstTracker._setAllowHash(false); firstTracker._trackPageview(); var secondTracker = _gat._getTracker("UA-6984166-9"); secondTracker._setDomainName(".revolutionanalytics.com"); secondTracker._setAllowLinker(true); secondTracker._setAllowHash(false); secondTracker._trackPageview(); } catch (err) { } </script> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="http://www.typepad.com/t/stats?blog_id=1774446&user_id=3164880&page=' + escape(location.href) + '&referrer=' + escape(document.referrer) + '&i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qoptions = { tags:"typepad.extended" }; _qacct="p-fcYWUmj5YbYKM"; quantserve();</script> <noscript> <a href="http://www.quantcast.com/p-fcYWUmj5YbYKM" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-fcYWUmj5YbYKM.gif?tags=typepad.extended" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script> <script type="text/javascript"> var captchaImgAttempts = 0; var allowAnonComments = '0'; var registrationRequired = 0; var registrationOptional = 0; var emailRequired = 1; var useAvatars = 0; var showSignInMessaging = 0; var jsonURL = "/.services/json-rpc"; var captchaSrc = "/.services/captcha?code_encrypted="; var alertCommentCannotBeBlank = "You can not leave an empty comment. Please enter some text in the Comment field."; var alertEditingExpired = "Sorry, you're no longer allowed to edit this comment. You may have taken too much time before submitting your edit or someone may have already replied to it."; var alertAuthorCannotBeBlank = "Name must not be blank."; var alertEmailCannotBeBlank = "Email Address must not be blank."; var alertAuthorAndEmailCannotBeBlank = "Name and email address are both required!"; var alertEmailIsInvalid = "The Email Address you entered is invalid. Please enter a valid email address."; var alertUnauthorizedAction = "The comments on this post are closed."; var msgPostReplyTo = "Reply to "; var msgInReplyTo = "In reply to "; var msgPostAComment = "Post a comment "; var atpCommentsPath = "/.shared/js/atpcomments_yui.js?v=5"; var hasChanged = 0; var hostName = ".revolutionanalytics.com"; var tp_comment_token = "1340441754-a5a356f6e735a1a48244f98536431f12509bd92c:ECgl2Q9VDhi1GyAe"; var use_recaptcha = 1; var recaptcha_publickey = "6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e"; var isPage = 1; var blog_xid = "6a010534b1db25970b010536040741970b"; var xid = ""; var injectCode = '<div id=\"comment-preview\" class=\"hiddenBox\">\n\t<h3 id=\"header-verify-comment\" class=\"comments-header hiddenBox\">Verify your Comment<\/h3>\n <h3 id=\"header-preview-comment\" class=\"comments-header hiddenBox\">Previewing your Comment<\/h3>\n\t<div class=\"comments-content\">\n\t\t<div class=\"comment\">\n\t\t\t<div id=\"comment-preview-content\" class=\"comment-content\">\n\t\t\t<\/div>\n\t\t\t<p class=\"comment-footer\">\n\t\t\t\tPosted by: \n\t\t\t\t<span id=\"comment-preview-author\"><\/span> | <span id=\"comment-preview-datetime\"><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div id=\"comment-preview-confirmation\" class=\"hiddenBox yellowBox\">\n <p>This is only a preview. Your comment has not yet been posted.<\/p>\n \t<form id=\"comment-preview-form\"\n \t\tmethod=\"post\"\n \t\tonsubmit=\"atpComments.interceptPost(1); return false;\">\n\t\t<input type=\"submit\" name=\"post\" id=\"comment-confirm-post\" value=\" Post \" onclick=\"atpComments.interceptPost(1); return false;\"/>\t\t \n\t\t<input type=\"submit\" name=\"edit\" id=\"comment-edit\" value=\"  Edit  \" onclick=\"atpComments.previewOnly(2); return false;\"/>\n <span id=\"previewFormSpinner\" class=\"hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n\t<\/form>\n<\/div>\n<div id=\"comment-error\" class=\"hiddenBox redBox\">\t \n Your comment could not be posted. Error type: <span id=\"comment-error-msg\"><\/span> \n<\/div>\t\n<div id=\"comment-complete\" class=\"hiddenBox yellowGreenBox\">\n Your comment has been posted. <a href=\"javascript:void 0;\" onclick=\"window.location.hash=\'#comment-form\';window.location.reload(false)\">Post another comment<\/a>\n<\/div>\t\n<div id=\"comment-captcha\" class=\"hiddenBox yellowBox\">\t\n <div id=\"captchaText\">\n\t <p id=\"captchaFailMsg\" class=\"captchaErrorText hiddenBox\">The letters and numbers you entered did not match the image. Please try again.<\/p>\t \t \n\t <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.<\/p>\n\t <p><span id=\"comment-captcha-viewalt\">Having trouble reading this image? <a href=\"#comment-captcha\" onClick=\"atpComments.generateReCaptcha();\">View an alternate.<\/a><\/span><\/p>\n <\/div>\n <form id=\"comment-captcha-form\" \n\t\t method=\"post\"\n\t\t onsubmit=\"atpComments.submitWithReCaptcha(); return false;\">\n <div id=\"recaptcha_content\">\n <noscript>\n <iframe src=\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\" height=\"300\" width=\"500\" frameborder=\"0\"><\/iframe><br />\n <textarea name=\"recaptcha_challenge_field\" rows=\"3\" cols=\"40\"><\/textarea>\n <input type=\'hidden\' name=\'recaptcha_response_field\' value=\'manual_challenge\' />\n <\/noscript>\n <\/div>\n <script type=\"text/javascript\">\n $(document).ready(function() {\n Recaptcha.create(\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\",\n \"recaptcha_content\", {\n theme: \"red\",\n callback: Recaptcha.focus_response_field\n });\n });\n <\/script>\n <p>\n <input type=\"submit\" name=\"continue\" id=\"captcha-continue\" value=\" Continue \" />\n <span id=\"captchaFormSpinner\" class=\"commentSpinner hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/p>\n <\/form>\n<\/div>\n'; var entryPermalink = "http://blog.revolutionanalytics.com/local-r-groups.html"; var inlineReply = document.createElement("div"); var commentFooterLinks; var commentHeader; var commentReplyXID; var commentReplyAuthor; var commentReplyComplete; var inlineReplyLoaded = 0; var commentFormNum = undefined; /* Deprecated but still exists in advanced template sets, so must be defined */ function xidToCommentPermalink (entryUrl, xid) { return entryUrl + "?cid=" + xid + "#comment-" + xid; } /* Deprecated advanced template functions */ function handleSubmit() { return true; }; function handleChange() { return true; }; </script> <script type="text/javascript" src="/.shared/js/yui/yuiloader-beta-min.js"></script> <script type="text/javascript" src="/.shared/js/atpcomments.js?v=5"></script> <!-- Blogside Toolbar --> <script type="text/javascript"> var TPToolbar = { src: "http://www.typepad.com/services/toolbar?blog_id=6a010534b1db25970b010536040741970b&asset_id=6a010534b1db25970b011570112bbe970b&atype=Page&to=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&autofollowed=0", asset_xid: "6a010534b1db25970b011570112bbe970b", bookmarklet_uri: "http://static.typepad.com/.shared/js/qp/loader-combined-min.js" }; var TYPEPAD___bookmarklet_domain = "http://www.typepad.com/"; </script> <script type="text/javascript" src="/.shared/js/toolbar/blogside-toolbar-combined-min.js"></script> <!-- End Blogside Toolbar --> <!-- Begin comScore Tag --> <script> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js'%3E%3C/script%3E")); </script> <script> COMSCORE.beacon({ c1: 2, c2: "6035669", c3: "", c4: "http://blog.revolutionanalytics.com/local-r-groups.html", c5: "", c6: "", c15: "" }); </script> <noscript> <img src="http://b.scorecardresearch.com/b?c1=2&c2=6035669&c3=&c4=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&c5=&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt="" /> </noscript> <!-- End comScore Tag --> </body> </html> <!-- ph=1 -->
2012-06-30
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="typepad-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="News about R, statistics and the world of open source from the staff of REvolution Analytics" /> <link rel="stylesheet" href="http://blog.revolutionanalytics.com/styles.css?v=6" type="text/css" media="screen" /> <link rel="stylesheet" href="http://static.typepad.com/.shared:v20120626.01-0-g44ba6e9:typepad:en_us/themes/common/print.css" type="text/css" media="print" /> <link rel="alternate" type="application/atom+xml" title="Posts on 'Revolutions' (Atom)" href="http://blog.revolutionanalytics.com/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 1.0)" href="http://blog.revolutionanalytics.com/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 2.0)" href="http://blog.revolutionanalytics.com/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "http://www.typepad.com/"; </script> <script type="text/javascript" src="http://static.typepad.com/.shared:v20120626.01-0-g44ba6e9:typepad:en_us/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['t2._setAccount', 'UA-225723-36']); _gaq.push(['t2._setDomainName', 'none']); _gaq.push(['t2._setAllowLinker', true]); _gaq.push(['t2._setCustomVar', 1, 'Blog', '6a010534b1db25970b010536040741970b', 3]); _gaq.push(['t2._setCustomVar', 2, 'Page Type', 'Page', 3]); _gaq.push(['t2._trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel="alternate" type="application/atom+xml" title="Comments on 'Local R User Group Directory' (Atom)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Comments on 'Local R User Group Directory' (RSS 2.0)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/rss.xml" /> <title>Revolutions: Local R User Group Directory</title> <link rel="start" href="http://blog.revolutionanalytics.com/" title="Home" /> </head> <body class="layout-two-column-right"> <div id="container"> <div id="container-inner" class="pkg"> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="http://blog.revolutionanalytics.com/" accesskey="1">Revolutions</a></h1> <h2 id="banner-description"> News about R, statistics, big data analytics, data science, and the world of open source from the staff of <a href="http://www.revolutionanalytics.com">Revolution Analytics</a> </h2> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- page --> <div class="entry-author-david_smith entry-type-page entry" id="entry-65315573"> <h3 class="entry-header">Local R User Group Directory</h3> <div class="entry-content"> <div class="entry-body"> <p>Looking for R users in your area to meet, interact with, and share ideas? Why not join your local R User Group? </p> <p>Here's a directory of the local R user groups we're aware of.  If you know of a group not listed here, or need information on how to set up your own R user group, please contact <a href="mailto:community@revolutionanalytics.com">community@revolutionanalytics.com</a>, or post in the comments below.</p> <p>If you're thinking of starting a local R user group yourself, Revolution Analytics offers <a href="http://www.revolutionanalytics.com/news-events/r-user-group/" target="_self">sponsorships</a> for both new and established groups, and has provided some tips for <a href="http://www.revolutionanalytics.com/news-events/r-user-group/how-to-start-r-user-group.php" target="_self">starting a new R user group</a>.</p> <h3><strong><span>AUSTRALIA</span></strong></h3> <p><strong>Adelaide</strong>: <a href="http://www.meetup.com/Adelaide-R-users-group/" target="_self">Adelaide R-users group</a></p> <p><strong>Brisbane: </strong><a href="http://www.meetup.com/Group-for-R-Users-in-Brisbane-GRUB/">Group for R Users in Brisbane</a> (GRUB)</p> <p><strong>Canberra</strong>: <a href="http://www.meetup.com/Canberra-R-Users-Group/">Canberra R Users Group</a> (CANRUG)</p> <p><strong>Hobart</strong>: <a href="http://www.meetup.com/Hobart-R-Users-Group/" target="_self">Hobart R Users Group</a> (HRUG)</p> <p><strong>Melbourne: </strong><a href="http://www.meetup.com/MelbURN-Melbourne-Users-of-R-Network/">Melbourne Users of R Network</a> (MelbURN)</p> <p><strong>Sydney</strong>: <a href="http://www.meetup.com/R-Users-Sydney/">Sydney Users of R Forum</a> (SURF)</p> <p> </p> <p><span style="font-size: medium;"><span style="font-size: 15px; line-height: 18px;"><strong>ASIA</strong></span></span></p> <p><span><span><strong>China</strong>: Financial R User's Group: <a href="http://www.goldenbug.net/category/技术专题/R/">Looking for golden bugs</a></span></span></p> <p><strong>China (Macao)</strong>: <a href="http://groupspaces.com/R-research/" target="_self">R-Research</a></p> <p><strong>China (Shanghai/East China)</strong>: <a href="http://www.shanghair.org/cn/" target="_self">ShanghaiR</a> (<a href="http://www.shanghair.org/" target="_self">in English</a>)</p> <p><strong>India (Bangalore)</strong>: <a href="http://groups.google.com/group/brumail">Bangalore R Users - BRU</a></p> <p><strong>Japan (Nagoya)</strong>: <a href="http://corpus-study.info/nagoyar">Nagoya.R</a></p> <p><span><span><span style="font-weight: bold;">Japan (Osaka): </span><a href="http://m884.jp/Osaka.R/">Osaka.R</a></span></span></p> <p><span><span><strong>Japan (Tokyo): </strong><a href="https://groups.google.com/group/r-study-tokyo" target="_self">Tokyo.R</a></span></span></p> <p><span><span><strong><a href="http://m884.jp/Osaka.R/"></a>Japan (Tsukuba)</strong><span>:</span> <a href="http://wiki.livedoor.jp/syou6162/">Tsukuba.R</a></span></span></p> <p><strong>Singapore</strong>: <a href="http://groups.google.com/group/singapore-r-user-group" target="_self">R User Group - SG</a></p> <p><strong>South Asia</strong>: <a href="http://groups.google.co.in/group/r-sa">R South Asia</a>, a mailing list to promote and discuss R in South Asia.</p> <p><strong>South Korea (Seoul)</strong>: <a href="http://www.openstatistics.net">GNU R User's Group and Open Statistics Project in Korea</a></p> <p><strong>Taiwan (Taipei)</strong>: <a href="https://sites.google.com/site/zhonghuarruantixuehui/" target="_self">Chinese Academy of R Software (CARS)</a></p> <p> </p> <p><span style="font-size: 15px; font-weight: bold;">CANADA</span></p> <p><strong>Montréal</strong>: <a href="http://www.meetup.com/Montreal-R-User-Group/" target="_self">Montreal R User Group</a></p> <p><span style="font-weight: bold;">Ottawa:</span> <a href="https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa">Ottawa Gatineau R Users Group</a></p> <p><strong>Québec</strong>: <a href="http://www.cef-cfr.ca/index.php?n=Membres.PleinR" target="_self">Plein-R</a> (en Français)</p> <p><strong>Toronto</strong>: <a href="http://www.meetup.com/Greater-Toronto-Area-GTA-R-Users-Group" target="_self">Greater Toronto Area (GTA) R User's Group</a> ; <a href="http://www.meetup.com/R-Matlab-Users/" target="_self">R Matlab Users</a> (finance oriented)</p> <p><strong>Vancouver</strong>: <a href="http://www.meetup.com/Vancouver-R-Users-Group-data-analysis-statistics/" target="_self">Vancouver R Users Group</a></p> <p> </p> <p><span style="font-size: 15px;"><strong>EUROPE</strong></span></p> <p><strong>Austria (Vienna): </strong><a href="http://www.meetup.com/ViennaR/" target="_self">ViennaR</a></p> <p><strong>Belgium (Brussels)</strong>: <a href="http://www.meetup.com/RBelgium/" target="_self">RBelgium</a></p> <p><strong>Finland: </strong><a href="http://bioinformatics.utu.fi/seura/index_en.html">Finnish Society for Bioinformatics</a></p> <p><strong><span style="font-weight: normal;"><strong>France (Paris)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.mnhn.fr/semin-r/">Semin-R</a></span></strong></p> <p><strong>France (Montpellier): </strong><a href="http://forums.cirad.fr/logiciel-R/index.php">Groupe des utilisateurs du logiciel R</a></p> <p><strong>Germany (Dresden)</strong>: <a href="http://www.research-garden.de/" target="_self">Research Garden</a></p> <p><strong>Germany (Geißen)</strong>: <a href="http://www.meetup.com/Giessen-R-Users-Group/" target="_self">Giessen R Users Group</a></p> <p><strong>Germany (Kassel): </strong><a href="http://www.meetup.com/Kassel-useR-Group/">Kasseler useR Group</a></p> <p><strong>Germany (Köln)</strong>: <a href="http://www.meetup.com/KoelnRUG/" target="_self">Köln R User Group</a></p> <p><strong>Germany (Leipzig)</strong>: <a href="http://www.meetup.com/Leipzig-R-statistical-computing/" target="_self">Leipzig R Statistical Computing</a></p> <p><strong>Germany (Southwest): </strong><a href="http://rusergroup-de-sw.mixxt.de/">R User Group DE-Südwest</a></p> <p><strong>Germany (North): </strong>R im Norden (email <a href="mailto:feldmann@qa-gmbh.de">Rainer Feldmann</a>)</p> <p><strong>Ireland (Dublin)</strong>: <a href="http://www.meetup.com/DublinR/" target="_self">Dublin-R</a></p> <p><strong>Italy (Milan)</strong>: <a href="http://www.milanor.net/" target="_self">MilanoR</a></p> <p><strong>Italy (Padua)</strong>: <a href="http://groups.google.com/group/rante">Italy-RUG</a> (Rante)</p> <p><strong>Italy (Torino)</strong>: <a href="http://torinor.net/" target="_self">Torino R net</a></p> <p><strong>Lithuania</strong>: <a href="http://www.vilniusr.org/" target="_self">VilniusR</a></p> <p><strong>Netherlands (Amsterdam)</strong>: <a href="http://www.meetup.com/amst-R-dam/" target="_self">amst-R-dam</a></p> <p><strong>Poland (Warsaw/Wroclaw)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.biecek.pl/WZUR"><span style="font-weight: normal;">Annual Polish R User Group Meeting</span></a></p> <p><span style="font-weight: normal;"><strong>Poland (virtual): </strong>W Polski, Polish R users forum: <a href="https://www.im.uj.edu.pl/gur/">Grupa użytkowników R</a>.<br /></span></p> <p><strong>Serbia (Belgrade)</strong>: <a href="http://savtajr.blogspot.com/" target="_self">Sav taj R</a></p> <p><strong>Slovenia (Ljubljana):</strong> <a href="http://groups.google.com/group/rkoholiki">Anonymous Rcoholics</a></p> <p><strong>Spain (Barcelona)</strong>: <a href="http://rugbcn.wordpress.com/" target="_self">RUGBCN</a></p> <p><strong>Switzerland (Basel):</strong> <a href="http://www.baselr.org/">BaselR</a></p> <p><strong>Switzerland (Geneva)</strong>: <a href="http://www.geneva-r.org/" target="_self">GenevaR</a></p> <p><strong>Switzerland (Zurich)</strong>: <a href="http://www.zurichr.org/" target="_self">ZurichR</a></p> <p><strong>UK (Birmingham)</strong>: <a href="http://www.meetup.com/BirminghamR/" target="_self">Birmingham R Users Meeting (BRUM)</a></p> <p><strong>UK (Cambridge)</strong>: <a href="http://www.cambr.org.uk/" target="_self">CambR</a></p> <p><span style="font-size: 13px; font-weight: bold;">UK (London): <span style="font-weight: normal;"><a href="http://www.londonr.org/">LondonR</a></span></span></p> <p><strong><br /></strong></p> <p style="margin: 0px 0px 1em; padding: 0px;"><span style="line-height: 18px; font-size: 15px;"><strong>MIDDLE EAST / AFRICA</strong></span></p> <p><span><span><span><strong>Israel</strong>: </span><a href="http://groups.google.com/group/israel-r-user-group">Israel R User Group</a></span></span></p> <p><span><strong>Turkey</strong>: <a href="http://www.meetup.com/ankara-r-users/" target="_self">Ankara R Users Group</a></span></p> <p><span><span><br /></span></span></p> <h3><strong>SOUTH AMERICA</strong></h3> <p><strong>Argentina</strong> (Buenos Ares): <a href="http://ar.i314.com.ar/" target="_self">.AR</a> </p> <p><strong>Brazil</strong> (virtual): <a href="http://br.groups.yahoo.com/group/R_STAT/" target="_self">Brasil R_STAT</a></p> <p><strong>Brazil</strong> (virtual): <a href="http://leg.est.ufpr.br/doku.php/software:rbr" target="_self">R-br: the Brazilian R-community</a></p> <p><strong>Uruguay</strong>: <a href="http://uyrug.wordpress.com/" target="_self">Grupo de Usuarios de R en Uruguay </a></p> <p> </p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';">USA (sorted by state)</span></p> <p><strong>Berkeley, CA</strong>: <a href="http://www.meetup.com/r-enthusiasts/" target="_self">The Berkeley R Language Beginner Study Group</a></p> <p><strong>Los Angeles, CA</strong>: <a href="http://www.meetup.com/LAarea-R-usergroup/">Los Angeles Area R Users Group</a></p> <p><strong>Orange County, CA</strong>: <a href="http://www.linkedin.com/groups?gid=3826973" target="_self">Orange County R User Group</a></p> <p><strong>Pasadena, CA: </strong><a href="http://www.meetup.com/Research-Methods-and-Analytics/">Research Methods and Analytics (R is a main topic)</a></p> <p><strong>San Diego, CA</strong>: <a href="http://www.meetup.com/San-Diego-R-users-group">San Diego R Users Group</a></p> <p><strong>San Francisco / Bay Area, CA</strong>: <a href="http://www.meetup.com/R-Users/">Bay Area R Users Group</a></p> <p><strong>Denver, CO</strong>: <a href="http://www.meetup.com/DenverRUG/">Denver R User Group</a></p> <p><strong>Stamford, CT</strong>: <a href="http://www.meetup.com/Conneticut-R-Users-Group/" target="_self">Connecticut R Users Group</a></p> <p><span style="font-weight: bold;"><strong>Washington, DC</strong>: </span><a href="http://www.meetup.com/R-users-DC">DC UseR Group</a></p> <p><span style="font-weight: bold;"><a href="http://www.meetup.com/R-users-DC"></a>Atlanta, GA: </span><a href="http://www.meetup.com/R-Users-Atlanta/" target="_self">Atlanta R User's Group</a></p> <p><strong>Chicago, IL</strong>: <a href="http://www.meetup.com/ChicagoRUG/">Chicago R Users Group</a></p> <p><strong>Greencastle, IN</strong>: <a href="http://fs6.depauw.edu:50080/%7Ehanson/R-pages/R%40DPU.html">R users at DePauw University</a></p> <p><strong>Kansas City, KS</strong>: <a href="http://groupspaces.com/KCRUsersGroup/" target="_self">Kansas City R Users Group</a></p> <p><strong>Boston, MA: </strong><a href="http://www.meetup.com/Boston-useR/" target="_self">Greater Boston useR Group</a></p> <p><strong>Medford, MA</strong>: <a href="http://www.meetup.com/RUGraT/" target="_self">R Users Group at Tufts (RUGraT)</a></p> <p><strong>Minneapolis and St. Paul, MN</strong>: <a href="http://www.meetup.com/twincitiesrug/" target="_self">Twin Cities R User Group</a></p> <p><strong>Saint Louis, MO</strong>: <a href="http://www.meetup.com/Saint-Louis-RUG/" target="_self">Saint Louis R User Group</a></p> <p><strong>Raleigh-Durham, NC: </strong><a href="http://www.meetup.com/Triangle-useR/">Raleigh-Durham-Chapel Hill R Users Group</a></p> <p><strong><strong>Cincinnati/Dayton, OH: </strong></strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self">CinDay RUG</a></p> <p><strong>Cleveland, OH</strong>: <a href="http://www.meetup.com/Cleveland-useR-Group/" target="_self">Cleveland UseR Group</a></p> <p><strong>Portland, OR: </strong><a href="http://www.meetup.com/portland-r-user-group">Portland R User Group</a> (there is also a local <a href="http://groups.google.com/group/pdx-visualization">data visualization group</a>)</p> <p><strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self"></a>Philadelphia, PA</strong>: <a href="http://phillyr.ning.com/">Philadelphia UseR Group</a></p> <p><strong>New Jersey, NJ</strong>: <a href="http://newjerseyr.org/">NewJerseyR</a></p> <p><strong>New York, NY</strong>: <a href="http://www.meetup.com/nyhackr/">New York R Statistical Programming Meetup</a> </p> <p><strong>New York, NY</strong>: <a href="http://groups.google.com/group/columbiaR">Columbia R Statistical Programming Group</a></p> <p><strong>Austin, TX</strong>: <a href="http://www.meetup.com/Austin-R-User-Group/" target="_self">Austin R User Group</a></p> <p><span style="font-weight: bold;">Dallas, TX: </span><a href="http://www.meetup.com/Dallas-R-Users-Group/" target="_self">Dallas R Users Group</a></p> <p><span style="font-weight: bold;">Houston, TX: </span><a href="http://www.meetup.com/houstonr/" target="_self">Houston R Users Group</a></p> <p><strong>Madison, WI: <span style="font-weight: normal;"><a href="http://groups.google.com/group/maduser">Madison Area R Users Group</a></span></strong></p> <p><strong>Salt Lake City, UT: </strong><a href="https://sites.google.com/site/utahrug/" target="_self">University of Utah R Users Group</a></p> <p><strong>Seattle, WA: </strong><a href="http://www.meetup.com/Seattle-useR/">Seattle UseR Group</a></p> <p> </p> <p><strong><span style="font-size: 15px; font-family: Trebuchet MS;">GROUPS WANTED</span></strong></p> <p>The following cities don't have an R user group yet, but we've had requests for information if you want to start one up:</p> <ul> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c" target="_self">Pittsburgh, PA</a></li> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b" target="_self">Phoenix, AZ</a></li> <li>Burlington VT, USA</li> <li>Baton Rouge LA, USA</li> <li>Durbin, South Africa</li> <li>Kenya</li> <li>Austria</li> <li>São Paulo, Brazil</li> <li>India (TamilNad)</li> <li><a href="http://bayesianbiologist.com/2012/02/07/gauging-interest-in-a-montreal-r-user-group/" target="_self">Montreal, Quebec</a></li> </ul> <p><span>Post a comment below</span> to connect with other R users and start a new group in your area. You can also register interest for a new <a href="http://r-users-group.meetup.com/">R User Group in your area</a> at meetup.com.</p> <ul> </ul> <p><strong><br /><span style="font-size: 15px; font-family: Trebuchet MS;">OTHER RESOURCES FOR FINDING LOCAL R USERS</span></strong></p> <p><span><strong>En Español</strong>: Spanish-speaking R users can check on the mailing list <a href="https://stat.ethz.ch/mailman/listinfo/r-help-es">r-help-es</a>.</span></p> <p>There is a list of <a href="http://rwiki.sciviews.org/doku.php?id=rugs:r_user_groups">R User Groups</a> at the R Wiki.</p> <p>There is a list of <a href="http://r-users-group.meetup.com/">R User Groups</a> on meetup.com.</p> </div> </div> </div> <a id="comments"></a> <div class="comments"> <h3 class="comments-header">Comments</h3> <div class="comments-info"> <p><a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml"><img src="http://static.typepad.com/.shared:v20120626.01-0-g44ba6e9:typepad:en_us/images/feed.png" alt="Feed" width="10" height="10" /></a> You can follow this conversation by subscribing to the <a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml">comment feed</a> for this post.</p> </div> <div class="comments-content" id="comments-content"> <!-- comment list --><a id="c6a010534b1db25970b0120a542bba7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a542bba7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a542bba7970c-content"> <span id="comment-6a010534b1db25970b0120a542bba7970c-content"><p>A user group in Amsterdam, NL?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.cs.vu.nl/~rpremraj" href="http://www.cs.vu.nl/~rpremraj">Rahul Premraj</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a542bba7970c#comment-6a010534b1db25970b0120a542bba7970c">August 12, 2009 at 15:06</a> </p> </div><a id="c6a010534b1db25970b0120a4ff1120970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a4ff1120970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a4ff1120970b-content"> <span id="comment-6a010534b1db25970b0120a4ff1120970b-content"><p>Anyone interested in Dublin, Ireland R group?</p></span> </div> <p class="comment-footer"> Posted by: Anthony Staines | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a4ff1120970b#comment-6a010534b1db25970b0120a4ff1120970b">August 17, 2009 at 14:51</a> </p> </div><a id="c6a010534b1db25970b0120a5ac7de3970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5ac7de3970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5ac7de3970b-content"> <span id="comment-6a010534b1db25970b0120a5ac7de3970b-content"><p>I am trying to organize a R User Group for Germany (Southwest) with meetings in Mannheim or Heidelberg, maybe also Stuttgart, Karlsruhe, Frankfurt (later). </p> <p>I just created an initial group collaboration site at http://rug-sw.qlubb.com/public. To join this group click on the button "Request to join this Qlubb" at the upper right of the page (Joining may take a while as it has to be manually approved, sorry). </p> <p>Please join or leave your address even if you're not from the exact region. Maybe you will find other people from your region this way. </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://rug-sw.qlubb.com/public" href="http://rug-sw.qlubb.com/public">Friedrich Schuster</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5ac7de3970b#comment-6a010534b1db25970b0120a5ac7de3970b">September 30, 2009 at 03:58</a> </p> </div><a id="c6a010534b1db25970b0120a5bde33b970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a5bde33b970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5bde33b970b-content"> <span id="comment-6a010534b1db25970b0120a5bde33b970b-content"><p>Hi Anthony,<br /> I'm interested in organizing an R group in Berlin. It'd be an English speaking group.</p></span> </div> <p class="comment-footer"> Posted by: J | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5bde33b970b#comment-6a010534b1db25970b0120a5bde33b970b">October 05, 2009 at 05:52</a> </p> </div><a id="c6a010534b1db25970b0120a6218320970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a6218320970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6218320970c-content"> <span id="comment-6a010534b1db25970b0120a6218320970c-content"><p>Hello R users in Northern Germany! <br /> This is the initial step to set up the R user group in the Northern part of Germany: "R im Norden" (RiN). The objective of this group is to establish a local forum for R users - beginner to advanced. You can meet with other users of the R Programming Language and learn and share tricks and techniques from and with other users. <br /> Please send a short mail indicating your interests to Rainer Feldmann: feldmann@qa-gmbh.de. </p> <p>Kind Regards<br /> Rainer</p></span> </div> <p class="comment-footer"> Posted by: Raienr Feldmann | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6218320970c#comment-6a010534b1db25970b0120a6218320970c">October 07, 2009 at 12:27</a> </p> </div><a id="c6a010534b1db25970b0120a6238e53970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a6238e53970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6238e53970c-content"> <span id="comment-6a010534b1db25970b0120a6238e53970c-content"><p>Hello, </p> <p>The Spanish-speaking R users group is organizing the 1st R conferences in Spain.</p> <p>We will try to create work teams and an organized users group.</p> <p>You can subscribe and send talk proposals here: www.ereros.org</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ereros.org" href="http://www.ereros.org">Patricia García</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6238e53970c#comment-6a010534b1db25970b0120a6238e53970c">October 08, 2009 at 02:16</a> </p> </div><a id="c6a010534b1db25970b0120a5e595ec970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5e595ec970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5e595ec970b-content"> <span id="comment-6a010534b1db25970b0120a5e595ec970b-content"><p>Anyone interested in an R Users group in Seattle WA (Eastside in particular)?</p></span> </div> <p class="comment-footer"> Posted by: Carolyn Johnston | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5e595ec970b#comment-6a010534b1db25970b0120a5e595ec970b">October 14, 2009 at 10:10</a> </p> </div><a id="c6a010534b1db25970b0120a61312e4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a61312e4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a61312e4970b-content"> <span id="comment-6a010534b1db25970b0120a61312e4970b-content"><p>Hi there - Anyone interested in starting a group in the Boston area?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ramakrishnan.com" href="http://www.ramakrishnan.com">Rama Ramakrishnan</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a61312e4970b#comment-6a010534b1db25970b0120a61312e4970b">October 22, 2009 at 09:37</a> </p> </div><a id="c6a010534b1db25970b012875a06a20970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012875a06a20970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875a06a20970c-content"> <span id="comment-6a010534b1db25970b012875a06a20970c-content"><p>Rainer for RiN</p> <p>Ivailo Partchev (University of Jena) asked us to inform you about a online workshop on "Statistical Programming in R", he will hold in Jena on November 21 and 22, 2009. For more information and registration: http://www.metheval.uni-jena.de.</p> <p>Kind Regards<br /> Rainer<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.qa-gmbh.de" href="http://www.qa-gmbh.de">Rainer Feldmann</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875a06a20970c#comment-6a010534b1db25970b012875a06a20970c">November 14, 2009 at 05:16</a> </p> </div><a id="c6a010534b1db25970b012875bcdc84970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012875bcdc84970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875bcdc84970c-content"> <span id="comment-6a010534b1db25970b012875bcdc84970c-content"><p>Italy, Padova<br /> http://www.rante.org/ </p> <p>We are an association that promotes knowledge sharing and the use of open source tools in Italy. As a part of our activities, together with other people (scholars, consultants, R-lovers and so on), we are setting up a R-user group in Italy. Our headquarter is located in Padova, where also the University (Department of Statistical Sciences) mantains a CRAN Mirror. Our initial aims are : - to promote the use of R across public institutions, private companies and no-profit organisations - to collect and disseminate R materials (primers, tutorials, lectures) through our website for making them immediately available to different communities - to organise events and lectures to spread R use across our territory </p> <p>Everyone who is interested in joining and helping us is really welcome. </p> <p>You can contact us at info@rante.org <br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rante.org" href="http://www.rante.org">Dario Solari</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875bcdc84970c#comment-6a010534b1db25970b012875bcdc84970c">November 20, 2009 at 06:37</a> </p> </div><a id="c6a010534b1db25970b0120a73024d1970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a73024d1970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a73024d1970b-content"> <span id="comment-6a010534b1db25970b0120a73024d1970b-content"><p>Also interested in a Seattle-area group.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rapidbiologics.com" href="http://www.rapidbiologics.com">Mark Seligman</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a73024d1970b#comment-6a010534b1db25970b0120a73024d1970b">December 08, 2009 at 13:27</a> </p> </div><a id="c6a010534b1db25970b01287647ee86970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01287647ee86970c"> <div class="comment-content" id="comment-6a010534b1db25970b01287647ee86970c-content"> <span id="comment-6a010534b1db25970b01287647ee86970c-content"><p>Hi I'm Scott from Denver, Colorado. Very new to R, but interested in starting an R group here in the Denver/Boulder area. I have a core group of users (~25) medical/biostatistical researchers that use various functions on various projects. Any information and materials you could send me would be great. We are all currently SAS users willing to learn a new language. </p></span> </div> <p class="comment-footer"> Posted by: Scott Sibbel | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01287647ee86970c#comment-6a010534b1db25970b01287647ee86970c">December 11, 2009 at 14:05</a> </p> </div><a id="c6a010534b1db25970b012876483316970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876483316970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876483316970c-content"> <span id="comment-6a010534b1db25970b012876483316970c-content"><p>Hi Scott. I'll send you a document with tips on how to start up a user group (one of these days I'll get around to making it into a blog post).</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolution-computing.com" href="http://www.revolution-computing.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876483316970c#comment-6a010534b1db25970b012876483316970c">December 11, 2009 at 15:21</a> </p> </div><a id="c6a010534b1db25970b0120a7a3a244970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7a3a244970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7a3a244970b-content"> <span id="comment-6a010534b1db25970b0120a7a3a244970b-content"><p>Hi <br /> Im in Durban, South Africa and am keen to meet with other R users in the area. </p></span> </div> <p class="comment-footer"> Posted by: Michael Chadbourne | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7a3a244970b#comment-6a010534b1db25970b0120a7a3a244970b">January 04, 2010 at 11:26</a> </p> </div><a id="c6a010534b1db25970b0120a7c355b4970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a7c355b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7c355b4970b-content"> <span id="comment-6a010534b1db25970b0120a7c355b4970b-content"><p>Hi there<br /> I would also be interested in a R group for Dublin,IE.<br /> Regards<br /> Kevin O'Brien.</p></span> </div> <p class="comment-footer"> Posted by: Kevin O'Brien | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7c355b4970b#comment-6a010534b1db25970b0120a7c355b4970b">January 11, 2010 at 07:37</a> </p> </div><a id="c6a010534b1db25970b012876d1ffd2970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876d1ffd2970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876d1ffd2970c-content"> <span id="comment-6a010534b1db25970b012876d1ffd2970c-content"><p>Hi, <br /> I would be interested in an R group in Baton Rouge, Louisiana, USA.</p> <p>Daniel Ence</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1" href="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1">Daniel Ence</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876d1ffd2970c#comment-6a010534b1db25970b012876d1ffd2970c">January 13, 2010 at 14:18</a> </p> </div><a id="c6a010534b1db25970b012876e708ba970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876e708ba970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876e708ba970c-content"> <span id="comment-6a010534b1db25970b012876e708ba970c-content"><p>I am keen to meet other R users in Brussels. If anyone is interested let me know. Would also actively support the establiment of such a group. </p></span> </div> <p class="comment-footer"> Posted by: Alexis-Michel Mugabushaka | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876e708ba970c#comment-6a010534b1db25970b012876e708ba970c">January 17, 2010 at 12:26</a> </p> </div><a id="c6a010534b1db25970b0120a7ee4b07970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7ee4b07970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7ee4b07970b-content"> <span id="comment-6a010534b1db25970b0120a7ee4b07970b-content"><p>St. Louis anyone?</p></span> </div> <p class="comment-footer"> Posted by: Alex | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7ee4b07970b#comment-6a010534b1db25970b0120a7ee4b07970b">January 19, 2010 at 13:11</a> </p> </div><a id="c6a010534b1db25970b012876f16112970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876f16112970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f16112970c-content"> <span id="comment-6a010534b1db25970b012876f16112970c-content"><p>Any interest in a UseR group in Philadelphia?</p></span> </div> <p class="comment-footer"> Posted by: Alex Mc | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f16112970c#comment-6a010534b1db25970b012876f16112970c">January 19, 2010 at 13:32</a> </p> </div><a id="c6a010534b1db25970b012876f1a277970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876f1a277970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f1a277970c-content"> <span id="comment-6a010534b1db25970b012876f1a277970c-content"><p>I would be interested in a Philadelphia UseR group.<br /> leipzig@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://jermdemo.blogspot.com" href="http://jermdemo.blogspot.com">Jeremy Leipzig</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f1a277970c#comment-6a010534b1db25970b012876f1a277970c">January 19, 2010 at 14:35</a> </p> </div><a id="c6a010534b1db25970b0128770154d4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0128770154d4970c"> <div class="comment-content" id="comment-6a010534b1db25970b0128770154d4970c-content"> <span id="comment-6a010534b1db25970b0128770154d4970c-content"><p>Hi! Anyone interested in a UseR group in Toronto, Ontario, Canada?</p></span> </div> <p class="comment-footer"> Posted by: Kate | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0128770154d4970c#comment-6a010534b1db25970b0128770154d4970c">January 22, 2010 at 11:27</a> </p> </div><a id="c6a010534b1db25970b0133ec7af129970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ec7af129970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ec7af129970b-content"> <span id="comment-6a010534b1db25970b0133ec7af129970b-content"><p>I'm also interested in joining or starting an R users group in the Boston. Please contact me at michaeljboucher@gmail.com</p> <p>Regards,</p> <p>Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike Boucher | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ec7af129970b#comment-6a010534b1db25970b0133ec7af129970b">April 05, 2010 at 14:08</a> </p> </div><a id="c6a010534b1db25970b0134808741df970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0134808741df970c"> <div class="comment-content" id="comment-6a010534b1db25970b0134808741df970c-content"> <span id="comment-6a010534b1db25970b0134808741df970c-content"><p>We have a group names as "Research Methods and Analytics", but with R as a main topic, and we are in Pasadena.</p> <p>see http://www.meetup.com/Research-Methods-and-Analytics/ </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Research-Methods-and-Analytics/" href="http://www.meetup.com/Research-Methods-and-Analytics/">Alex</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0134808741df970c#comment-6a010534b1db25970b0134808741df970c">May 06, 2010 at 10:48</a> </p> </div><a id="c6a010534b1db25970b0133ee1ad8ca970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ee1ad8ca970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"> <span id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"><p>I've just started an R users group in Salt Lake City, UT. Anybody in the neighborhood, please join us!</p> <p>http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/" href="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Jake</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ee1ad8ca970b#comment-6a010534b1db25970b0133ee1ad8ca970b">May 20, 2010 at 15:10</a> </p> </div><a id="c6a010534b1db25970b0133f11b2812970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f11b2812970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f11b2812970b-content"> <span id="comment-6a010534b1db25970b0133f11b2812970b-content"><p>I'd like to see a Minneapolis useR group...</p></span> </div> <p class="comment-footer"> Posted by: Aaron | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f11b2812970b#comment-6a010534b1db25970b0133f11b2812970b">June 15, 2010 at 11:23</a> </p> </div><a id="c6a010534b1db25970b013485b89b14970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b013485b89b14970c"> <div class="comment-content" id="comment-6a010534b1db25970b013485b89b14970c-content"> <span id="comment-6a010534b1db25970b013485b89b14970c-content"><p>Mabuhay!</p> <p>I'm from the Islands of Philippines. I want to form R Group here in Manila. Contact me dhon.buenavista@roberts.com.ph Or fgbuenavista@yahoo.com</p></span> </div> <p class="comment-footer"> Posted by: dhon buenavista | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013485b89b14970c#comment-6a010534b1db25970b013485b89b14970c">July 26, 2010 at 17:40</a> </p> </div><a id="c6a010534b1db25970b0133f2fd25db970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f2fd25db970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f2fd25db970b-content"> <span id="comment-6a010534b1db25970b0133f2fd25db970b-content"><p>hi,</p> <p>i've started an R user group in singapore</p> <p>feel free to post</p> <p>cheers</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/R-User-Group-SG/" href="http://www.meetup.com/R-User-Group-SG/">lee</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f2fd25db970b#comment-6a010534b1db25970b0133f2fd25db970b">August 11, 2010 at 00:55</a> </p> </div><a id="c6a010534b1db25970b01348636d606970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01348636d606970c"> <div class="comment-content" id="comment-6a010534b1db25970b01348636d606970c-content"> <span id="comment-6a010534b1db25970b01348636d606970c-content"><p>Any interest in a UseR group in São Paulo, Brazil?</p></span> </div> <p class="comment-footer"> Posted by: Manoel Galdino | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01348636d606970c#comment-6a010534b1db25970b01348636d606970c">August 14, 2010 at 20:40</a> </p> </div><a id="c6a010534b1db25970b013486be2705970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b013486be2705970c"> <div class="comment-content" id="comment-6a010534b1db25970b013486be2705970c-content"> <span id="comment-6a010534b1db25970b013486be2705970c-content"><p>I would be interested in a useR group in Cincinnati.<br /> Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013486be2705970c#comment-6a010534b1db25970b013486be2705970c">September 03, 2010 at 06:06</a> </p> </div><a id="c6a010534b1db25970b0133f4910ebd970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133f4910ebd970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f4910ebd970b-content"> <span id="comment-6a010534b1db25970b0133f4910ebd970b-content"><p>Spain: Barcelona <br /> tim.riffe@gmail.com </p> <p>Anyone interested in starting up a BCN RUG? I’m a gradstudent at the UAB and am interested in forming a local R-user community. I can organize space on the UAB campus, but could meet elsewhere. </p> <p>Algú vol formar un grup de usuaris de R a BCN? Soc estudiant de posgrau a la UAB. Puc organitzar espai a la UAB o reunir a qualsevol lloc a la ciutat. Envia’m un correu! </p></span> </div> <p class="comment-footer"> Posted by: Tim | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f4910ebd970b#comment-6a010534b1db25970b0133f4910ebd970b">September 24, 2010 at 20:30</a> </p> </div><a id="c6a010534b1db25970b0148c7259d9a970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c7259d9a970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c7259d9a970c-content"> <span id="comment-6a010534b1db25970b0148c7259d9a970c-content"><p>Connecticut anyone?</p></span> </div> <p class="comment-footer"> Posted by: Bob | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c7259d9a970c#comment-6a010534b1db25970b0148c7259d9a970c">December 29, 2010 at 06:55</a> </p> </div><a id="c6a010534b1db25970b0147e142510e970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e142510e970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e142510e970b-content"> <span id="comment-6a010534b1db25970b0147e142510e970b-content"><p>Hi.. <br /> I'd like to start a UserGroup in India (TamilNad).<br /> Please guide.</p> <p>Vignesh M</p></span> </div> <p class="comment-footer"> Posted by: Vignesh | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e142510e970b#comment-6a010534b1db25970b0147e142510e970b">January 04, 2011 at 04:10</a> </p> </div><a id="c6a010534b1db25970b0148c751e4f7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c751e4f7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c751e4f7970c-content"> <span id="comment-6a010534b1db25970b0148c751e4f7970c-content"><p>For R users in India, check the R South Asia group </p> <p>http://groups.google.co.in/group/r-sa</p> <p>Thanks</p> <p>Saket</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://groups.google.co.in/group/r-sa" href="http://groups.google.co.in/group/r-sa">Saket</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c751e4f7970c#comment-6a010534b1db25970b0148c751e4f7970c">January 04, 2011 at 23:05</a> </p> </div><a id="c6a010534b1db25970b0147e1cfb200970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e1cfb200970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e1cfb200970b-content"> <span id="comment-6a010534b1db25970b0147e1cfb200970b-content"><p>would also like a Minneapolis/Saint Paul users group</p></span> </div> <p class="comment-footer"> Posted by: david salmela | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e1cfb200970b#comment-6a010534b1db25970b0147e1cfb200970b">January 21, 2011 at 05:17</a> </p> </div><a id="c6a010534b1db25970b0148c807b02c970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c807b02c970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c807b02c970c-content"> <span id="comment-6a010534b1db25970b0148c807b02c970c-content"><p>There is now a Twin Cities R User group (Minneapolis, St. Paul, MN). Please join the meetup.com group and RSVP for the next meeting if you can make it. </p> <p>Looking forward to meeting you all. </p> <p>http://www.meetup.com/twincitiesrug/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/twincitiesrug/" href="http://www.meetup.com/twincitiesrug/">Erik Iverson</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c807b02c970c#comment-6a010534b1db25970b0148c807b02c970c">January 26, 2011 at 09:00</a> </p> </div><a id="c6a010534b1db25970b0148c8174a61970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0148c8174a61970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c8174a61970c-content"> <span id="comment-6a010534b1db25970b0148c8174a61970c-content"><p>Hi all,</p> <p>any R users in the <b>Philippines</b>? im sure you're out there, i'm just not sure how to get to you. i'm from a local university here in Manila, and im thinking of contacting Statistics students from other universities to group together to form a local R group here in Manila. please help spread the word.</p> <p>kind regards! </p></span> </div> <p class="comment-footer"> Posted by: schubert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c8174a61970c#comment-6a010534b1db25970b0148c8174a61970c">January 28, 2011 at 00:57</a> </p> </div><a id="c6a010534b1db25970b0148c855fda6970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c855fda6970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c855fda6970c-content"> <span id="comment-6a010534b1db25970b0148c855fda6970c-content"><p>merçi d'avoir indiqué cette liste,j'ai trouvé mon bonheur! merçi.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.muondo.org" href="http://www.muondo.org">muondo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c855fda6970c#comment-6a010534b1db25970b0148c855fda6970c">February 04, 2011 at 11:10</a> </p> </div><a id="c6a010534b1db25970b0147e2bfa259970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e2bfa259970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e2bfa259970b-content"> <span id="comment-6a010534b1db25970b0147e2bfa259970b-content"><p>Anyone up for Indianapolis-West Lafayette-Bloomington R User Group?</p></span> </div> <p class="comment-footer"> Posted by: Shreyas | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e2bfa259970b#comment-6a010534b1db25970b0147e2bfa259970b">February 22, 2011 at 09:38</a> </p> </div><a id="c6a010534b1db25970b014e5f910918970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e5f910918970c"> <div class="comment-content" id="comment-6a010534b1db25970b014e5f910918970c-content"> <span id="comment-6a010534b1db25970b014e5f910918970c-content"><p>am going to set up Birmingham Alabama r users group; please let me know if anyone is interested</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://timelyportfolio.blogspot.com" href="http://timelyportfolio.blogspot.com">Kent Russell</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e5f910918970c#comment-6a010534b1db25970b014e5f910918970c">March 01, 2011 at 09:30</a> </p> </div><a id="c6a010534b1db25970b0147e3159f31970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e3159f31970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3159f31970b-content"> <span id="comment-6a010534b1db25970b0147e3159f31970b-content"><p>I'm about to start a group for dublin, ireland. I'll post the details shortly.</p></span> </div> <p class="comment-footer"> Posted by: rory cawley | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3159f31970b#comment-6a010534b1db25970b0147e3159f31970b">March 08, 2011 at 13:15</a> </p> </div><a id="c6a010534b1db25970b0147e3786a81970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0147e3786a81970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3786a81970b-content"> <span id="comment-6a010534b1db25970b0147e3786a81970b-content"><p>I have started a Tallahassee R Users Group and have scheduled a meeting on April 3 at 4 PM at New Leaf Market (The Dining Area). Hope to see some people there.</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3786a81970b#comment-6a010534b1db25970b0147e3786a81970b">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b014e86f8935d970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e86f8935d970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e86f8935d970d-content"> <span id="comment-6a010534b1db25970b014e86f8935d970d-content"><p>Sorry forgot to give the url - http://www.meetup.com/Tallahassee-R-Users-Group/</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e86f8935d970d#comment-6a010534b1db25970b014e86f8935d970d">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b015431e10563970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015431e10563970c"> <div class="comment-content" id="comment-6a010534b1db25970b015431e10563970c-content"> <span id="comment-6a010534b1db25970b015431e10563970c-content"><p>Hi,<br /> Looking to start one here in Nairobi..Kenya very soon</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.africangeogeek.com" href="http://www.africangeogeek.com">jude</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015431e10563970c#comment-6a010534b1db25970b015431e10563970c">April 22, 2011 at 00:35</a> </p> </div><a id="c6a010534b1db25970b01538e88d642970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538e88d642970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538e88d642970b-content"> <span id="comment-6a010534b1db25970b01538e88d642970b-content"><p>There is a new users group in Italy: Torino R net<br /> www.TorinoR.net</p> <p>first meeting on 16th June, please update above list and calendar, there is an ical at TorinoR.net/events.ical</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.TorinoR.net" href="http://www.TorinoR.net">Daniele Amberti</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538e88d642970b#comment-6a010534b1db25970b01538e88d642970b">May 17, 2011 at 02:31</a> </p> </div><a id="c6a010534b1db25970b015432625950970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015432625950970c"> <div class="comment-content" id="comment-6a010534b1db25970b015432625950970c-content"> <span id="comment-6a010534b1db25970b015432625950970c-content"><p>Hi Daniele, Torino R net is now on the list -- thanks!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015432625950970c#comment-6a010534b1db25970b015432625950970c">May 18, 2011 at 07:46</a> </p> </div><a id="c6a010534b1db25970b014e890f763e970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e890f763e970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e890f763e970d-content"> <span id="comment-6a010534b1db25970b014e890f763e970d-content"><p>Aloha,</p> <p>We're looking to start an R UseR GRoup in <b>Hawai'i</b> (HI,USA). Most users I know are on Maui, but perhaps we can begin with a distributed group via e-conferencing to include persons on all islands. I can organize space at my research department, which is mostly focused on wildlife, but we'd welcome persons and perspectives from many other disciplines. Please contact robertrankin AT pacificwhale DOT org.</p> <p>Mahalo,<br /> Rob<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.pacificwhale.org" href="http://www.pacificwhale.org">Robert Rankin</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e890f763e970d#comment-6a010534b1db25970b014e890f763e970d">June 11, 2011 at 00:51</a> </p> </div><a id="c6a010534b1db25970b014e891ebf94970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e891ebf94970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e891ebf94970d-content"> <span id="comment-6a010534b1db25970b014e891ebf94970d-content"><p>Aloha Rob,</p> <p>I'm a postdoc in bioinformatics at the UH Manoa Cancer Center. There are several of us here that use R regularly, and I for one would be very interested in attending an R UseR GRoup. I'm on Oahu, but woul dbe interested in e-conferencing if I can figure out how my institution would handle that.</p> <p>Stephen</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.StephenTurner.us/" href="http://www.StephenTurner.us/">Stephen</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e891ebf94970d#comment-6a010534b1db25970b014e891ebf94970d">June 13, 2011 at 16:29</a> </p> </div><a id="c6a010534b1db25970b01538ffc94eb970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538ffc94eb970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538ffc94eb970b-content"> <span id="comment-6a010534b1db25970b01538ffc94eb970b-content"><p>Thank you very much for adding aR as the Argentina R Users Group.<br /> As for now we are a few members but very qualified proffessionals in fields such us medicine, bioinformatics, agriculture, banking and finance.<br /> We hope to have our first meeting in september 2011 in Buenos Aires.<br /> Thanks again and we'll keep you posted for updates.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://ar.i314.com.ar" href="http://ar.i314.com.ar">Juan Pablo Brana</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538ffc94eb970b#comment-6a010534b1db25970b01538ffc94eb970b">July 18, 2011 at 09:23</a> </p> </div><a id="c6a010534b1db25970b015391dcba8b970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015391dcba8b970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391dcba8b970b-content"> <span id="comment-6a010534b1db25970b015391dcba8b970b-content"><p>please send me more informations about R </p></span> </div> <p class="comment-footer"> Posted by: haidari | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391dcba8b970b#comment-6a010534b1db25970b015391dcba8b970b">September 25, 2011 at 11:17</a> </p> </div><a id="c6a010534b1db25970b015391e9200d970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b015391e9200d970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391e9200d970b-content"> <span id="comment-6a010534b1db25970b015391e9200d970b-content"><p>Hi! There's a new R Users Group in Uruguay.<br /> Public website:<br /> http://uyrug.wordpress.com/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://uyrug.wordpress.com/" href="http://uyrug.wordpress.com/">Sebastian Vallejo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391e9200d970b#comment-6a010534b1db25970b015391e9200d970b">September 27, 2011 at 13:20</a> </p> </div><a id="c6a010534b1db25970b014e8bdd0643970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e8bdd0643970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e8bdd0643970d-content"> <span id="comment-6a010534b1db25970b014e8bdd0643970d-content"><p>Thanks Sebastian. There used to be a Google group at: https://sites.google.com/site/grupousuariosruruguay/ (no longer accessible), so I replaced the link with the WordPress site.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e8bdd0643970d#comment-6a010534b1db25970b014e8bdd0643970d">September 27, 2011 at 14:06</a> </p> </div><a id="c6a010534b1db25970b0153925d4ff5970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153925d4ff5970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153925d4ff5970b-content"> <span id="comment-6a010534b1db25970b0153925d4ff5970b-content"><p>I am interested in starting an Predictive Modelling Group in the Pittsburgh, PA area. Though primarily directed towards R users, I would like to keep it open to other software such as SAS, Statistica, and programming languages such as C#.</p> <p>Although we are wedged between the Cincinnati and the Philidelphia groups, I am curious (and hopeful) that there may be a small local community interested in gathering and swapping ideas. It would be open to all and should cater to the corporate and academic communities alike.</p> <p>Email me at jphilbert@gmail.com if interested!</p></span> </div> <p class="comment-footer"> Posted by: John P. Hilbert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153925d4ff5970b#comment-6a010534b1db25970b0153925d4ff5970b">October 17, 2011 at 09:26</a> </p> </div><a id="c6a010534b1db25970b015437258fd4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015437258fd4970c"> <div class="comment-content" id="comment-6a010534b1db25970b015437258fd4970c-content"> <span id="comment-6a010534b1db25970b015437258fd4970c-content"><p>merci pour les liens et la liste! les groupes italiens merci!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://circuspartyparis.blogspot.com/" href="http://circuspartyparis.blogspot.com/">lili darto</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015437258fd4970c#comment-6a010534b1db25970b015437258fd4970c">November 20, 2011 at 09:41</a> </p> </div><a id="c6a010534b1db25970b0153935225b4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153935225b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153935225b4970b-content"> <span id="comment-6a010534b1db25970b0153935225b4970b-content"><p>great, thanks for this list!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://betrader.blog.capital.fr" href="http://betrader.blog.capital.fr">istern</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153935225b4970b#comment-6a010534b1db25970b0153935225b4970b">November 20, 2011 at 09:44</a> </p> </div><a id="c6a010534b1db25970b016761342a79970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b016761342a79970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342a79970b-content"> <span id="comment-6a010534b1db25970b016761342a79970b-content"><p>Any R users in Phoenix? Email me at thor555@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342a79970b#comment-6a010534b1db25970b016761342a79970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b016761342cac970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b016761342cac970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342cac970b-content"> <span id="comment-6a010534b1db25970b016761342cac970b-content"><p>Edit to above comment. Email me at thor5551@gmail.com </p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b0168e6f0a272970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0168e6f0a272970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e6f0a272970c-content"> <span id="comment-6a010534b1db25970b0168e6f0a272970c-content"><p>Speaking for a few interested in montreal here!</p></span> </div> <p class="comment-footer"> Posted by: Jonathan Tremblay | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e6f0a272970c#comment-6a010534b1db25970b0168e6f0a272970c">February 07, 2012 at 16:06</a> </p> </div><a id="c6a010534b1db25970b0168e82eaea3970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0168e82eaea3970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e82eaea3970c-content"> <span id="comment-6a010534b1db25970b0168e82eaea3970c-content"><p>IF IN Pittsburgh THEN email: scott dot malec @t gmail dot com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.maleclabs.com" href="http://www.maleclabs.com">S Malec</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c">February 29, 2012 at 11:50</a> </p> </div><a id="c6a010534b1db25970b0163027d3810970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0163027d3810970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163027d3810970d-content"> <span id="comment-6a010534b1db25970b0163027d3810970d-content"><p>Planning to start up R User group in Vienna, Austria? <br /> Already did some prep work on meetup.com (http://www.meetup.com/ViennaR/) <br /> So if you are interested have a look and get in touch. <br /> Greetings, <br /> WD</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/ViennaR/" href="http://www.meetup.com/ViennaR/">W.D.</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163027d3810970d#comment-6a010534b1db25970b0163027d3810970d">March 05, 2012 at 12:46</a> </p> </div><a id="c6a010534b1db25970b0163035cfb75970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0163035cfb75970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163035cfb75970d-content"> <span id="comment-6a010534b1db25970b0163035cfb75970d-content"><p>I would like to start an R users group in Phoenix, AZ. Please call me or email me if you are interested.</p> <p>435-215-1775</p> <p>Matt</p></span> </div> <p class="comment-footer"> Posted by: Matt Poulton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163035cfb75970d#comment-6a010534b1db25970b0163035cfb75970d">March 27, 2012 at 22:40</a> </p> </div><a id="c6a010534b1db25970b01676793b876970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b01676793b876970b"> <div class="comment-content" id="comment-6a010534b1db25970b01676793b876970b-content"> <span id="comment-6a010534b1db25970b01676793b876970b-content"><p>I am interested in forming a group interested in starting a R Users Group in the general Quantico area of Virgina.</p> <p>If interested, please contact me at my gmail account.</p> <p>Mark Lefcowitz<br /> mlefcowitz@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.linkedin.com/profile/view?id=7106259&trk=tab_pro" href="http://www.linkedin.com/profile/view?id=7106259&trk=tab_pro">Mark Lefcowitz</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01676793b876970b#comment-6a010534b1db25970b01676793b876970b">June 16, 2012 at 03:15</a> </p> </div> </div> </div> <!-- comment-form-atp --> <div id="atp-comments"> <div id="comment-preview" class="hiddenBox"> <h3 id="header-verify-comment" class="comments-header hiddenBox">Verify your Comment</h3> <h3 id="header-preview-comment" class="comments-header hiddenBox">Previewing your Comment</h3> <div class="comments-content"> <div class="comment"> <div id="comment-preview-content" class="comment-content"> </div> <p class="comment-footer"> Posted by: <span id="comment-preview-author"></span> | <span id="comment-preview-datetime"></span> </p> </div> </div> </div> <div id="comment-preview-confirmation" class="hiddenBox yellowBox"> <p>This is only a preview. Your comment has not yet been posted.</p> <form id="comment-preview-form" method="post" onsubmit="atpComments.interceptPost(1); return false;"> <input type="submit" name="post" id="comment-confirm-post" value=" Post " onclick="atpComments.interceptPost(1); return false;"/> <input type="submit" name="edit" id="comment-edit" value="  Edit  " onclick="atpComments.previewOnly(2); return false;"/> <span id="previewFormSpinner" class="hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </form> </div> <div id="comment-error" class="hiddenBox redBox"> Your comment could not be posted. Error type: <span id="comment-error-msg"></span> </div> <div id="comment-complete" class="hiddenBox yellowGreenBox"> Your comment has been posted. <a href="javascript:void 0;" onclick="window.location.hash='#comment-form';window.location.reload(false)">Post another comment</a> </div> <div id="comment-captcha" class="hiddenBox yellowBox"> <div id="captchaText"> <p id="captchaFailMsg" class="captchaErrorText hiddenBox">The letters and numbers you entered did not match the image. Please try again.</p> <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.</p> <p><span id="comment-captcha-viewalt">Having trouble reading this image? <a href="#comment-captcha" onClick="atpComments.generateReCaptcha();">View an alternate.</a></span></p> </div> <form id="comment-captcha-form" method="post" onsubmit="atpComments.submitWithReCaptcha(); return false;"> <div id="recaptcha_content"> <noscript> <iframe src="6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e" height="300" width="500" frameborder="0"></iframe><br /> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type='hidden' name='recaptcha_response_field' value='manual_challenge' /> </noscript> </div> <script type="text/javascript"> $(document).ready(function() { Recaptcha.create("6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e", "recaptcha_content", { theme: "red", callback: Recaptcha.focus_response_field }); }); </script> <p> <input type="submit" name="continue" id="captcha-continue" value=" Continue " /> <span id="captchaFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </p> </form> </div> <div id="primary-comment-form" class="comment-form"> <form id="comment-form" action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1341046614-1d081a2a10cc8d13e1f0de810a317d2c93665dea:HC1s5IWuV0B83Tg7" /> <div class="comments-open"> <h2 class="comments-open-header" id="comment-title">Post a comment</h2> <div id="comments-open-content" class="comments-open-content"> <div id="comments-open-text" style="display:none;"> <textarea id="comment-text" name="text" rows="10" cols="30" onkeyup="atpComments.maxTextArea(this, 64000);"></textarea> <p class="comments-open-subtext"> (You can use HTML tags like <b> <i> and <ul> to style your text.) </p> </div> <div id="comments-open-data" style="display:none;"> <p>Your Information</p> <p> (Name and email address are required. Email address will not be displayed with the comment.) </p> <p> <input id="comment-author" at:default="Name" name="author" size="30" value="Name" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-author" id="comment-author-error" class="comment-error hiddenBox">Name is required to post a comment</label> </p> <p> <input id="comment-email" at:default="Email Address" name="email" size="30" value="Email Address" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-email" id="comment-email-error" class="comment-error hiddenBox">Please enter a valid email address</label> </p> <p> <input id="comment-url" at:default="Web Site URL" name="url" size="30" value="Web Site URL" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-url" id="comment-url-error" class="comment-error hiddenBox">Invalid URL</label> </p> </div> </div> <div id="comments-open-footer" class="comments-open-footer" style="display:none;"> <input type="submit" name="post" id="comment-post-button" value=" Post " onclick="atpComments.interceptPost(1); return false;" disabled="true" /> <input type="submit" name="preview" id="comment-preview-button" value=" Preview " onclick="atpComments.previewOnly(1); return false;" disabled="true" /> <span id="commentEntryFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </div> </div> </form> <noscript> <div id="comments-open-noscript" class="comments-open-noscript"> <form action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1341046614-fb245490c1449a67c502b64fde0c8edb19426a02:YsWms6E5OvWctq4p" /> Name:<br /><input type="text" name="author" size="30" /><br /> Email address:<br /><input type="text" name="email" size="30" /><br /> URL:<br /><input type="text" name="url" size="30" /><br /><br /> Comment:<br /><textarea name="text" cols="40" rows="4"></textarea><br /> <input type="submit" name="submit" value="Submit" /> </form> </div> </noscript> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- sidebar --> <div class="module-archives module"> <h2 class="module-header">Information</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/about.html">About this blog</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/comments-policy.html">Comments Policy</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/categories.html">About Categories</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/authors.html">About the Authors</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/calendar.html">R Community Calendar</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <p><a href="http://www.revolutionanalytics.com/"><img src="http://revolution-computing.typepad.com/imagesRev/RA_logo_trans1.75in.png"></a><br />R for the Enterprise</p> </div> </div> <div class="module-custom_html module"> <div class="module-content"> Got comments or suggestions for the blog editor? <br> Email <a href="mailto:david@revolution-computing.com">David Smith</a>. </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://www.twitter.com/revodavid"><img src="http://twitter-badges.s3.amazonaws.com/t_small-b.png" alt="Follow revodavid on Twitter"/></a> Follow David on Twitter: <a href="http://twitter.com/revodavid">@revodavid</a><br> <img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" width="16" height="16"> <a rel="author" href="https://plus.google.com/113975782306391318324/about?rel=author">+David Smith</a> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://inside-r.org/download" title="Download R"><img src="http://inside-r.org/sites/all/themes/rweb/assets/badges/download-r-badge-125-blue.png" border="0" /></a> </div> </div> <div class="module-syndicate module"> <div class="module-content"> <a href="http://blog.revolutionanalytics.com/atom.xml">Subscribe to this blog's feed</a> </div> </div> <div class="module-categories module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/academia/">academia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/advanced-tips/">advanced tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/announcements/">announcements</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/applications/">applications</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/beginner-tips/">beginner tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/big-data/">big data</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/courses/">courses</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/current-events/">current events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/data-science/">data science</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/developers/">developer tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/events/">events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/finance/">finance</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/government/">government</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/graphics/">graphics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/high-performance-computing/">high-performance computing</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/life-sciences/">life sciences</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/open-source/">open source</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/other-industry/">other industry</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/packages/">packages</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/predictive-analytics/">predictive analytics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/profiles/">profiles</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r/">R</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r-is-hot/">R is Hot</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/random/">random</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/revolution/">Revolution</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/rmedia/">Rmedia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/roundups/">roundups</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/sports-1/">sports</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/statistics/">statistics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/user-groups/">user groups</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">R links</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://inside-R.org">inside-R.org, the R Community Site</a><br />Sponsored by Revolution Analytics</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/">Revolution Analytics</a><br />Information about Revolution R</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/downloads/">Download Revolution R</a><br />Free, high-performance distribution of R</li> <li class="module-list-item"><a href="http://forums.revolutionanalytics.com">Revolution R forum</a><br />Questions and discussions about Revolution R</li> <li class="module-list-item"><a href="http://www.revolution-computing.com/cran">CRAN</a><br />Download packages for R</li> <li class="module-list-item"><a href="http://www.r-project.org">R Project site</a><br />Information about the R project</li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Recommended Sites</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://flowingdata.com">FlowingData</a><br />Modern data visualization</li> <li class="module-list-item"><a href="http://onertipaday.blogspot.com/">One R Tip A Day</a><br />Code examples for graphics and analysis</li> <li class="module-list-item"><a href="http://www.r-bloggers.com">R Bloggers</a><br />Daily news and tutorials about R, contributed by R bloggers worldwide.</li> <li class="module-list-item"><a href="http://www.analyticbridge.com/group/rprojectandotherfreesoftwaretools">R Project group on analyticbridge.com</a><br />Community and discussion forum</li> <li class="module-list-item"><a href="http://www.stat.columbia.edu/~cook/movabletype/mlm/">Statistical Modeling, Causal Inference, and Social Science</a><br />Andrew Gelman's statistics blog</li> <li class="module-list-item"><a href="http://www.dataists.com/">The Dataists</a><br />Innovative and practical data analysis methodology.</li> </ul> </div> </div> <div class="module-archives module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Archives</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/06/index.html">June 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/05/index.html">May 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/04/index.html">April 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/03/index.html">March 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/02/index.html">February 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/01/index.html">January 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/12/index.html">December 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/11/index.html">November 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/10/index.html">October 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/09/index.html">September 2011</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Search Revolutions Blog</h2> <div class="typelist-plain module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-note"><form method="get" action="http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <div style="background-color:white;"></div> <input type="text" name="q" size="18" maxlength="255" value="" /> <input type="submit" name="btnG" value=" Search Blog " /> <br /> <small> <input type="hidden" name="domains" value="blog.revolutionanalytics.com" /> <br /> <input type="hidden" name="sitesearch" value="blog.revolutionanalytics.com" checked="checked" /> <br /></small> </form> <!-- SiteSearch Google --></div></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script> <script>mktoMunchkin("224-FMR-259");</script> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var firstTracker = _gat._getTracker("UA-6984166-10"); firstTracker._setDomainName(".revolutionanalytics.com"); firstTracker._setAllowLinker(true); firstTracker._setAllowHash(false); firstTracker._trackPageview(); var secondTracker = _gat._getTracker("UA-6984166-9"); secondTracker._setDomainName(".revolutionanalytics.com"); secondTracker._setAllowLinker(true); secondTracker._setAllowHash(false); secondTracker._trackPageview(); } catch (err) { } </script> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="http://www.typepad.com/t/stats?blog_id=1774446&user_id=3164880&page=' + escape(location.href) + '&referrer=' + escape(document.referrer) + '&i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qoptions = { tags:"typepad.extended" }; _qacct="p-fcYWUmj5YbYKM"; quantserve();</script> <noscript> <a href="http://www.quantcast.com/p-fcYWUmj5YbYKM" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-fcYWUmj5YbYKM.gif?tags=typepad.extended" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script> <script type="text/javascript"> var captchaImgAttempts = 0; var allowAnonComments = '0'; var registrationRequired = 0; var registrationOptional = 0; var emailRequired = 1; var useAvatars = 0; var showSignInMessaging = 0; var jsonURL = "/.services/json-rpc"; var captchaSrc = "/.services/captcha?code_encrypted="; var alertCommentCannotBeBlank = "You can not leave an empty comment. Please enter some text in the Comment field."; var alertEditingExpired = "Sorry, you're no longer allowed to edit this comment. You may have taken too much time before submitting your edit or someone may have already replied to it."; var alertAuthorCannotBeBlank = "Name must not be blank."; var alertEmailCannotBeBlank = "Email Address must not be blank."; var alertAuthorAndEmailCannotBeBlank = "Name and email address are both required!"; var alertEmailIsInvalid = "The Email Address you entered is invalid. Please enter a valid email address."; var alertUnauthorizedAction = "The comments on this post are closed."; var msgPostReplyTo = "Reply to "; var msgInReplyTo = "In reply to "; var msgPostAComment = "Post a comment "; var atpCommentsPath = "/.shared/js/atpcomments_yui.js?v=5"; var hasChanged = 0; var hostName = ".revolutionanalytics.com"; var tp_comment_token = "1341046614-05cbcffdfd1dc9197addd67b4d981fdc74085258:BSGgKzGBZ5AgfJN5"; var use_recaptcha = 1; var recaptcha_publickey = "6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e"; var isPage = 1; var blog_xid = "6a010534b1db25970b010536040741970b"; var xid = ""; var injectCode = '<div id=\"comment-preview\" class=\"hiddenBox\">\n\t<h3 id=\"header-verify-comment\" class=\"comments-header hiddenBox\">Verify your Comment<\/h3>\n <h3 id=\"header-preview-comment\" class=\"comments-header hiddenBox\">Previewing your Comment<\/h3>\n\t<div class=\"comments-content\">\n\t\t<div class=\"comment\">\n\t\t\t<div id=\"comment-preview-content\" class=\"comment-content\">\n\t\t\t<\/div>\n\t\t\t<p class=\"comment-footer\">\n\t\t\t\tPosted by: \n\t\t\t\t<span id=\"comment-preview-author\"><\/span> | <span id=\"comment-preview-datetime\"><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div id=\"comment-preview-confirmation\" class=\"hiddenBox yellowBox\">\n <p>This is only a preview. Your comment has not yet been posted.<\/p>\n \t<form id=\"comment-preview-form\"\n \t\tmethod=\"post\"\n \t\tonsubmit=\"atpComments.interceptPost(1); return false;\">\n\t\t<input type=\"submit\" name=\"post\" id=\"comment-confirm-post\" value=\" Post \" onclick=\"atpComments.interceptPost(1); return false;\"/>\t\t \n\t\t<input type=\"submit\" name=\"edit\" id=\"comment-edit\" value=\"  Edit  \" onclick=\"atpComments.previewOnly(2); return false;\"/>\n <span id=\"previewFormSpinner\" class=\"hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n\t<\/form>\n<\/div>\n<div id=\"comment-error\" class=\"hiddenBox redBox\">\t \n Your comment could not be posted. Error type: <span id=\"comment-error-msg\"><\/span> \n<\/div>\t\n<div id=\"comment-complete\" class=\"hiddenBox yellowGreenBox\">\n Your comment has been posted. <a href=\"javascript:void 0;\" onclick=\"window.location.hash=\'#comment-form\';window.location.reload(false)\">Post another comment<\/a>\n<\/div>\t\n<div id=\"comment-captcha\" class=\"hiddenBox yellowBox\">\t\n <div id=\"captchaText\">\n\t <p id=\"captchaFailMsg\" class=\"captchaErrorText hiddenBox\">The letters and numbers you entered did not match the image. Please try again.<\/p>\t \t \n\t <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.<\/p>\n\t <p><span id=\"comment-captcha-viewalt\">Having trouble reading this image? <a href=\"#comment-captcha\" onClick=\"atpComments.generateReCaptcha();\">View an alternate.<\/a><\/span><\/p>\n <\/div>\n <form id=\"comment-captcha-form\" \n\t\t method=\"post\"\n\t\t onsubmit=\"atpComments.submitWithReCaptcha(); return false;\">\n <div id=\"recaptcha_content\">\n <noscript>\n <iframe src=\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\" height=\"300\" width=\"500\" frameborder=\"0\"><\/iframe><br />\n <textarea name=\"recaptcha_challenge_field\" rows=\"3\" cols=\"40\"><\/textarea>\n <input type=\'hidden\' name=\'recaptcha_response_field\' value=\'manual_challenge\' />\n <\/noscript>\n <\/div>\n <script type=\"text/javascript\">\n $(document).ready(function() {\n Recaptcha.create(\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\",\n \"recaptcha_content\", {\n theme: \"red\",\n callback: Recaptcha.focus_response_field\n });\n });\n <\/script>\n <p>\n <input type=\"submit\" name=\"continue\" id=\"captcha-continue\" value=\" Continue \" />\n <span id=\"captchaFormSpinner\" class=\"commentSpinner hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/p>\n <\/form>\n<\/div>\n'; var entryPermalink = "http://blog.revolutionanalytics.com/local-r-groups.html"; var inlineReply = document.createElement("div"); var commentFooterLinks; var commentHeader; var commentReplyXID; var commentReplyAuthor; var commentReplyComplete; var inlineReplyLoaded = 0; var commentFormNum = undefined; /* Deprecated but still exists in advanced template sets, so must be defined */ function xidToCommentPermalink (entryUrl, xid) { return entryUrl + "?cid=" + xid + "#comment-" + xid; } /* Deprecated advanced template functions */ function handleSubmit() { return true; }; function handleChange() { return true; }; </script> <script type="text/javascript" src="/.shared/js/yui/yuiloader-beta-min.js"></script> <script type="text/javascript" src="/.shared/js/atpcomments.js?v=5"></script> <!-- Blogside Toolbar --> <script type="text/javascript"> var TPToolbar = { src: "http://www.typepad.com/services/toolbar?blog_id=6a010534b1db25970b010536040741970b&asset_id=6a010534b1db25970b011570112bbe970b&atype=Page&to=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&autofollowed=0", asset_xid: "6a010534b1db25970b011570112bbe970b", bookmarklet_uri: "http://static.typepad.com/.shared/js/qp/loader-combined-min.js" }; var TYPEPAD___bookmarklet_domain = "http://www.typepad.com/"; </script> <script type="text/javascript" src="/.shared/js/toolbar/blogside-toolbar-combined-min.js"></script> <!-- End Blogside Toolbar --> <!-- Begin comScore Tag --> <script> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js'%3E%3C/script%3E")); </script> <script> COMSCORE.beacon({ c1: 2, c2: "6035669", c3: "", c4: "http://blog.revolutionanalytics.com/local-r-groups.html", c5: "", c6: "", c15: "" }); </script> <noscript> <img src="http://b.scorecardresearch.com/b?c1=2&c2=6035669&c3=&c4=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&c5=&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt="" /> </noscript> <!-- End comScore Tag --> </body> </html> <!-- ph=1 -->
2012-07-07
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="typepad-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="News about R, statistics and the world of open source from the staff of REvolution Analytics" /> <link rel="stylesheet" href="http://blog.revolutionanalytics.com/styles.css?v=6" type="text/css" media="screen" /> <link rel="stylesheet" href="http://static.typepad.com/.shared:v20120705.02-0-g56d1ec6:typepad:en_us/themes/common/print.css" type="text/css" media="print" /> <link rel="alternate" type="application/atom+xml" title="Posts on 'Revolutions' (Atom)" href="http://blog.revolutionanalytics.com/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 1.0)" href="http://blog.revolutionanalytics.com/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 2.0)" href="http://blog.revolutionanalytics.com/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "http://www.typepad.com/"; </script> <script type="text/javascript" src="http://static.typepad.com/.shared:v20120705.02-0-g56d1ec6:typepad:en_us/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['t2._setAccount', 'UA-225723-36']); _gaq.push(['t2._setDomainName', 'none']); _gaq.push(['t2._setAllowLinker', true]); _gaq.push(['t2._setCustomVar', 1, 'Blog', '6a010534b1db25970b010536040741970b', 3]); _gaq.push(['t2._setCustomVar', 2, 'Page Type', 'Page', 3]); _gaq.push(['t2._trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel="alternate" type="application/atom+xml" title="Comments on 'Local R User Group Directory' (Atom)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Comments on 'Local R User Group Directory' (RSS 2.0)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/rss.xml" /> <title>Revolutions: Local R User Group Directory</title> <link rel="start" href="http://blog.revolutionanalytics.com/" title="Home" /> </head> <body class="layout-two-column-right"> <div id="container"> <div id="container-inner" class="pkg"> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="http://blog.revolutionanalytics.com/" accesskey="1">Revolutions</a></h1> <h2 id="banner-description"> News about R, statistics, big data analytics, data science, and the world of open source from the staff of <a href="http://www.revolutionanalytics.com">Revolution Analytics</a> </h2> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- page --> <div class="entry-author-david_smith entry-type-page entry" id="entry-65315573"> <h3 class="entry-header">Local R User Group Directory</h3> <div class="entry-content"> <div class="entry-body"> <p>Looking for R users in your area to meet, interact with, and share ideas? Why not join your local R User Group? </p> <p>Here's a directory of the local R user groups we're aware of.  If you know of a group not listed here, or need information on how to set up your own R user group, please contact <a href="mailto:community@revolutionanalytics.com">community@revolutionanalytics.com</a>, or post in the comments below.</p> <p>If you're thinking of starting a local R user group yourself, Revolution Analytics offers <a href="http://www.revolutionanalytics.com/news-events/r-user-group/" target="_self">sponsorships</a> for both new and established groups, and has provided some tips for <a href="http://www.revolutionanalytics.com/news-events/r-user-group/how-to-start-r-user-group.php" target="_self">starting a new R user group</a>.</p> <h3><strong><span>AUSTRALIA</span></strong></h3> <p><strong>Adelaide</strong>: <a href="http://www.meetup.com/Adelaide-R-users-group/" target="_self">Adelaide R-users group</a></p> <p><strong>Brisbane: </strong><a href="http://www.meetup.com/Group-for-R-Users-in-Brisbane-GRUB/">Group for R Users in Brisbane</a> (GRUB)</p> <p><strong>Canberra</strong>: <a href="http://www.meetup.com/Canberra-R-Users-Group/">Canberra R Users Group</a> (CANRUG)</p> <p><strong>Hobart</strong>: <a href="http://www.meetup.com/Hobart-R-Users-Group/" target="_self">Hobart R Users Group</a> (HRUG)</p> <p><strong>Melbourne: </strong><a href="http://www.meetup.com/MelbURN-Melbourne-Users-of-R-Network/">Melbourne Users of R Network</a> (MelbURN)</p> <p><strong>Sydney</strong>: <a href="http://www.meetup.com/R-Users-Sydney/">Sydney Users of R Forum</a> (SURF)</p> <p> </p> <p><span style="font-size: medium;"><span style="font-size: 15px; line-height: 18px;"><strong>ASIA</strong></span></span></p> <p><span><span><strong>China</strong>: Financial R User's Group: <a href="http://www.goldenbug.net/category/技术专题/R/">Looking for golden bugs</a></span></span></p> <p><strong>China (Macao)</strong>: <a href="http://groupspaces.com/R-research/" target="_self">R-Research</a></p> <p><strong>China (Shanghai/East China)</strong>: <a href="http://www.shanghair.org/cn/" target="_self">ShanghaiR</a> (<a href="http://www.shanghair.org/" target="_self">in English</a>)</p> <p><strong>India (Bangalore)</strong>: <a href="http://groups.google.com/group/brumail">Bangalore R Users - BRU</a></p> <p><strong>Japan (Nagoya)</strong>: <a href="http://corpus-study.info/nagoyar">Nagoya.R</a></p> <p><span><span><span style="font-weight: bold;">Japan (Osaka): </span><a href="http://m884.jp/Osaka.R/">Osaka.R</a></span></span></p> <p><span><span><strong>Japan (Tokyo): </strong><a href="https://groups.google.com/group/r-study-tokyo" target="_self">Tokyo.R</a></span></span></p> <p><span><span><strong><a href="http://m884.jp/Osaka.R/"></a>Japan (Tsukuba)</strong><span>:</span> <a href="http://wiki.livedoor.jp/syou6162/">Tsukuba.R</a></span></span></p> <p><strong>Singapore</strong>: <a href="http://groups.google.com/group/singapore-r-user-group" target="_self">R User Group - SG</a></p> <p><strong>South Asia</strong>: <a href="http://groups.google.co.in/group/r-sa">R South Asia</a>, a mailing list to promote and discuss R in South Asia.</p> <p><strong>South Korea (Seoul)</strong>: <a href="http://www.openstatistics.net">GNU R User's Group and Open Statistics Project in Korea</a></p> <p><strong>Taiwan (Taipei)</strong>: <a href="https://sites.google.com/site/zhonghuarruantixuehui/" target="_self">Chinese Academy of R Software (CARS)</a></p> <p> </p> <p><span style="font-size: 15px; font-weight: bold;">CANADA</span></p> <p><strong>Montréal</strong>: <a href="http://www.meetup.com/Montreal-R-User-Group/" target="_self">Montreal R User Group</a></p> <p><span style="font-weight: bold;">Ottawa:</span> <a href="https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa">Ottawa Gatineau R Users Group</a></p> <p><strong>Québec</strong>: <a href="http://www.cef-cfr.ca/index.php?n=Membres.PleinR" target="_self">Plein-R</a> (en Français)</p> <p><strong>Toronto</strong>: <a href="http://www.meetup.com/Greater-Toronto-Area-GTA-R-Users-Group" target="_self">Greater Toronto Area (GTA) R User's Group</a> ; <a href="http://www.meetup.com/R-Matlab-Users/" target="_self">R Matlab Users</a> (finance oriented)</p> <p><strong>Vancouver</strong>: <a href="http://www.meetup.com/Vancouver-R-Users-Group-data-analysis-statistics/" target="_self">Vancouver R Users Group</a></p> <p> </p> <p><span style="font-size: 15px;"><strong>EUROPE</strong></span></p> <p><strong>Austria (Vienna): </strong><a href="http://www.meetup.com/ViennaR/" target="_self">ViennaR</a></p> <p><strong>Belgium (Brussels)</strong>: <a href="http://www.meetup.com/RBelgium/" target="_self">RBelgium</a></p> <p><strong>Finland: </strong><a href="http://bioinformatics.utu.fi/seura/index_en.html">Finnish Society for Bioinformatics</a></p> <p><strong><span style="font-weight: normal;"><strong>France (Paris)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.mnhn.fr/semin-r/">Semin-R</a></span></strong></p> <p><strong>France (Montpellier): </strong><a href="http://forums.cirad.fr/logiciel-R/index.php">Groupe des utilisateurs du logiciel R</a></p> <p><strong>Germany (Dresden)</strong>: <a href="http://www.research-garden.de/" target="_self">Research Garden</a></p> <p><strong>Germany (Geißen)</strong>: <a href="http://www.meetup.com/Giessen-R-Users-Group/" target="_self">Giessen R Users Group</a></p> <p><strong>Germany (Kassel): </strong><a href="http://www.meetup.com/Kassel-useR-Group/">Kasseler useR Group</a></p> <p><strong>Germany (Köln)</strong>: <a href="http://www.meetup.com/KoelnRUG/" target="_self">Köln R User Group</a></p> <p><strong>Germany (Leipzig)</strong>: <a href="http://www.meetup.com/Leipzig-R-statistical-computing/" target="_self">Leipzig R Statistical Computing</a></p> <p><strong>Germany (Southwest): </strong><a href="http://rusergroup-de-sw.mixxt.de/">R User Group DE-Südwest</a></p> <p><strong>Germany (North): </strong>R im Norden (email <a href="mailto:feldmann@qa-gmbh.de">Rainer Feldmann</a>)</p> <p><strong>Ireland (Dublin)</strong>: <a href="http://www.meetup.com/DublinR/" target="_self">Dublin-R</a></p> <p><strong>Italy (Milan)</strong>: <a href="http://www.milanor.net/" target="_self">MilanoR</a></p> <p><strong>Italy (Padua)</strong>: <a href="http://groups.google.com/group/rante">Italy-RUG</a> (Rante)</p> <p><strong>Italy (Torino)</strong>: <a href="http://torinor.net/" target="_self">Torino R net</a></p> <p><strong>Lithuania</strong>: <a href="http://www.vilniusr.org/" target="_self">VilniusR</a></p> <p><strong>Netherlands (Amsterdam)</strong>: <a href="http://www.meetup.com/amst-R-dam/" target="_self">amst-R-dam</a></p> <p><strong>Poland (Warsaw/Wroclaw)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.biecek.pl/WZUR"><span style="font-weight: normal;">Annual Polish R User Group Meeting</span></a></p> <p><span style="font-weight: normal;"><strong>Poland (virtual): </strong>W Polski, Polish R users forum: <a href="https://www.im.uj.edu.pl/gur/">Grupa użytkowników R</a>.<br /></span></p> <p><strong>Serbia (Belgrade)</strong>: <a href="http://savtajr.blogspot.com/" target="_self">Sav taj R</a></p> <p><strong>Slovenia (Ljubljana):</strong> <a href="http://groups.google.com/group/rkoholiki">Anonymous Rcoholics</a></p> <p><strong>Spain (Barcelona)</strong>: <a href="http://rugbcn.wordpress.com/" target="_self">RUGBCN</a></p> <p><strong>Switzerland (Basel):</strong> <a href="http://www.baselr.org/">BaselR</a></p> <p><strong>Switzerland (Geneva)</strong>: <a href="http://www.geneva-r.org/" target="_self">GenevaR</a></p> <p><strong>Switzerland (Zurich)</strong>: <a href="http://www.zurichr.org/" target="_self">ZurichR</a></p> <p><strong>UK (Birmingham)</strong>: <a href="http://www.meetup.com/BirminghamR/" target="_self">Birmingham R Users Meeting (BRUM)</a></p> <p><strong>UK (Cambridge)</strong>: <a href="http://www.cambr.org.uk/" target="_self">CambR</a></p> <p><span style="font-size: 13px; font-weight: bold;">UK (London): <span style="font-weight: normal;"><a href="http://www.londonr.org/">LondonR</a></span></span></p> <p><strong><br /></strong></p> <p style="margin: 0px 0px 1em; padding: 0px;"><span style="line-height: 18px; font-size: 15px;"><strong>MIDDLE EAST / AFRICA</strong></span></p> <p><span><span><span><strong>Israel</strong>: </span><a href="http://groups.google.com/group/israel-r-user-group">Israel R User Group</a></span></span></p> <p><span><strong>Turkey</strong>: <a href="http://www.meetup.com/ankara-r-users/" target="_self">Ankara R Users Group</a></span></p> <p><span><span><br /></span></span></p> <h3><strong>SOUTH AMERICA</strong></h3> <p><strong>Argentina</strong> (Buenos Ares): <a href="http://ar.i314.com.ar/" target="_self">.AR</a> </p> <p><strong>Brazil</strong> (virtual): <a href="http://br.groups.yahoo.com/group/R_STAT/" target="_self">Brasil R_STAT</a></p> <p><strong>Brazil</strong> (virtual): <a href="http://leg.est.ufpr.br/doku.php/software:rbr" target="_self">R-br: the Brazilian R-community</a></p> <p><strong>Uruguay</strong>: <a href="http://uyrug.wordpress.com/" target="_self">Grupo de Usuarios de R en Uruguay </a></p> <p> </p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';">USA (sorted by state)</span></p> <p><strong>Berkeley, CA</strong>: <a href="http://www.meetup.com/r-enthusiasts/" target="_self">The Berkeley R Language Beginner Study Group</a></p> <p><strong>Los Angeles, CA</strong>: <a href="http://www.meetup.com/LAarea-R-usergroup/">Los Angeles Area R Users Group</a></p> <p><strong>Orange County, CA</strong>: <a href="http://www.linkedin.com/groups?gid=3826973" target="_self">Orange County R User Group</a></p> <p><strong>Pasadena, CA: </strong><a href="http://www.meetup.com/Research-Methods-and-Analytics/">Research Methods and Analytics (R is a main topic)</a></p> <p><strong>San Diego, CA</strong>: <a href="http://www.meetup.com/San-Diego-R-users-group">San Diego R Users Group</a></p> <p><strong>San Francisco / Bay Area, CA</strong>: <a href="http://www.meetup.com/R-Users/">Bay Area R Users Group</a></p> <p><strong>Denver, CO</strong>: <a href="http://www.meetup.com/DenverRUG/">Denver R User Group</a></p> <p><strong>Stamford, CT</strong>: <a href="http://www.meetup.com/Conneticut-R-Users-Group/" target="_self">Connecticut R Users Group</a></p> <p><span style="font-weight: bold;"><strong>Washington, DC</strong>: </span><a href="http://www.meetup.com/R-users-DC">DC UseR Group</a></p> <p><span style="font-weight: bold;"><a href="http://www.meetup.com/R-users-DC"></a>Atlanta, GA: </span><a href="http://www.meetup.com/R-Users-Atlanta/" target="_self">Atlanta R User's Group</a></p> <p><strong>Chicago, IL</strong>: <a href="http://www.meetup.com/ChicagoRUG/">Chicago R Users Group</a></p> <p><strong>Greencastle, IN</strong>: <a href="http://fs6.depauw.edu:50080/%7Ehanson/R-pages/R%40DPU.html">R users at DePauw University</a></p> <p><strong>Kansas City, KS</strong>: <a href="http://groupspaces.com/KCRUsersGroup/" target="_self">Kansas City R Users Group</a></p> <p><strong>Boston, MA: </strong><a href="http://www.meetup.com/Boston-useR/" target="_self">Greater Boston useR Group</a></p> <p><strong>Medford, MA</strong>: <a href="http://www.meetup.com/RUGraT/" target="_self">R Users Group at Tufts (RUGraT)</a></p> <p><strong>Minneapolis and St. Paul, MN</strong>: <a href="http://www.meetup.com/twincitiesrug/" target="_self">Twin Cities R User Group</a></p> <p><strong>Saint Louis, MO</strong>: <a href="http://www.meetup.com/Saint-Louis-RUG/" target="_self">Saint Louis R User Group</a></p> <p><strong>Raleigh-Durham, NC: </strong><a href="http://www.meetup.com/Triangle-useR/">Raleigh-Durham-Chapel Hill R Users Group</a></p> <p><strong><strong>Cincinnati/Dayton, OH: </strong></strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self">CinDay RUG</a></p> <p><strong>Cleveland, OH</strong>: <a href="http://www.meetup.com/Cleveland-useR-Group/" target="_self">Cleveland UseR Group</a></p> <p><strong>Portland, OR: </strong><a href="http://www.meetup.com/portland-r-user-group">Portland R User Group</a> (there is also a local <a href="http://groups.google.com/group/pdx-visualization">data visualization group</a>)</p> <p><strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self"></a>Philadelphia, PA</strong>: <a href="http://phillyr.ning.com/">Philadelphia UseR Group</a></p> <p><strong>New Jersey, NJ</strong>: <a href="http://newjerseyr.org/">NewJerseyR</a></p> <p><strong>New York, NY</strong>: <a href="http://www.meetup.com/nyhackr/">New York R Statistical Programming Meetup</a> </p> <p><strong>New York, NY</strong>: <a href="http://groups.google.com/group/columbiaR">Columbia R Statistical Programming Group</a></p> <p><strong>Austin, TX</strong>: <a href="http://www.meetup.com/Austin-R-User-Group/" target="_self">Austin R User Group</a></p> <p><span style="font-weight: bold;">Dallas, TX: </span><a href="http://www.meetup.com/Dallas-R-Users-Group/" target="_self">Dallas R Users Group</a></p> <p><span style="font-weight: bold;">Houston, TX: </span><a href="http://www.meetup.com/houstonr/" target="_self">Houston R Users Group</a></p> <p><strong>Madison, WI: <span style="font-weight: normal;"><a href="http://groups.google.com/group/maduser">Madison Area R Users Group</a></span></strong></p> <p><strong>Salt Lake City, UT: </strong><a href="https://sites.google.com/site/utahrug/" target="_self">University of Utah R Users Group</a></p> <p><strong>Seattle, WA: </strong><a href="http://www.meetup.com/Seattle-useR/">Seattle UseR Group</a></p> <p> </p> <p><strong><span style="font-size: 15px; font-family: Trebuchet MS;">GROUPS WANTED</span></strong></p> <p>The following cities don't have an R user group yet, but we've had requests for information if you want to start one up:</p> <ul> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c" target="_self">Pittsburgh, PA</a></li> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b" target="_self">Phoenix, AZ</a></li> <li>Burlington VT, USA</li> <li>Baton Rouge LA, USA</li> <li>Durbin, South Africa</li> <li>Kenya</li> <li>Austria</li> <li>São Paulo, Brazil</li> <li>India (TamilNad)</li> <li><a href="http://bayesianbiologist.com/2012/02/07/gauging-interest-in-a-montreal-r-user-group/" target="_self">Montreal, Quebec</a></li> </ul> <p><span>Post a comment below</span> to connect with other R users and start a new group in your area. You can also register interest for a new <a href="http://r-users-group.meetup.com/">R User Group in your area</a> at meetup.com.</p> <ul> </ul> <p><strong><br /><span style="font-size: 15px; font-family: Trebuchet MS;">OTHER RESOURCES FOR FINDING LOCAL R USERS</span></strong></p> <p><span><strong>En Español</strong>: Spanish-speaking R users can check on the mailing list <a href="https://stat.ethz.ch/mailman/listinfo/r-help-es">r-help-es</a>.</span></p> <p>There is a list of <a href="http://rwiki.sciviews.org/doku.php?id=rugs:r_user_groups">R User Groups</a> at the R Wiki.</p> <p>There is a list of <a href="http://r-users-group.meetup.com/">R User Groups</a> on meetup.com.</p> </div> </div> </div> <a id="comments"></a> <div class="comments"> <h3 class="comments-header">Comments</h3> <div class="comments-info"> <p><a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml"><img src="http://static.typepad.com/.shared:v20120705.02-0-g56d1ec6:typepad:en_us/images/feed.png" alt="Feed" width="10" height="10" /></a> You can follow this conversation by subscribing to the <a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml">comment feed</a> for this post.</p> </div> <div class="comments-content" id="comments-content"> <!-- comment list --><a id="c6a010534b1db25970b0120a542bba7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a542bba7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a542bba7970c-content"> <span id="comment-6a010534b1db25970b0120a542bba7970c-content"><p>A user group in Amsterdam, NL?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.cs.vu.nl/~rpremraj" href="http://www.cs.vu.nl/~rpremraj">Rahul Premraj</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a542bba7970c#comment-6a010534b1db25970b0120a542bba7970c">August 12, 2009 at 15:06</a> </p> </div><a id="c6a010534b1db25970b0120a4ff1120970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a4ff1120970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a4ff1120970b-content"> <span id="comment-6a010534b1db25970b0120a4ff1120970b-content"><p>Anyone interested in Dublin, Ireland R group?</p></span> </div> <p class="comment-footer"> Posted by: Anthony Staines | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a4ff1120970b#comment-6a010534b1db25970b0120a4ff1120970b">August 17, 2009 at 14:51</a> </p> </div><a id="c6a010534b1db25970b0120a5ac7de3970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5ac7de3970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5ac7de3970b-content"> <span id="comment-6a010534b1db25970b0120a5ac7de3970b-content"><p>I am trying to organize a R User Group for Germany (Southwest) with meetings in Mannheim or Heidelberg, maybe also Stuttgart, Karlsruhe, Frankfurt (later). </p> <p>I just created an initial group collaboration site at http://rug-sw.qlubb.com/public. To join this group click on the button "Request to join this Qlubb" at the upper right of the page (Joining may take a while as it has to be manually approved, sorry). </p> <p>Please join or leave your address even if you're not from the exact region. Maybe you will find other people from your region this way. </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://rug-sw.qlubb.com/public" href="http://rug-sw.qlubb.com/public">Friedrich Schuster</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5ac7de3970b#comment-6a010534b1db25970b0120a5ac7de3970b">September 30, 2009 at 03:58</a> </p> </div><a id="c6a010534b1db25970b0120a5bde33b970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a5bde33b970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5bde33b970b-content"> <span id="comment-6a010534b1db25970b0120a5bde33b970b-content"><p>Hi Anthony,<br /> I'm interested in organizing an R group in Berlin. It'd be an English speaking group.</p></span> </div> <p class="comment-footer"> Posted by: J | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5bde33b970b#comment-6a010534b1db25970b0120a5bde33b970b">October 05, 2009 at 05:52</a> </p> </div><a id="c6a010534b1db25970b0120a6218320970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a6218320970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6218320970c-content"> <span id="comment-6a010534b1db25970b0120a6218320970c-content"><p>Hello R users in Northern Germany! <br /> This is the initial step to set up the R user group in the Northern part of Germany: "R im Norden" (RiN). The objective of this group is to establish a local forum for R users - beginner to advanced. You can meet with other users of the R Programming Language and learn and share tricks and techniques from and with other users. <br /> Please send a short mail indicating your interests to Rainer Feldmann: feldmann@qa-gmbh.de. </p> <p>Kind Regards<br /> Rainer</p></span> </div> <p class="comment-footer"> Posted by: Raienr Feldmann | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6218320970c#comment-6a010534b1db25970b0120a6218320970c">October 07, 2009 at 12:27</a> </p> </div><a id="c6a010534b1db25970b0120a6238e53970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a6238e53970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6238e53970c-content"> <span id="comment-6a010534b1db25970b0120a6238e53970c-content"><p>Hello, </p> <p>The Spanish-speaking R users group is organizing the 1st R conferences in Spain.</p> <p>We will try to create work teams and an organized users group.</p> <p>You can subscribe and send talk proposals here: www.ereros.org</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ereros.org" href="http://www.ereros.org">Patricia García</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6238e53970c#comment-6a010534b1db25970b0120a6238e53970c">October 08, 2009 at 02:16</a> </p> </div><a id="c6a010534b1db25970b0120a5e595ec970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5e595ec970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5e595ec970b-content"> <span id="comment-6a010534b1db25970b0120a5e595ec970b-content"><p>Anyone interested in an R Users group in Seattle WA (Eastside in particular)?</p></span> </div> <p class="comment-footer"> Posted by: Carolyn Johnston | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5e595ec970b#comment-6a010534b1db25970b0120a5e595ec970b">October 14, 2009 at 10:10</a> </p> </div><a id="c6a010534b1db25970b0120a61312e4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a61312e4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a61312e4970b-content"> <span id="comment-6a010534b1db25970b0120a61312e4970b-content"><p>Hi there - Anyone interested in starting a group in the Boston area?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ramakrishnan.com" href="http://www.ramakrishnan.com">Rama Ramakrishnan</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a61312e4970b#comment-6a010534b1db25970b0120a61312e4970b">October 22, 2009 at 09:37</a> </p> </div><a id="c6a010534b1db25970b012875a06a20970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012875a06a20970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875a06a20970c-content"> <span id="comment-6a010534b1db25970b012875a06a20970c-content"><p>Rainer for RiN</p> <p>Ivailo Partchev (University of Jena) asked us to inform you about a online workshop on "Statistical Programming in R", he will hold in Jena on November 21 and 22, 2009. For more information and registration: http://www.metheval.uni-jena.de.</p> <p>Kind Regards<br /> Rainer<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.qa-gmbh.de" href="http://www.qa-gmbh.de">Rainer Feldmann</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875a06a20970c#comment-6a010534b1db25970b012875a06a20970c">November 14, 2009 at 05:16</a> </p> </div><a id="c6a010534b1db25970b012875bcdc84970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012875bcdc84970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875bcdc84970c-content"> <span id="comment-6a010534b1db25970b012875bcdc84970c-content"><p>Italy, Padova<br /> http://www.rante.org/ </p> <p>We are an association that promotes knowledge sharing and the use of open source tools in Italy. As a part of our activities, together with other people (scholars, consultants, R-lovers and so on), we are setting up a R-user group in Italy. Our headquarter is located in Padova, where also the University (Department of Statistical Sciences) mantains a CRAN Mirror. Our initial aims are : - to promote the use of R across public institutions, private companies and no-profit organisations - to collect and disseminate R materials (primers, tutorials, lectures) through our website for making them immediately available to different communities - to organise events and lectures to spread R use across our territory </p> <p>Everyone who is interested in joining and helping us is really welcome. </p> <p>You can contact us at info@rante.org <br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rante.org" href="http://www.rante.org">Dario Solari</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875bcdc84970c#comment-6a010534b1db25970b012875bcdc84970c">November 20, 2009 at 06:37</a> </p> </div><a id="c6a010534b1db25970b0120a73024d1970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a73024d1970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a73024d1970b-content"> <span id="comment-6a010534b1db25970b0120a73024d1970b-content"><p>Also interested in a Seattle-area group.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rapidbiologics.com" href="http://www.rapidbiologics.com">Mark Seligman</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a73024d1970b#comment-6a010534b1db25970b0120a73024d1970b">December 08, 2009 at 13:27</a> </p> </div><a id="c6a010534b1db25970b01287647ee86970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01287647ee86970c"> <div class="comment-content" id="comment-6a010534b1db25970b01287647ee86970c-content"> <span id="comment-6a010534b1db25970b01287647ee86970c-content"><p>Hi I'm Scott from Denver, Colorado. Very new to R, but interested in starting an R group here in the Denver/Boulder area. I have a core group of users (~25) medical/biostatistical researchers that use various functions on various projects. Any information and materials you could send me would be great. We are all currently SAS users willing to learn a new language. </p></span> </div> <p class="comment-footer"> Posted by: Scott Sibbel | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01287647ee86970c#comment-6a010534b1db25970b01287647ee86970c">December 11, 2009 at 14:05</a> </p> </div><a id="c6a010534b1db25970b012876483316970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876483316970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876483316970c-content"> <span id="comment-6a010534b1db25970b012876483316970c-content"><p>Hi Scott. I'll send you a document with tips on how to start up a user group (one of these days I'll get around to making it into a blog post).</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolution-computing.com" href="http://www.revolution-computing.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876483316970c#comment-6a010534b1db25970b012876483316970c">December 11, 2009 at 15:21</a> </p> </div><a id="c6a010534b1db25970b0120a7a3a244970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7a3a244970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7a3a244970b-content"> <span id="comment-6a010534b1db25970b0120a7a3a244970b-content"><p>Hi <br /> Im in Durban, South Africa and am keen to meet with other R users in the area. </p></span> </div> <p class="comment-footer"> Posted by: Michael Chadbourne | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7a3a244970b#comment-6a010534b1db25970b0120a7a3a244970b">January 04, 2010 at 11:26</a> </p> </div><a id="c6a010534b1db25970b0120a7c355b4970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a7c355b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7c355b4970b-content"> <span id="comment-6a010534b1db25970b0120a7c355b4970b-content"><p>Hi there<br /> I would also be interested in a R group for Dublin,IE.<br /> Regards<br /> Kevin O'Brien.</p></span> </div> <p class="comment-footer"> Posted by: Kevin O'Brien | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7c355b4970b#comment-6a010534b1db25970b0120a7c355b4970b">January 11, 2010 at 07:37</a> </p> </div><a id="c6a010534b1db25970b012876d1ffd2970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876d1ffd2970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876d1ffd2970c-content"> <span id="comment-6a010534b1db25970b012876d1ffd2970c-content"><p>Hi, <br /> I would be interested in an R group in Baton Rouge, Louisiana, USA.</p> <p>Daniel Ence</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1" href="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1">Daniel Ence</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876d1ffd2970c#comment-6a010534b1db25970b012876d1ffd2970c">January 13, 2010 at 14:18</a> </p> </div><a id="c6a010534b1db25970b012876e708ba970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876e708ba970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876e708ba970c-content"> <span id="comment-6a010534b1db25970b012876e708ba970c-content"><p>I am keen to meet other R users in Brussels. If anyone is interested let me know. Would also actively support the establiment of such a group. </p></span> </div> <p class="comment-footer"> Posted by: Alexis-Michel Mugabushaka | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876e708ba970c#comment-6a010534b1db25970b012876e708ba970c">January 17, 2010 at 12:26</a> </p> </div><a id="c6a010534b1db25970b0120a7ee4b07970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7ee4b07970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7ee4b07970b-content"> <span id="comment-6a010534b1db25970b0120a7ee4b07970b-content"><p>St. Louis anyone?</p></span> </div> <p class="comment-footer"> Posted by: Alex | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7ee4b07970b#comment-6a010534b1db25970b0120a7ee4b07970b">January 19, 2010 at 13:11</a> </p> </div><a id="c6a010534b1db25970b012876f16112970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876f16112970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f16112970c-content"> <span id="comment-6a010534b1db25970b012876f16112970c-content"><p>Any interest in a UseR group in Philadelphia?</p></span> </div> <p class="comment-footer"> Posted by: Alex Mc | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f16112970c#comment-6a010534b1db25970b012876f16112970c">January 19, 2010 at 13:32</a> </p> </div><a id="c6a010534b1db25970b012876f1a277970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876f1a277970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f1a277970c-content"> <span id="comment-6a010534b1db25970b012876f1a277970c-content"><p>I would be interested in a Philadelphia UseR group.<br /> leipzig@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://jermdemo.blogspot.com" href="http://jermdemo.blogspot.com">Jeremy Leipzig</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f1a277970c#comment-6a010534b1db25970b012876f1a277970c">January 19, 2010 at 14:35</a> </p> </div><a id="c6a010534b1db25970b0128770154d4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0128770154d4970c"> <div class="comment-content" id="comment-6a010534b1db25970b0128770154d4970c-content"> <span id="comment-6a010534b1db25970b0128770154d4970c-content"><p>Hi! Anyone interested in a UseR group in Toronto, Ontario, Canada?</p></span> </div> <p class="comment-footer"> Posted by: Kate | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0128770154d4970c#comment-6a010534b1db25970b0128770154d4970c">January 22, 2010 at 11:27</a> </p> </div><a id="c6a010534b1db25970b0133ec7af129970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ec7af129970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ec7af129970b-content"> <span id="comment-6a010534b1db25970b0133ec7af129970b-content"><p>I'm also interested in joining or starting an R users group in the Boston. Please contact me at michaeljboucher@gmail.com</p> <p>Regards,</p> <p>Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike Boucher | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ec7af129970b#comment-6a010534b1db25970b0133ec7af129970b">April 05, 2010 at 14:08</a> </p> </div><a id="c6a010534b1db25970b0134808741df970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0134808741df970c"> <div class="comment-content" id="comment-6a010534b1db25970b0134808741df970c-content"> <span id="comment-6a010534b1db25970b0134808741df970c-content"><p>We have a group names as "Research Methods and Analytics", but with R as a main topic, and we are in Pasadena.</p> <p>see http://www.meetup.com/Research-Methods-and-Analytics/ </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Research-Methods-and-Analytics/" href="http://www.meetup.com/Research-Methods-and-Analytics/">Alex</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0134808741df970c#comment-6a010534b1db25970b0134808741df970c">May 06, 2010 at 10:48</a> </p> </div><a id="c6a010534b1db25970b0133ee1ad8ca970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ee1ad8ca970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"> <span id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"><p>I've just started an R users group in Salt Lake City, UT. Anybody in the neighborhood, please join us!</p> <p>http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/" href="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Jake</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ee1ad8ca970b#comment-6a010534b1db25970b0133ee1ad8ca970b">May 20, 2010 at 15:10</a> </p> </div><a id="c6a010534b1db25970b0133f11b2812970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f11b2812970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f11b2812970b-content"> <span id="comment-6a010534b1db25970b0133f11b2812970b-content"><p>I'd like to see a Minneapolis useR group...</p></span> </div> <p class="comment-footer"> Posted by: Aaron | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f11b2812970b#comment-6a010534b1db25970b0133f11b2812970b">June 15, 2010 at 11:23</a> </p> </div><a id="c6a010534b1db25970b013485b89b14970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b013485b89b14970c"> <div class="comment-content" id="comment-6a010534b1db25970b013485b89b14970c-content"> <span id="comment-6a010534b1db25970b013485b89b14970c-content"><p>Mabuhay!</p> <p>I'm from the Islands of Philippines. I want to form R Group here in Manila. Contact me dhon.buenavista@roberts.com.ph Or fgbuenavista@yahoo.com</p></span> </div> <p class="comment-footer"> Posted by: dhon buenavista | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013485b89b14970c#comment-6a010534b1db25970b013485b89b14970c">July 26, 2010 at 17:40</a> </p> </div><a id="c6a010534b1db25970b0133f2fd25db970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f2fd25db970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f2fd25db970b-content"> <span id="comment-6a010534b1db25970b0133f2fd25db970b-content"><p>hi,</p> <p>i've started an R user group in singapore</p> <p>feel free to post</p> <p>cheers</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/R-User-Group-SG/" href="http://www.meetup.com/R-User-Group-SG/">lee</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f2fd25db970b#comment-6a010534b1db25970b0133f2fd25db970b">August 11, 2010 at 00:55</a> </p> </div><a id="c6a010534b1db25970b01348636d606970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01348636d606970c"> <div class="comment-content" id="comment-6a010534b1db25970b01348636d606970c-content"> <span id="comment-6a010534b1db25970b01348636d606970c-content"><p>Any interest in a UseR group in São Paulo, Brazil?</p></span> </div> <p class="comment-footer"> Posted by: Manoel Galdino | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01348636d606970c#comment-6a010534b1db25970b01348636d606970c">August 14, 2010 at 20:40</a> </p> </div><a id="c6a010534b1db25970b013486be2705970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b013486be2705970c"> <div class="comment-content" id="comment-6a010534b1db25970b013486be2705970c-content"> <span id="comment-6a010534b1db25970b013486be2705970c-content"><p>I would be interested in a useR group in Cincinnati.<br /> Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013486be2705970c#comment-6a010534b1db25970b013486be2705970c">September 03, 2010 at 06:06</a> </p> </div><a id="c6a010534b1db25970b0133f4910ebd970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133f4910ebd970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f4910ebd970b-content"> <span id="comment-6a010534b1db25970b0133f4910ebd970b-content"><p>Spain: Barcelona <br /> tim.riffe@gmail.com </p> <p>Anyone interested in starting up a BCN RUG? I’m a gradstudent at the UAB and am interested in forming a local R-user community. I can organize space on the UAB campus, but could meet elsewhere. </p> <p>Algú vol formar un grup de usuaris de R a BCN? Soc estudiant de posgrau a la UAB. Puc organitzar espai a la UAB o reunir a qualsevol lloc a la ciutat. Envia’m un correu! </p></span> </div> <p class="comment-footer"> Posted by: Tim | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f4910ebd970b#comment-6a010534b1db25970b0133f4910ebd970b">September 24, 2010 at 20:30</a> </p> </div><a id="c6a010534b1db25970b0148c7259d9a970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c7259d9a970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c7259d9a970c-content"> <span id="comment-6a010534b1db25970b0148c7259d9a970c-content"><p>Connecticut anyone?</p></span> </div> <p class="comment-footer"> Posted by: Bob | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c7259d9a970c#comment-6a010534b1db25970b0148c7259d9a970c">December 29, 2010 at 06:55</a> </p> </div><a id="c6a010534b1db25970b0147e142510e970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e142510e970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e142510e970b-content"> <span id="comment-6a010534b1db25970b0147e142510e970b-content"><p>Hi.. <br /> I'd like to start a UserGroup in India (TamilNad).<br /> Please guide.</p> <p>Vignesh M</p></span> </div> <p class="comment-footer"> Posted by: Vignesh | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e142510e970b#comment-6a010534b1db25970b0147e142510e970b">January 04, 2011 at 04:10</a> </p> </div><a id="c6a010534b1db25970b0148c751e4f7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c751e4f7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c751e4f7970c-content"> <span id="comment-6a010534b1db25970b0148c751e4f7970c-content"><p>For R users in India, check the R South Asia group </p> <p>http://groups.google.co.in/group/r-sa</p> <p>Thanks</p> <p>Saket</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://groups.google.co.in/group/r-sa" href="http://groups.google.co.in/group/r-sa">Saket</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c751e4f7970c#comment-6a010534b1db25970b0148c751e4f7970c">January 04, 2011 at 23:05</a> </p> </div><a id="c6a010534b1db25970b0147e1cfb200970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e1cfb200970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e1cfb200970b-content"> <span id="comment-6a010534b1db25970b0147e1cfb200970b-content"><p>would also like a Minneapolis/Saint Paul users group</p></span> </div> <p class="comment-footer"> Posted by: david salmela | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e1cfb200970b#comment-6a010534b1db25970b0147e1cfb200970b">January 21, 2011 at 05:17</a> </p> </div><a id="c6a010534b1db25970b0148c807b02c970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c807b02c970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c807b02c970c-content"> <span id="comment-6a010534b1db25970b0148c807b02c970c-content"><p>There is now a Twin Cities R User group (Minneapolis, St. Paul, MN). Please join the meetup.com group and RSVP for the next meeting if you can make it. </p> <p>Looking forward to meeting you all. </p> <p>http://www.meetup.com/twincitiesrug/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/twincitiesrug/" href="http://www.meetup.com/twincitiesrug/">Erik Iverson</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c807b02c970c#comment-6a010534b1db25970b0148c807b02c970c">January 26, 2011 at 09:00</a> </p> </div><a id="c6a010534b1db25970b0148c8174a61970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0148c8174a61970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c8174a61970c-content"> <span id="comment-6a010534b1db25970b0148c8174a61970c-content"><p>Hi all,</p> <p>any R users in the <b>Philippines</b>? im sure you're out there, i'm just not sure how to get to you. i'm from a local university here in Manila, and im thinking of contacting Statistics students from other universities to group together to form a local R group here in Manila. please help spread the word.</p> <p>kind regards! </p></span> </div> <p class="comment-footer"> Posted by: schubert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c8174a61970c#comment-6a010534b1db25970b0148c8174a61970c">January 28, 2011 at 00:57</a> </p> </div><a id="c6a010534b1db25970b0148c855fda6970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c855fda6970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c855fda6970c-content"> <span id="comment-6a010534b1db25970b0148c855fda6970c-content"><p>merçi d'avoir indiqué cette liste,j'ai trouvé mon bonheur! merçi.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.muondo.org" href="http://www.muondo.org">muondo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c855fda6970c#comment-6a010534b1db25970b0148c855fda6970c">February 04, 2011 at 11:10</a> </p> </div><a id="c6a010534b1db25970b0147e2bfa259970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e2bfa259970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e2bfa259970b-content"> <span id="comment-6a010534b1db25970b0147e2bfa259970b-content"><p>Anyone up for Indianapolis-West Lafayette-Bloomington R User Group?</p></span> </div> <p class="comment-footer"> Posted by: Shreyas | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e2bfa259970b#comment-6a010534b1db25970b0147e2bfa259970b">February 22, 2011 at 09:38</a> </p> </div><a id="c6a010534b1db25970b014e5f910918970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e5f910918970c"> <div class="comment-content" id="comment-6a010534b1db25970b014e5f910918970c-content"> <span id="comment-6a010534b1db25970b014e5f910918970c-content"><p>am going to set up Birmingham Alabama r users group; please let me know if anyone is interested</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://timelyportfolio.blogspot.com" href="http://timelyportfolio.blogspot.com">Kent Russell</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e5f910918970c#comment-6a010534b1db25970b014e5f910918970c">March 01, 2011 at 09:30</a> </p> </div><a id="c6a010534b1db25970b0147e3159f31970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e3159f31970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3159f31970b-content"> <span id="comment-6a010534b1db25970b0147e3159f31970b-content"><p>I'm about to start a group for dublin, ireland. I'll post the details shortly.</p></span> </div> <p class="comment-footer"> Posted by: rory cawley | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3159f31970b#comment-6a010534b1db25970b0147e3159f31970b">March 08, 2011 at 13:15</a> </p> </div><a id="c6a010534b1db25970b0147e3786a81970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0147e3786a81970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3786a81970b-content"> <span id="comment-6a010534b1db25970b0147e3786a81970b-content"><p>I have started a Tallahassee R Users Group and have scheduled a meeting on April 3 at 4 PM at New Leaf Market (The Dining Area). Hope to see some people there.</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3786a81970b#comment-6a010534b1db25970b0147e3786a81970b">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b014e86f8935d970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e86f8935d970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e86f8935d970d-content"> <span id="comment-6a010534b1db25970b014e86f8935d970d-content"><p>Sorry forgot to give the url - http://www.meetup.com/Tallahassee-R-Users-Group/</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e86f8935d970d#comment-6a010534b1db25970b014e86f8935d970d">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b015431e10563970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015431e10563970c"> <div class="comment-content" id="comment-6a010534b1db25970b015431e10563970c-content"> <span id="comment-6a010534b1db25970b015431e10563970c-content"><p>Hi,<br /> Looking to start one here in Nairobi..Kenya very soon</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.africangeogeek.com" href="http://www.africangeogeek.com">jude</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015431e10563970c#comment-6a010534b1db25970b015431e10563970c">April 22, 2011 at 00:35</a> </p> </div><a id="c6a010534b1db25970b01538e88d642970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538e88d642970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538e88d642970b-content"> <span id="comment-6a010534b1db25970b01538e88d642970b-content"><p>There is a new users group in Italy: Torino R net<br /> www.TorinoR.net</p> <p>first meeting on 16th June, please update above list and calendar, there is an ical at TorinoR.net/events.ical</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.TorinoR.net" href="http://www.TorinoR.net">Daniele Amberti</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538e88d642970b#comment-6a010534b1db25970b01538e88d642970b">May 17, 2011 at 02:31</a> </p> </div><a id="c6a010534b1db25970b015432625950970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015432625950970c"> <div class="comment-content" id="comment-6a010534b1db25970b015432625950970c-content"> <span id="comment-6a010534b1db25970b015432625950970c-content"><p>Hi Daniele, Torino R net is now on the list -- thanks!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015432625950970c#comment-6a010534b1db25970b015432625950970c">May 18, 2011 at 07:46</a> </p> </div><a id="c6a010534b1db25970b014e890f763e970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e890f763e970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e890f763e970d-content"> <span id="comment-6a010534b1db25970b014e890f763e970d-content"><p>Aloha,</p> <p>We're looking to start an R UseR GRoup in <b>Hawai'i</b> (HI,USA). Most users I know are on Maui, but perhaps we can begin with a distributed group via e-conferencing to include persons on all islands. I can organize space at my research department, which is mostly focused on wildlife, but we'd welcome persons and perspectives from many other disciplines. Please contact robertrankin AT pacificwhale DOT org.</p> <p>Mahalo,<br /> Rob<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.pacificwhale.org" href="http://www.pacificwhale.org">Robert Rankin</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e890f763e970d#comment-6a010534b1db25970b014e890f763e970d">June 11, 2011 at 00:51</a> </p> </div><a id="c6a010534b1db25970b014e891ebf94970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e891ebf94970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e891ebf94970d-content"> <span id="comment-6a010534b1db25970b014e891ebf94970d-content"><p>Aloha Rob,</p> <p>I'm a postdoc in bioinformatics at the UH Manoa Cancer Center. There are several of us here that use R regularly, and I for one would be very interested in attending an R UseR GRoup. I'm on Oahu, but woul dbe interested in e-conferencing if I can figure out how my institution would handle that.</p> <p>Stephen</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.StephenTurner.us/" href="http://www.StephenTurner.us/">Stephen</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e891ebf94970d#comment-6a010534b1db25970b014e891ebf94970d">June 13, 2011 at 16:29</a> </p> </div><a id="c6a010534b1db25970b01538ffc94eb970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538ffc94eb970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538ffc94eb970b-content"> <span id="comment-6a010534b1db25970b01538ffc94eb970b-content"><p>Thank you very much for adding aR as the Argentina R Users Group.<br /> As for now we are a few members but very qualified proffessionals in fields such us medicine, bioinformatics, agriculture, banking and finance.<br /> We hope to have our first meeting in september 2011 in Buenos Aires.<br /> Thanks again and we'll keep you posted for updates.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://ar.i314.com.ar" href="http://ar.i314.com.ar">Juan Pablo Brana</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538ffc94eb970b#comment-6a010534b1db25970b01538ffc94eb970b">July 18, 2011 at 09:23</a> </p> </div><a id="c6a010534b1db25970b015391dcba8b970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015391dcba8b970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391dcba8b970b-content"> <span id="comment-6a010534b1db25970b015391dcba8b970b-content"><p>please send me more informations about R </p></span> </div> <p class="comment-footer"> Posted by: haidari | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391dcba8b970b#comment-6a010534b1db25970b015391dcba8b970b">September 25, 2011 at 11:17</a> </p> </div><a id="c6a010534b1db25970b015391e9200d970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b015391e9200d970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391e9200d970b-content"> <span id="comment-6a010534b1db25970b015391e9200d970b-content"><p>Hi! There's a new R Users Group in Uruguay.<br /> Public website:<br /> http://uyrug.wordpress.com/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://uyrug.wordpress.com/" href="http://uyrug.wordpress.com/">Sebastian Vallejo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391e9200d970b#comment-6a010534b1db25970b015391e9200d970b">September 27, 2011 at 13:20</a> </p> </div><a id="c6a010534b1db25970b014e8bdd0643970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e8bdd0643970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e8bdd0643970d-content"> <span id="comment-6a010534b1db25970b014e8bdd0643970d-content"><p>Thanks Sebastian. There used to be a Google group at: https://sites.google.com/site/grupousuariosruruguay/ (no longer accessible), so I replaced the link with the WordPress site.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e8bdd0643970d#comment-6a010534b1db25970b014e8bdd0643970d">September 27, 2011 at 14:06</a> </p> </div><a id="c6a010534b1db25970b0153925d4ff5970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153925d4ff5970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153925d4ff5970b-content"> <span id="comment-6a010534b1db25970b0153925d4ff5970b-content"><p>I am interested in starting an Predictive Modelling Group in the Pittsburgh, PA area. Though primarily directed towards R users, I would like to keep it open to other software such as SAS, Statistica, and programming languages such as C#.</p> <p>Although we are wedged between the Cincinnati and the Philidelphia groups, I am curious (and hopeful) that there may be a small local community interested in gathering and swapping ideas. It would be open to all and should cater to the corporate and academic communities alike.</p> <p>Email me at jphilbert@gmail.com if interested!</p></span> </div> <p class="comment-footer"> Posted by: John P. Hilbert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153925d4ff5970b#comment-6a010534b1db25970b0153925d4ff5970b">October 17, 2011 at 09:26</a> </p> </div><a id="c6a010534b1db25970b015437258fd4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015437258fd4970c"> <div class="comment-content" id="comment-6a010534b1db25970b015437258fd4970c-content"> <span id="comment-6a010534b1db25970b015437258fd4970c-content"><p>merci pour les liens et la liste! les groupes italiens merci!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://circuspartyparis.blogspot.com/" href="http://circuspartyparis.blogspot.com/">lili darto</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015437258fd4970c#comment-6a010534b1db25970b015437258fd4970c">November 20, 2011 at 09:41</a> </p> </div><a id="c6a010534b1db25970b0153935225b4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153935225b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153935225b4970b-content"> <span id="comment-6a010534b1db25970b0153935225b4970b-content"><p>great, thanks for this list!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://betrader.blog.capital.fr" href="http://betrader.blog.capital.fr">istern</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153935225b4970b#comment-6a010534b1db25970b0153935225b4970b">November 20, 2011 at 09:44</a> </p> </div><a id="c6a010534b1db25970b016761342a79970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b016761342a79970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342a79970b-content"> <span id="comment-6a010534b1db25970b016761342a79970b-content"><p>Any R users in Phoenix? Email me at thor555@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342a79970b#comment-6a010534b1db25970b016761342a79970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b016761342cac970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b016761342cac970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342cac970b-content"> <span id="comment-6a010534b1db25970b016761342cac970b-content"><p>Edit to above comment. Email me at thor5551@gmail.com </p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b0168e6f0a272970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0168e6f0a272970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e6f0a272970c-content"> <span id="comment-6a010534b1db25970b0168e6f0a272970c-content"><p>Speaking for a few interested in montreal here!</p></span> </div> <p class="comment-footer"> Posted by: Jonathan Tremblay | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e6f0a272970c#comment-6a010534b1db25970b0168e6f0a272970c">February 07, 2012 at 16:06</a> </p> </div><a id="c6a010534b1db25970b0168e82eaea3970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0168e82eaea3970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e82eaea3970c-content"> <span id="comment-6a010534b1db25970b0168e82eaea3970c-content"><p>IF IN Pittsburgh THEN email: scott dot malec @t gmail dot com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.maleclabs.com" href="http://www.maleclabs.com">S Malec</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c">February 29, 2012 at 11:50</a> </p> </div><a id="c6a010534b1db25970b0163027d3810970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0163027d3810970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163027d3810970d-content"> <span id="comment-6a010534b1db25970b0163027d3810970d-content"><p>Planning to start up R User group in Vienna, Austria? <br /> Already did some prep work on meetup.com (http://www.meetup.com/ViennaR/) <br /> So if you are interested have a look and get in touch. <br /> Greetings, <br /> WD</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/ViennaR/" href="http://www.meetup.com/ViennaR/">W.D.</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163027d3810970d#comment-6a010534b1db25970b0163027d3810970d">March 05, 2012 at 12:46</a> </p> </div><a id="c6a010534b1db25970b0163035cfb75970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0163035cfb75970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163035cfb75970d-content"> <span id="comment-6a010534b1db25970b0163035cfb75970d-content"><p>I would like to start an R users group in Phoenix, AZ. Please call me or email me if you are interested.</p> <p>435-215-1775</p> <p>Matt</p></span> </div> <p class="comment-footer"> Posted by: Matt Poulton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163035cfb75970d#comment-6a010534b1db25970b0163035cfb75970d">March 27, 2012 at 22:40</a> </p> </div><a id="c6a010534b1db25970b01676793b876970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b01676793b876970b"> <div class="comment-content" id="comment-6a010534b1db25970b01676793b876970b-content"> <span id="comment-6a010534b1db25970b01676793b876970b-content"><p>I am interested in forming a group interested in starting a R Users Group in the general Quantico area of Virgina.</p> <p>If interested, please contact me at my gmail account.</p> <p>Mark Lefcowitz<br /> mlefcowitz@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.linkedin.com/profile/view?id=7106259&trk=tab_pro" href="http://www.linkedin.com/profile/view?id=7106259&trk=tab_pro">Mark Lefcowitz</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01676793b876970b#comment-6a010534b1db25970b01676793b876970b">June 16, 2012 at 03:15</a> </p> </div><a id="c6a010534b1db25970b017742eef43b970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b017742eef43b970d"> <div class="comment-content" id="comment-6a010534b1db25970b017742eef43b970d-content"> <span id="comment-6a010534b1db25970b017742eef43b970d-content"><p>I have not seen a group of users in Peru, if they know of any please let me know.</p> <p> regards,</p> <p> Lorenzho</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.agenciadeviajesperu.com/" href="http://www.agenciadeviajesperu.com/">Lorenzho</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b017742eef43b970d#comment-6a010534b1db25970b017742eef43b970d">July 02, 2012 at 02:23</a> </p> </div> </div> </div> <!-- comment-form-atp --> <div id="atp-comments"> <div id="comment-preview" class="hiddenBox"> <h3 id="header-verify-comment" class="comments-header hiddenBox">Verify your Comment</h3> <h3 id="header-preview-comment" class="comments-header hiddenBox">Previewing your Comment</h3> <div class="comments-content"> <div class="comment"> <div id="comment-preview-content" class="comment-content"> </div> <p class="comment-footer"> Posted by: <span id="comment-preview-author"></span> | <span id="comment-preview-datetime"></span> </p> </div> </div> </div> <div id="comment-preview-confirmation" class="hiddenBox yellowBox"> <p>This is only a preview. Your comment has not yet been posted.</p> <form id="comment-preview-form" method="post" onsubmit="atpComments.interceptPost(1); return false;"> <input type="submit" name="post" id="comment-confirm-post" value=" Post " onclick="atpComments.interceptPost(1); return false;"/> <input type="submit" name="edit" id="comment-edit" value="  Edit  " onclick="atpComments.previewOnly(2); return false;"/> <span id="previewFormSpinner" class="hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </form> </div> <div id="comment-error" class="hiddenBox redBox"> Your comment could not be posted. Error type: <span id="comment-error-msg"></span> </div> <div id="comment-complete" class="hiddenBox yellowGreenBox"> Your comment has been posted. <a href="javascript:void 0;" onclick="window.location.hash='#comment-form';window.location.reload(false)">Post another comment</a> </div> <div id="comment-captcha" class="hiddenBox yellowBox"> <div id="captchaText"> <p id="captchaFailMsg" class="captchaErrorText hiddenBox">The letters and numbers you entered did not match the image. Please try again.</p> <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.</p> <p><span id="comment-captcha-viewalt">Having trouble reading this image? <a href="#comment-captcha" onClick="atpComments.generateReCaptcha();">View an alternate.</a></span></p> </div> <form id="comment-captcha-form" method="post" onsubmit="atpComments.submitWithReCaptcha(); return false;"> <div id="recaptcha_content"> <noscript> <iframe src="6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e" height="300" width="500" frameborder="0"></iframe><br /> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type='hidden' name='recaptcha_response_field' value='manual_challenge' /> </noscript> </div> <script type="text/javascript"> $(document).ready(function() { Recaptcha.create("6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e", "recaptcha_content", { theme: "red", callback: Recaptcha.focus_response_field }); }); </script> <p> <input type="submit" name="continue" id="captcha-continue" value=" Continue " /> <span id="captchaFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </p> </form> </div> <div id="primary-comment-form" class="comment-form"> <form id="comment-form" action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1341651442-9a0eff6b321159687e12b8f363cd2871fe01bf45:M3amRSiha8c4BGv9" /> <div class="comments-open"> <h2 class="comments-open-header" id="comment-title">Post a comment</h2> <div id="comments-open-content" class="comments-open-content"> <div id="comments-open-text" style="display:none;"> <textarea id="comment-text" name="text" rows="10" cols="30" onkeyup="atpComments.maxTextArea(this, 64000);"></textarea> <p class="comments-open-subtext"> (You can use HTML tags like <b> <i> and <ul> to style your text.) </p> </div> <div id="comments-open-data" style="display:none;"> <p>Your Information</p> <p> (Name and email address are required. Email address will not be displayed with the comment.) </p> <p> <input id="comment-author" at:default="Name" name="author" size="30" value="Name" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-author" id="comment-author-error" class="comment-error hiddenBox">Name is required to post a comment</label> </p> <p> <input id="comment-email" at:default="Email Address" name="email" size="30" value="Email Address" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-email" id="comment-email-error" class="comment-error hiddenBox">Please enter a valid email address</label> </p> <p> <input id="comment-url" at:default="Web Site URL" name="url" size="30" value="Web Site URL" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-url" id="comment-url-error" class="comment-error hiddenBox">Invalid URL</label> </p> </div> </div> <div id="comments-open-footer" class="comments-open-footer" style="display:none;"> <input type="submit" name="post" id="comment-post-button" value=" Post " onclick="atpComments.interceptPost(1); return false;" disabled="true" /> <input type="submit" name="preview" id="comment-preview-button" value=" Preview " onclick="atpComments.previewOnly(1); return false;" disabled="true" /> <span id="commentEntryFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </div> </div> </form> <noscript> <div id="comments-open-noscript" class="comments-open-noscript"> <form action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1341651442-92c323b32732d6b8eaff85649650eb1075579204:QcsEdoLlVqNpjVlC" /> Name:<br /><input type="text" name="author" size="30" /><br /> Email address:<br /><input type="text" name="email" size="30" /><br /> URL:<br /><input type="text" name="url" size="30" /><br /><br /> Comment:<br /><textarea name="text" cols="40" rows="4"></textarea><br /> <input type="submit" name="submit" value="Submit" /> </form> </div> </noscript> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- sidebar --> <div class="module-archives module"> <h2 class="module-header">Information</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/about.html">About this blog</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/comments-policy.html">Comments Policy</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/categories.html">About Categories</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/authors.html">About the Authors</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/calendar.html">R Community Calendar</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <p><a href="http://www.revolutionanalytics.com/"><img src="http://revolution-computing.typepad.com/imagesRev/RA_logo_trans1.75in.png"></a><br />R for the Enterprise</p> </div> </div> <div class="module-custom_html module"> <div class="module-content"> Got comments or suggestions for the blog editor? <br> Email <a href="mailto:david@revolution-computing.com">David Smith</a>. </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://www.twitter.com/revodavid"><img src="http://twitter-badges.s3.amazonaws.com/t_small-b.png" alt="Follow revodavid on Twitter"/></a> Follow David on Twitter: <a href="http://twitter.com/revodavid">@revodavid</a><br> <img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" width="16" height="16"> <a rel="author" href="https://plus.google.com/113975782306391318324/about?rel=author">+David Smith</a> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://inside-r.org/download" title="Download R"><img src="http://inside-r.org/sites/all/themes/rweb/assets/badges/download-r-badge-125-blue.png" border="0" /></a> </div> </div> <div class="module-syndicate module"> <div class="module-content"> <a href="http://blog.revolutionanalytics.com/atom.xml">Subscribe to this blog's feed</a> </div> </div> <div class="module-categories module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/academia/">academia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/advanced-tips/">advanced tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/announcements/">announcements</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/applications/">applications</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/beginner-tips/">beginner tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/big-data/">big data</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/courses/">courses</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/current-events/">current events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/data-science/">data science</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/developers/">developer tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/events/">events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/finance/">finance</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/government/">government</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/graphics/">graphics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/high-performance-computing/">high-performance computing</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/life-sciences/">life sciences</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/open-source/">open source</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/other-industry/">other industry</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/packages/">packages</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/predictive-analytics/">predictive analytics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/profiles/">profiles</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r/">R</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r-is-hot/">R is Hot</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/random/">random</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/revolution/">Revolution</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/rmedia/">Rmedia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/roundups/">roundups</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/sports-1/">sports</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/statistics/">statistics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/user-groups/">user groups</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">R links</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://inside-R.org">inside-R.org, the R Community Site</a><br />Sponsored by Revolution Analytics</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/">Revolution Analytics</a><br />Information about Revolution R</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/downloads/">Download Revolution R</a><br />Free, high-performance distribution of R</li> <li class="module-list-item"><a href="http://forums.revolutionanalytics.com">Revolution R forum</a><br />Questions and discussions about Revolution R</li> <li class="module-list-item"><a href="http://www.revolution-computing.com/cran">CRAN</a><br />Download packages for R</li> <li class="module-list-item"><a href="http://www.r-project.org">R Project site</a><br />Information about the R project</li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Recommended Sites</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://flowingdata.com">FlowingData</a><br />Modern data visualization</li> <li class="module-list-item"><a href="http://onertipaday.blogspot.com/">One R Tip A Day</a><br />Code examples for graphics and analysis</li> <li class="module-list-item"><a href="http://www.r-bloggers.com">R Bloggers</a><br />Daily news and tutorials about R, contributed by R bloggers worldwide.</li> <li class="module-list-item"><a href="http://www.analyticbridge.com/group/rprojectandotherfreesoftwaretools">R Project group on analyticbridge.com</a><br />Community and discussion forum</li> <li class="module-list-item"><a href="http://www.stat.columbia.edu/~cook/movabletype/mlm/">Statistical Modeling, Causal Inference, and Social Science</a><br />Andrew Gelman's statistics blog</li> <li class="module-list-item"><a href="http://www.dataists.com/">The Dataists</a><br />Innovative and practical data analysis methodology.</li> </ul> </div> </div> <div class="module-archives module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Archives</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/07/index.html">July 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/06/index.html">June 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/05/index.html">May 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/04/index.html">April 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/03/index.html">March 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/02/index.html">February 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/01/index.html">January 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/12/index.html">December 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/11/index.html">November 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/10/index.html">October 2011</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Search Revolutions Blog</h2> <div class="typelist-plain module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-note"><form method="get" action="http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <div style="background-color:white;"></div> <input type="text" name="q" size="18" maxlength="255" value="" /> <input type="submit" name="btnG" value=" Search Blog " /> <br /> <small> <input type="hidden" name="domains" value="blog.revolutionanalytics.com" /> <br /> <input type="hidden" name="sitesearch" value="blog.revolutionanalytics.com" checked="checked" /> <br /></small> </form> <!-- SiteSearch Google --></div></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script> <script>mktoMunchkin("224-FMR-259");</script> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var firstTracker = _gat._getTracker("UA-6984166-10"); firstTracker._setDomainName(".revolutionanalytics.com"); firstTracker._setAllowLinker(true); firstTracker._setAllowHash(false); firstTracker._trackPageview(); var secondTracker = _gat._getTracker("UA-6984166-9"); secondTracker._setDomainName(".revolutionanalytics.com"); secondTracker._setAllowLinker(true); secondTracker._setAllowHash(false); secondTracker._trackPageview(); } catch (err) { } </script> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="http://www.typepad.com/t/stats?blog_id=1774446&user_id=3164880&page=' + escape(location.href) + '&referrer=' + escape(document.referrer) + '&i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qoptions = { tags:"typepad.extended" }; _qacct="p-fcYWUmj5YbYKM"; quantserve();</script> <noscript> <a href="http://www.quantcast.com/p-fcYWUmj5YbYKM" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-fcYWUmj5YbYKM.gif?tags=typepad.extended" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script> <script type="text/javascript"> var captchaImgAttempts = 0; var allowAnonComments = '0'; var registrationRequired = 0; var registrationOptional = 0; var emailRequired = 1; var useAvatars = 0; var showSignInMessaging = 0; var jsonURL = "/.services/json-rpc"; var captchaSrc = "/.services/captcha?code_encrypted="; var alertCommentCannotBeBlank = "You can not leave an empty comment. Please enter some text in the Comment field."; var alertEditingExpired = "Sorry, you're no longer allowed to edit this comment. You may have taken too much time before submitting your edit or someone may have already replied to it."; var alertAuthorCannotBeBlank = "Name must not be blank."; var alertEmailCannotBeBlank = "Email Address must not be blank."; var alertAuthorAndEmailCannotBeBlank = "Name and email address are both required!"; var alertEmailIsInvalid = "The Email Address you entered is invalid. Please enter a valid email address."; var alertUnauthorizedAction = "The comments on this post are closed."; var msgPostReplyTo = "Reply to "; var msgInReplyTo = "In reply to "; var msgPostAComment = "Post a comment "; var atpCommentsPath = "/.shared/js/atpcomments_yui.js?v=5"; var hasChanged = 0; var hostName = ".revolutionanalytics.com"; var tp_comment_token = "1341651442-3c37b8e4aa0161324df876dd7dfa10c92450c455:StEQoDtDT3FAy3ld"; var use_recaptcha = 1; var recaptcha_publickey = "6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e"; var isPage = 1; var blog_xid = "6a010534b1db25970b010536040741970b"; var xid = ""; var injectCode = '<div id=\"comment-preview\" class=\"hiddenBox\">\n\t<h3 id=\"header-verify-comment\" class=\"comments-header hiddenBox\">Verify your Comment<\/h3>\n <h3 id=\"header-preview-comment\" class=\"comments-header hiddenBox\">Previewing your Comment<\/h3>\n\t<div class=\"comments-content\">\n\t\t<div class=\"comment\">\n\t\t\t<div id=\"comment-preview-content\" class=\"comment-content\">\n\t\t\t<\/div>\n\t\t\t<p class=\"comment-footer\">\n\t\t\t\tPosted by: \n\t\t\t\t<span id=\"comment-preview-author\"><\/span> | <span id=\"comment-preview-datetime\"><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div id=\"comment-preview-confirmation\" class=\"hiddenBox yellowBox\">\n <p>This is only a preview. Your comment has not yet been posted.<\/p>\n \t<form id=\"comment-preview-form\"\n \t\tmethod=\"post\"\n \t\tonsubmit=\"atpComments.interceptPost(1); return false;\">\n\t\t<input type=\"submit\" name=\"post\" id=\"comment-confirm-post\" value=\" Post \" onclick=\"atpComments.interceptPost(1); return false;\"/>\t\t \n\t\t<input type=\"submit\" name=\"edit\" id=\"comment-edit\" value=\"  Edit  \" onclick=\"atpComments.previewOnly(2); return false;\"/>\n <span id=\"previewFormSpinner\" class=\"hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n\t<\/form>\n<\/div>\n<div id=\"comment-error\" class=\"hiddenBox redBox\">\t \n Your comment could not be posted. Error type: <span id=\"comment-error-msg\"><\/span> \n<\/div>\t\n<div id=\"comment-complete\" class=\"hiddenBox yellowGreenBox\">\n Your comment has been posted. <a href=\"javascript:void 0;\" onclick=\"window.location.hash=\'#comment-form\';window.location.reload(false)\">Post another comment<\/a>\n<\/div>\t\n<div id=\"comment-captcha\" class=\"hiddenBox yellowBox\">\t\n <div id=\"captchaText\">\n\t <p id=\"captchaFailMsg\" class=\"captchaErrorText hiddenBox\">The letters and numbers you entered did not match the image. Please try again.<\/p>\t \t \n\t <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.<\/p>\n\t <p><span id=\"comment-captcha-viewalt\">Having trouble reading this image? <a href=\"#comment-captcha\" onClick=\"atpComments.generateReCaptcha();\">View an alternate.<\/a><\/span><\/p>\n <\/div>\n <form id=\"comment-captcha-form\" \n\t\t method=\"post\"\n\t\t onsubmit=\"atpComments.submitWithReCaptcha(); return false;\">\n <div id=\"recaptcha_content\">\n <noscript>\n <iframe src=\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\" height=\"300\" width=\"500\" frameborder=\"0\"><\/iframe><br />\n <textarea name=\"recaptcha_challenge_field\" rows=\"3\" cols=\"40\"><\/textarea>\n <input type=\'hidden\' name=\'recaptcha_response_field\' value=\'manual_challenge\' />\n <\/noscript>\n <\/div>\n <script type=\"text/javascript\">\n $(document).ready(function() {\n Recaptcha.create(\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\",\n \"recaptcha_content\", {\n theme: \"red\",\n callback: Recaptcha.focus_response_field\n });\n });\n <\/script>\n <p>\n <input type=\"submit\" name=\"continue\" id=\"captcha-continue\" value=\" Continue \" />\n <span id=\"captchaFormSpinner\" class=\"commentSpinner hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/p>\n <\/form>\n<\/div>\n'; var entryPermalink = "http://blog.revolutionanalytics.com/local-r-groups.html"; var inlineReply = document.createElement("div"); var commentFooterLinks; var commentHeader; var commentReplyXID; var commentReplyAuthor; var commentReplyComplete; var inlineReplyLoaded = 0; var commentFormNum = undefined; /* Deprecated but still exists in advanced template sets, so must be defined */ function xidToCommentPermalink (entryUrl, xid) { return entryUrl + "?cid=" + xid + "#comment-" + xid; } /* Deprecated advanced template functions */ function handleSubmit() { return true; }; function handleChange() { return true; }; </script> <script type="text/javascript" src="/.shared/js/yui/yuiloader-beta-min.js"></script> <script type="text/javascript" src="/.shared/js/atpcomments.js?v=5"></script> <!-- Blogside Toolbar --> <script type="text/javascript"> var TPToolbar = { src: "http://www.typepad.com/services/toolbar?blog_id=6a010534b1db25970b010536040741970b&asset_id=6a010534b1db25970b011570112bbe970b&atype=Page&to=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&autofollowed=0", asset_xid: "6a010534b1db25970b011570112bbe970b", bookmarklet_uri: "http://static.typepad.com/.shared/js/qp/loader-combined-min.js" }; var TYPEPAD___bookmarklet_domain = "http://www.typepad.com/"; </script> <script type="text/javascript" src="/.shared/js/toolbar/blogside-toolbar-combined-min.js"></script> <!-- End Blogside Toolbar --> <!-- Begin comScore Tag --> <script> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js'%3E%3C/script%3E")); </script> <script> COMSCORE.beacon({ c1: 2, c2: "6035669", c3: "", c4: "http://blog.revolutionanalytics.com/local-r-groups.html", c5: "", c6: "", c15: "" }); </script> <noscript> <img src="http://b.scorecardresearch.com/b?c1=2&c2=6035669&c3=&c4=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&c5=&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt="" /> </noscript> <!-- End comScore Tag --> </body> </html> <!-- ph=1 -->
2012-07-14
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" id="typepad-standard" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="http://www.typepad.com/" /> <meta name="description" content="News about R, statistics and the world of open source from the staff of REvolution Analytics" /> <link rel="stylesheet" href="http://blog.revolutionanalytics.com/styles.css?v=6" type="text/css" media="screen" /> <link rel="stylesheet" href="http://static.typepad.com/.shared:v20120710.02-0-g9c21589:typepad:en_us/themes/common/print.css" type="text/css" media="print" /> <link rel="alternate" type="application/atom+xml" title="Posts on 'Revolutions' (Atom)" href="http://blog.revolutionanalytics.com/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 1.0)" href="http://blog.revolutionanalytics.com/index.rdf" /> <link rel="alternate" type="application/rss+xml" title="Posts on 'Revolutions' (RSS 2.0)" href="http://blog.revolutionanalytics.com/rss.xml" /> <script type="text/javascript"> var TPApp = {}; TPApp.app_uri = "http://www.typepad.com/"; </script> <script type="text/javascript" src="http://static.typepad.com/.shared:v20120710.02-0-g9c21589:typepad:en_us/js/yui/yahoo-dom-event.js,/js/app/thumbnail-gallery-min.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['t2._setAccount', 'UA-225723-36']); _gaq.push(['t2._setDomainName', 'none']); _gaq.push(['t2._setAllowLinker', true]); _gaq.push(['t2._setCustomVar', 1, 'Blog', '6a010534b1db25970b010536040741970b', 3]); _gaq.push(['t2._setCustomVar', 2, 'Page Type', 'Page', 3]); _gaq.push(['t2._trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel="alternate" type="application/atom+xml" title="Comments on 'Local R User Group Directory' (Atom)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml" /> <link rel="alternate" type="application/rss+xml" title="Comments on 'Local R User Group Directory' (RSS 2.0)" href="http://blog.revolutionanalytics.com/local-r-groups/comments/rss.xml" /> <title>Revolutions: Local R User Group Directory</title> <link rel="start" href="http://blog.revolutionanalytics.com/" title="Home" /> </head> <body class="layout-two-column-right"> <div id="container"> <div id="container-inner" class="pkg"> <!-- banner --> <div id="banner"> <div id="banner-inner" class="pkg"> <h1 id="banner-header"><a href="http://blog.revolutionanalytics.com/" accesskey="1">Revolutions</a></h1> <h2 id="banner-description"> News about R, statistics, big data analytics, data science, and the world of open source from the staff of <a href="http://www.revolutionanalytics.com">Revolution Analytics</a> </h2> </div> </div> <div id="pagebody"> <div id="pagebody-inner" class="pkg"> <div id="alpha"> <div id="alpha-inner" class="pkg"> <!-- page --> <div class="entry-author-david_smith entry-type-page entry" id="entry-65315573"> <h3 class="entry-header">Local R User Group Directory</h3> <div class="entry-content"> <div class="entry-body"> <p>Looking for R users in your area to meet, interact with, and share ideas? Why not join your local R User Group? </p> <p>Here's a directory of the local R user groups we're aware of.  If you know of a group not listed here, or need information on how to set up your own R user group, please contact <a href="mailto:community@revolutionanalytics.com">community@revolutionanalytics.com</a>, or post in the comments below.</p> <p>If you're thinking of starting a local R user group yourself, Revolution Analytics offers <a href="http://www.revolutionanalytics.com/news-events/r-user-group/" target="_self">sponsorships</a> for both new and established groups, and has provided some tips for <a href="http://www.revolutionanalytics.com/news-events/r-user-group/how-to-start-r-user-group.php" target="_self">starting a new R user group</a>.</p> <h3><strong><span>AUSTRALIA</span></strong></h3> <p><strong>Adelaide</strong>: <a href="http://www.meetup.com/Adelaide-R-users-group/" target="_self">Adelaide R-users group</a></p> <p><strong>Brisbane: </strong><a href="http://www.meetup.com/Group-for-R-Users-in-Brisbane-GRUB/">Group for R Users in Brisbane</a> (GRUB)</p> <p><strong>Canberra</strong>: <a href="http://www.meetup.com/Canberra-R-Users-Group/">Canberra R Users Group</a> (CANRUG)</p> <p><strong>Hobart</strong>: <a href="http://www.meetup.com/Hobart-R-Users-Group/" target="_self">Hobart R Users Group</a> (HRUG)</p> <p><strong>Melbourne: </strong><a href="http://www.meetup.com/MelbURN-Melbourne-Users-of-R-Network/">Melbourne Users of R Network</a> (MelbURN)</p> <p><strong>Sydney</strong>: <a href="http://www.meetup.com/R-Users-Sydney/">Sydney Users of R Forum</a> (SURF)</p> <p> </p> <p><span style="font-size: medium;"><span style="font-size: 15px; line-height: 18px;"><strong>ASIA</strong></span></span></p> <p><span><span><strong>China</strong>: Financial R User's Group: <a href="http://www.goldenbug.net/category/技术专题/R/">Looking for golden bugs</a></span></span></p> <p><strong>China (Macao)</strong>: <a href="http://groupspaces.com/R-research/" target="_self">R-Research</a></p> <p><strong>China (Shanghai/East China)</strong>: <a href="http://www.shanghair.org/cn/" target="_self">ShanghaiR</a> (<a href="http://www.shanghair.org/" target="_self">in English</a>)</p> <p><strong>India (Bangalore)</strong>: <a href="http://groups.google.com/group/brumail">Bangalore R Users - BRU</a></p> <p><strong>Japan (Nagoya)</strong>: <a href="http://corpus-study.info/nagoyar">Nagoya.R</a></p> <p><span><span><span style="font-weight: bold;">Japan (Osaka): </span><a href="http://m884.jp/Osaka.R/">Osaka.R</a></span></span></p> <p><span><span><strong>Japan (Tokyo): </strong><a href="https://groups.google.com/group/r-study-tokyo" target="_self">Tokyo.R</a></span></span></p> <p><span><span><strong><a href="http://m884.jp/Osaka.R/"></a>Japan (Tsukuba)</strong><span>:</span> <a href="http://wiki.livedoor.jp/syou6162/">Tsukuba.R</a></span></span></p> <p><strong>Singapore</strong>: <a href="http://groups.google.com/group/singapore-r-user-group" target="_self">R User Group - SG</a></p> <p><strong>South Asia</strong>: <a href="http://groups.google.co.in/group/r-sa">R South Asia</a>, a mailing list to promote and discuss R in South Asia.</p> <p><strong>South Korea (Seoul)</strong>: <a href="http://www.openstatistics.net">GNU R User's Group and Open Statistics Project in Korea</a></p> <p><strong>Taiwan (Taipei)</strong>: <a href="https://sites.google.com/site/zhonghuarruantixuehui/" target="_self">Chinese Academy of R Software (CARS)</a></p> <p> </p> <p><span style="font-size: 15px; font-weight: bold;">CANADA</span></p> <p><strong>Montréal</strong>: <a href="http://www.meetup.com/Montreal-R-User-Group/" target="_self">Montreal R User Group</a></p> <p><span style="font-weight: bold;">Ottawa:</span> <a href="https://stat.ethz.ch/mailman/listinfo/r-ug-ottawa">Ottawa Gatineau R Users Group</a></p> <p><strong>Québec</strong>: <a href="http://www.cef-cfr.ca/index.php?n=Membres.PleinR" target="_self">Plein-R</a> (en Français)</p> <p><strong>Toronto</strong>: <a href="http://www.meetup.com/Greater-Toronto-Area-GTA-R-Users-Group" target="_self">Greater Toronto Area (GTA) R User's Group</a> ; <a href="http://www.meetup.com/R-Matlab-Users/" target="_self">R Matlab Users</a> (finance oriented)</p> <p><strong>Vancouver</strong>: <a href="http://www.meetup.com/Vancouver-R-Users-Group-data-analysis-statistics/" target="_self">Vancouver R Users Group</a></p> <p> </p> <p><span style="font-size: 15px;"><strong>EUROPE</strong></span></p> <p><strong>Austria (Vienna): </strong><a href="http://www.meetup.com/ViennaR/" target="_self">ViennaR</a></p> <p><strong>Belgium (Brussels)</strong>: <a href="http://www.meetup.com/RBelgium/" target="_self">RBelgium</a></p> <p><strong>Finland: </strong><a href="http://bioinformatics.utu.fi/seura/index_en.html">Finnish Society for Bioinformatics</a></p> <p><strong><span style="font-weight: normal;"><strong>France (Paris)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.mnhn.fr/semin-r/">Semin-R</a></span></strong></p> <p><strong>France (Montpellier): </strong><a href="http://forums.cirad.fr/logiciel-R/index.php">Groupe des utilisateurs du logiciel R</a></p> <p><strong>Germany (Dresden)</strong>: <a href="http://www.research-garden.de/" target="_self">Research Garden</a></p> <p><strong>Germany (Geißen)</strong>: <a href="http://www.meetup.com/Giessen-R-Users-Group/" target="_self">Giessen R Users Group</a></p> <p><strong>Germany (Kassel): </strong><a href="http://www.meetup.com/Kassel-useR-Group/">Kasseler useR Group</a></p> <p><strong>Germany (Köln)</strong>: <a href="http://www.meetup.com/KoelnRUG/" target="_self">Köln R User Group</a></p> <p><strong>Germany (Leipzig)</strong>: <a href="http://www.meetup.com/Leipzig-R-statistical-computing/" target="_self">Leipzig R Statistical Computing</a></p> <p><strong>Germany (Southwest): </strong><a href="http://rusergroup-de-sw.mixxt.de/">R User Group DE-Südwest</a></p> <p><strong>Germany (North): </strong>R im Norden (email <a href="mailto:feldmann@qa-gmbh.de">Rainer Feldmann</a>)</p> <p><strong>Ireland (Dublin)</strong>: <a href="http://www.meetup.com/DublinR/" target="_self">Dublin-R</a></p> <p><strong>Italy (Milan)</strong>: <a href="http://www.milanor.net/" target="_self">MilanoR</a></p> <p><strong>Italy (Padua)</strong>: <a href="http://groups.google.com/group/rante">Italy-RUG</a> (Rante)</p> <p><strong>Italy (Torino)</strong>: <a href="http://torinor.net/" target="_self">Torino R net</a></p> <p><strong>Lithuania</strong>: <a href="http://www.vilniusr.org/" target="_self">VilniusR</a></p> <p><strong>Netherlands (Amsterdam)</strong>: <a href="http://www.meetup.com/amst-R-dam/" target="_self">amst-R-dam</a></p> <p><strong>Poland (Warsaw/Wroclaw)</strong>: <a style="color: blue !important; text-decoration: underline !important; cursor: text !important;" href="http://www.biecek.pl/WZUR"><span style="font-weight: normal;">Annual Polish R User Group Meeting</span></a></p> <p><span style="font-weight: normal;"><strong>Poland (virtual): </strong>W Polski, Polish R users forum: <a href="https://www.im.uj.edu.pl/gur/">Grupa użytkowników R</a>.<br /></span></p> <p><strong>Serbia (Belgrade)</strong>: <a href="http://savtajr.blogspot.com/" target="_self">Sav taj R</a></p> <p><strong>Slovenia (Ljubljana):</strong> <a href="http://groups.google.com/group/rkoholiki">Anonymous Rcoholics</a></p> <p><strong>Spain (Barcelona)</strong>: <a href="http://rugbcn.wordpress.com/" target="_self">RUGBCN</a></p> <p><strong>Switzerland (Basel):</strong> <a href="http://www.baselr.org/">BaselR</a></p> <p><strong>Switzerland (Geneva)</strong>: <a href="http://www.geneva-r.org/" target="_self">GenevaR</a></p> <p><strong>Switzerland (Zurich)</strong>: <a href="http://www.zurichr.org/" target="_self">ZurichR</a></p> <p><strong>UK (Birmingham)</strong>: <a href="http://www.meetup.com/BirminghamR/" target="_self">Birmingham R Users Meeting (BRUM)</a></p> <p><strong>UK (Cambridge)</strong>: <a href="http://www.cambr.org.uk/" target="_self">CambR</a></p> <p><span style="font-size: 13px; font-weight: bold;">UK (London): <span style="font-weight: normal;"><a href="http://www.londonr.org/">LondonR</a></span></span></p> <p><strong><br /></strong></p> <p style="margin: 0px 0px 1em; padding: 0px;"><span style="line-height: 18px; font-size: 15px;"><strong>MIDDLE EAST / AFRICA</strong></span></p> <p><span><span><span><strong>Israel</strong>: </span><a href="http://groups.google.com/group/israel-r-user-group">Israel R User Group</a></span></span></p> <p><span><strong>Turkey</strong>: <a href="http://www.meetup.com/ankara-r-users/" target="_self">Ankara R Users Group</a></span></p> <p><span><span><br /></span></span></p> <h3><strong>SOUTH AMERICA</strong></h3> <p><strong>Argentina</strong> (Buenos Ares): <a href="http://ar.i314.com.ar/" target="_self">.AR</a> </p> <p><strong>Brazil</strong> (virtual): <a href="http://br.groups.yahoo.com/group/R_STAT/" target="_self">Brasil R_STAT</a></p> <p><strong>Brazil</strong> (virtual): <a href="http://leg.est.ufpr.br/doku.php/software:rbr" target="_self">R-br: the Brazilian R-community</a></p> <p><strong>Uruguay</strong>: <a href="http://uyrug.wordpress.com/" target="_self">Grupo de Usuarios de R en Uruguay </a></p> <p> </p> <p><span style="font-weight: bold; font-size: 15px; font-family: 'Trebuchet MS';">USA (sorted by state)</span></p> <p><strong>Berkeley, CA</strong>: <a href="http://www.meetup.com/r-enthusiasts/" target="_self">The Berkeley R Language Beginner Study Group</a></p> <p><strong>Los Angeles, CA</strong>: <a href="http://www.meetup.com/LAarea-R-usergroup/">Los Angeles Area R Users Group</a></p> <p><strong>Orange County, CA</strong>: <a href="http://www.linkedin.com/groups?gid=3826973" target="_self">Orange County R User Group</a></p> <p><strong>Pasadena, CA: </strong><a href="http://www.meetup.com/Research-Methods-and-Analytics/">Research Methods and Analytics (R is a main topic)</a></p> <p><strong>San Diego, CA</strong>: <a href="http://www.meetup.com/San-Diego-R-users-group">San Diego R Users Group</a></p> <p><strong>San Francisco / Bay Area, CA</strong>: <a href="http://www.meetup.com/R-Users/">Bay Area R Users Group</a></p> <p><strong>Denver, CO</strong>: <a href="http://www.meetup.com/DenverRUG/">Denver R User Group</a></p> <p><strong>Stamford, CT</strong>: <a href="http://www.meetup.com/Conneticut-R-Users-Group/" target="_self">Connecticut R Users Group</a></p> <p><span style="font-weight: bold;"><strong>Washington, DC</strong>: </span><a href="http://www.meetup.com/R-users-DC">DC UseR Group</a></p> <p><span style="font-weight: bold;"><a href="http://www.meetup.com/R-users-DC"></a>Atlanta, GA: </span><a href="http://www.meetup.com/R-Users-Atlanta/" target="_self">Atlanta R User's Group</a></p> <p><strong>Chicago, IL</strong>: <a href="http://www.meetup.com/ChicagoRUG/">Chicago R Users Group</a></p> <p><strong>Greencastle, IN</strong>: <a href="http://fs6.depauw.edu:50080/%7Ehanson/R-pages/R%40DPU.html">R users at DePauw University</a></p> <p><strong>Kansas City, KS</strong>: <a href="http://groupspaces.com/KCRUsersGroup/" target="_self">Kansas City R Users Group</a></p> <p><strong>Boston, MA: </strong><a href="http://www.meetup.com/Boston-useR/" target="_self">Greater Boston useR Group</a></p> <p><strong>Medford, MA</strong>: <a href="http://www.meetup.com/RUGraT/" target="_self">R Users Group at Tufts (RUGraT)</a></p> <p><strong>Minneapolis and St. Paul, MN</strong>: <a href="http://www.meetup.com/twincitiesrug/" target="_self">Twin Cities R User Group</a></p> <p><strong>Saint Louis, MO</strong>: <a href="http://www.meetup.com/Saint-Louis-RUG/" target="_self">Saint Louis R User Group</a></p> <p><strong>Raleigh-Durham, NC: </strong><a href="http://www.meetup.com/Triangle-useR/">Raleigh-Durham-Chapel Hill R Users Group</a></p> <p><strong><strong>Cincinnati/Dayton, OH: </strong></strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self">CinDay RUG</a></p> <p><strong>Cleveland, OH</strong>: <a href="http://www.meetup.com/Cleveland-useR-Group/" target="_self">Cleveland UseR Group</a></p> <p><strong>Portland, OR: </strong><a href="http://www.meetup.com/portland-r-user-group">Portland R User Group</a> (there is also a local <a href="http://groups.google.com/group/pdx-visualization">data visualization group</a>)</p> <p><strong><a href="http://www.meetup.com/CinDay-RUG/" target="_self"></a>Philadelphia, PA</strong>: <a href="http://phillyr.ning.com/">Philadelphia UseR Group</a></p> <p><strong>New Jersey, NJ</strong>: <a href="http://newjerseyr.org/">NewJerseyR</a></p> <p><strong>New York, NY</strong>: <a href="http://www.meetup.com/nyhackr/">New York R Statistical Programming Meetup</a> </p> <p><strong>New York, NY</strong>: <a href="http://groups.google.com/group/columbiaR">Columbia R Statistical Programming Group</a></p> <p><strong>Austin, TX</strong>: <a href="http://www.meetup.com/Austin-R-User-Group/" target="_self">Austin R User Group</a></p> <p><span style="font-weight: bold;">Dallas, TX: </span><a href="http://www.meetup.com/Dallas-R-Users-Group/" target="_self">Dallas R Users Group</a></p> <p><span style="font-weight: bold;">Houston, TX: </span><a href="http://www.meetup.com/houstonr/" target="_self">Houston R Users Group</a></p> <p><strong>Madison, WI: <span style="font-weight: normal;"><a href="http://groups.google.com/group/maduser">Madison Area R Users Group</a></span></strong></p> <p><strong>Salt Lake City, UT: </strong><a href="https://sites.google.com/site/utahrug/" target="_self">University of Utah R Users Group</a></p> <p><strong>Seattle, WA: </strong><a href="http://www.meetup.com/Seattle-useR/">Seattle UseR Group</a></p> <p> </p> <p><strong><span style="font-size: 15px; font-family: Trebuchet MS;">GROUPS WANTED</span></strong></p> <p>The following cities don't have an R user group yet, but we've had requests for information if you want to start one up:</p> <ul> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c" target="_self">Pittsburgh, PA</a></li> <li><a href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b" target="_self">Phoenix, AZ</a></li> <li>Burlington VT, USA</li> <li>Baton Rouge LA, USA</li> <li>Durbin, South Africa</li> <li>Kenya</li> <li>Austria</li> <li>São Paulo, Brazil</li> <li>India (TamilNad)</li> <li><a href="http://bayesianbiologist.com/2012/02/07/gauging-interest-in-a-montreal-r-user-group/" target="_self">Montreal, Quebec</a></li> </ul> <p><span>Post a comment below</span> to connect with other R users and start a new group in your area. You can also register interest for a new <a href="http://r-users-group.meetup.com/">R User Group in your area</a> at meetup.com.</p> <ul> </ul> <p><strong><br /><span style="font-size: 15px; font-family: Trebuchet MS;">OTHER RESOURCES FOR FINDING LOCAL R USERS</span></strong></p> <p><span><strong>En Español</strong>: Spanish-speaking R users can check on the mailing list <a href="https://stat.ethz.ch/mailman/listinfo/r-help-es">r-help-es</a>.</span></p> <p>There is a list of <a href="http://rwiki.sciviews.org/doku.php?id=rugs:r_user_groups">R User Groups</a> at the R Wiki.</p> <p>There is a list of <a href="http://r-users-group.meetup.com/">R User Groups</a> on meetup.com.</p> </div> </div> </div> <a id="comments"></a> <div class="comments"> <h3 class="comments-header">Comments</h3> <div class="comments-info"> <p><a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml"><img src="http://static.typepad.com/.shared:v20120710.02-0-g9c21589:typepad:en_us/images/feed.png" alt="Feed" width="10" height="10" /></a> You can follow this conversation by subscribing to the <a href="http://blog.revolutionanalytics.com/local-r-groups/comments/atom.xml">comment feed</a> for this post.</p> </div> <div class="comments-content" id="comments-content"> <!-- comment list --><a id="c6a010534b1db25970b0120a542bba7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a542bba7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a542bba7970c-content"> <span id="comment-6a010534b1db25970b0120a542bba7970c-content"><p>A user group in Amsterdam, NL?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.cs.vu.nl/~rpremraj" href="http://www.cs.vu.nl/~rpremraj">Rahul Premraj</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a542bba7970c#comment-6a010534b1db25970b0120a542bba7970c">August 12, 2009 at 15:06</a> </p> </div><a id="c6a010534b1db25970b0120a4ff1120970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a4ff1120970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a4ff1120970b-content"> <span id="comment-6a010534b1db25970b0120a4ff1120970b-content"><p>Anyone interested in Dublin, Ireland R group?</p></span> </div> <p class="comment-footer"> Posted by: Anthony Staines | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a4ff1120970b#comment-6a010534b1db25970b0120a4ff1120970b">August 17, 2009 at 14:51</a> </p> </div><a id="c6a010534b1db25970b0120a5ac7de3970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5ac7de3970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5ac7de3970b-content"> <span id="comment-6a010534b1db25970b0120a5ac7de3970b-content"><p>I am trying to organize a R User Group for Germany (Southwest) with meetings in Mannheim or Heidelberg, maybe also Stuttgart, Karlsruhe, Frankfurt (later). </p> <p>I just created an initial group collaboration site at http://rug-sw.qlubb.com/public. To join this group click on the button "Request to join this Qlubb" at the upper right of the page (Joining may take a while as it has to be manually approved, sorry). </p> <p>Please join or leave your address even if you're not from the exact region. Maybe you will find other people from your region this way. </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://rug-sw.qlubb.com/public" href="http://rug-sw.qlubb.com/public">Friedrich Schuster</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5ac7de3970b#comment-6a010534b1db25970b0120a5ac7de3970b">September 30, 2009 at 03:58</a> </p> </div><a id="c6a010534b1db25970b0120a5bde33b970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a5bde33b970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5bde33b970b-content"> <span id="comment-6a010534b1db25970b0120a5bde33b970b-content"><p>Hi Anthony,<br /> I'm interested in organizing an R group in Berlin. It'd be an English speaking group.</p></span> </div> <p class="comment-footer"> Posted by: J | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5bde33b970b#comment-6a010534b1db25970b0120a5bde33b970b">October 05, 2009 at 05:52</a> </p> </div><a id="c6a010534b1db25970b0120a6218320970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a6218320970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6218320970c-content"> <span id="comment-6a010534b1db25970b0120a6218320970c-content"><p>Hello R users in Northern Germany! <br /> This is the initial step to set up the R user group in the Northern part of Germany: "R im Norden" (RiN). The objective of this group is to establish a local forum for R users - beginner to advanced. You can meet with other users of the R Programming Language and learn and share tricks and techniques from and with other users. <br /> Please send a short mail indicating your interests to Rainer Feldmann: feldmann@qa-gmbh.de. </p> <p>Kind Regards<br /> Rainer</p></span> </div> <p class="comment-footer"> Posted by: Raienr Feldmann | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6218320970c#comment-6a010534b1db25970b0120a6218320970c">October 07, 2009 at 12:27</a> </p> </div><a id="c6a010534b1db25970b0120a6238e53970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a6238e53970c"> <div class="comment-content" id="comment-6a010534b1db25970b0120a6238e53970c-content"> <span id="comment-6a010534b1db25970b0120a6238e53970c-content"><p>Hello, </p> <p>The Spanish-speaking R users group is organizing the 1st R conferences in Spain.</p> <p>We will try to create work teams and an organized users group.</p> <p>You can subscribe and send talk proposals here: www.ereros.org</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ereros.org" href="http://www.ereros.org">Patricia García</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a6238e53970c#comment-6a010534b1db25970b0120a6238e53970c">October 08, 2009 at 02:16</a> </p> </div><a id="c6a010534b1db25970b0120a5e595ec970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a5e595ec970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a5e595ec970b-content"> <span id="comment-6a010534b1db25970b0120a5e595ec970b-content"><p>Anyone interested in an R Users group in Seattle WA (Eastside in particular)?</p></span> </div> <p class="comment-footer"> Posted by: Carolyn Johnston | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a5e595ec970b#comment-6a010534b1db25970b0120a5e595ec970b">October 14, 2009 at 10:10</a> </p> </div><a id="c6a010534b1db25970b0120a61312e4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a61312e4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a61312e4970b-content"> <span id="comment-6a010534b1db25970b0120a61312e4970b-content"><p>Hi there - Anyone interested in starting a group in the Boston area?</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.ramakrishnan.com" href="http://www.ramakrishnan.com">Rama Ramakrishnan</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a61312e4970b#comment-6a010534b1db25970b0120a61312e4970b">October 22, 2009 at 09:37</a> </p> </div><a id="c6a010534b1db25970b012875a06a20970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012875a06a20970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875a06a20970c-content"> <span id="comment-6a010534b1db25970b012875a06a20970c-content"><p>Rainer for RiN</p> <p>Ivailo Partchev (University of Jena) asked us to inform you about a online workshop on "Statistical Programming in R", he will hold in Jena on November 21 and 22, 2009. For more information and registration: http://www.metheval.uni-jena.de.</p> <p>Kind Regards<br /> Rainer<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.qa-gmbh.de" href="http://www.qa-gmbh.de">Rainer Feldmann</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875a06a20970c#comment-6a010534b1db25970b012875a06a20970c">November 14, 2009 at 05:16</a> </p> </div><a id="c6a010534b1db25970b012875bcdc84970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012875bcdc84970c"> <div class="comment-content" id="comment-6a010534b1db25970b012875bcdc84970c-content"> <span id="comment-6a010534b1db25970b012875bcdc84970c-content"><p>Italy, Padova<br /> http://www.rante.org/ </p> <p>We are an association that promotes knowledge sharing and the use of open source tools in Italy. As a part of our activities, together with other people (scholars, consultants, R-lovers and so on), we are setting up a R-user group in Italy. Our headquarter is located in Padova, where also the University (Department of Statistical Sciences) mantains a CRAN Mirror. Our initial aims are : - to promote the use of R across public institutions, private companies and no-profit organisations - to collect and disseminate R materials (primers, tutorials, lectures) through our website for making them immediately available to different communities - to organise events and lectures to spread R use across our territory </p> <p>Everyone who is interested in joining and helping us is really welcome. </p> <p>You can contact us at info@rante.org <br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rante.org" href="http://www.rante.org">Dario Solari</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012875bcdc84970c#comment-6a010534b1db25970b012875bcdc84970c">November 20, 2009 at 06:37</a> </p> </div><a id="c6a010534b1db25970b0120a73024d1970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a73024d1970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a73024d1970b-content"> <span id="comment-6a010534b1db25970b0120a73024d1970b-content"><p>Also interested in a Seattle-area group.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.rapidbiologics.com" href="http://www.rapidbiologics.com">Mark Seligman</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a73024d1970b#comment-6a010534b1db25970b0120a73024d1970b">December 08, 2009 at 13:27</a> </p> </div><a id="c6a010534b1db25970b01287647ee86970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01287647ee86970c"> <div class="comment-content" id="comment-6a010534b1db25970b01287647ee86970c-content"> <span id="comment-6a010534b1db25970b01287647ee86970c-content"><p>Hi I'm Scott from Denver, Colorado. Very new to R, but interested in starting an R group here in the Denver/Boulder area. I have a core group of users (~25) medical/biostatistical researchers that use various functions on various projects. Any information and materials you could send me would be great. We are all currently SAS users willing to learn a new language. </p></span> </div> <p class="comment-footer"> Posted by: Scott Sibbel | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01287647ee86970c#comment-6a010534b1db25970b01287647ee86970c">December 11, 2009 at 14:05</a> </p> </div><a id="c6a010534b1db25970b012876483316970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876483316970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876483316970c-content"> <span id="comment-6a010534b1db25970b012876483316970c-content"><p>Hi Scott. I'll send you a document with tips on how to start up a user group (one of these days I'll get around to making it into a blog post).</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolution-computing.com" href="http://www.revolution-computing.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876483316970c#comment-6a010534b1db25970b012876483316970c">December 11, 2009 at 15:21</a> </p> </div><a id="c6a010534b1db25970b0120a7a3a244970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7a3a244970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7a3a244970b-content"> <span id="comment-6a010534b1db25970b0120a7a3a244970b-content"><p>Hi <br /> Im in Durban, South Africa and am keen to meet with other R users in the area. </p></span> </div> <p class="comment-footer"> Posted by: Michael Chadbourne | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7a3a244970b#comment-6a010534b1db25970b0120a7a3a244970b">January 04, 2010 at 11:26</a> </p> </div><a id="c6a010534b1db25970b0120a7c355b4970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0120a7c355b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7c355b4970b-content"> <span id="comment-6a010534b1db25970b0120a7c355b4970b-content"><p>Hi there<br /> I would also be interested in a R group for Dublin,IE.<br /> Regards<br /> Kevin O'Brien.</p></span> </div> <p class="comment-footer"> Posted by: Kevin O'Brien | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7c355b4970b#comment-6a010534b1db25970b0120a7c355b4970b">January 11, 2010 at 07:37</a> </p> </div><a id="c6a010534b1db25970b012876d1ffd2970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876d1ffd2970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876d1ffd2970c-content"> <span id="comment-6a010534b1db25970b012876d1ffd2970c-content"><p>Hi, <br /> I would be interested in an R group in Baton Rouge, Louisiana, USA.</p> <p>Daniel Ence</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1" href="http://sites.google.com/site/carstenslabsite/home/daniel-ence-1">Daniel Ence</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876d1ffd2970c#comment-6a010534b1db25970b012876d1ffd2970c">January 13, 2010 at 14:18</a> </p> </div><a id="c6a010534b1db25970b012876e708ba970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876e708ba970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876e708ba970c-content"> <span id="comment-6a010534b1db25970b012876e708ba970c-content"><p>I am keen to meet other R users in Brussels. If anyone is interested let me know. Would also actively support the establiment of such a group. </p></span> </div> <p class="comment-footer"> Posted by: Alexis-Michel Mugabushaka | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876e708ba970c#comment-6a010534b1db25970b012876e708ba970c">January 17, 2010 at 12:26</a> </p> </div><a id="c6a010534b1db25970b0120a7ee4b07970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0120a7ee4b07970b"> <div class="comment-content" id="comment-6a010534b1db25970b0120a7ee4b07970b-content"> <span id="comment-6a010534b1db25970b0120a7ee4b07970b-content"><p>St. Louis anyone?</p></span> </div> <p class="comment-footer"> Posted by: Alex | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0120a7ee4b07970b#comment-6a010534b1db25970b0120a7ee4b07970b">January 19, 2010 at 13:11</a> </p> </div><a id="c6a010534b1db25970b012876f16112970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b012876f16112970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f16112970c-content"> <span id="comment-6a010534b1db25970b012876f16112970c-content"><p>Any interest in a UseR group in Philadelphia?</p></span> </div> <p class="comment-footer"> Posted by: Alex Mc | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f16112970c#comment-6a010534b1db25970b012876f16112970c">January 19, 2010 at 13:32</a> </p> </div><a id="c6a010534b1db25970b012876f1a277970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b012876f1a277970c"> <div class="comment-content" id="comment-6a010534b1db25970b012876f1a277970c-content"> <span id="comment-6a010534b1db25970b012876f1a277970c-content"><p>I would be interested in a Philadelphia UseR group.<br /> leipzig@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://jermdemo.blogspot.com" href="http://jermdemo.blogspot.com">Jeremy Leipzig</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b012876f1a277970c#comment-6a010534b1db25970b012876f1a277970c">January 19, 2010 at 14:35</a> </p> </div><a id="c6a010534b1db25970b0128770154d4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0128770154d4970c"> <div class="comment-content" id="comment-6a010534b1db25970b0128770154d4970c-content"> <span id="comment-6a010534b1db25970b0128770154d4970c-content"><p>Hi! Anyone interested in a UseR group in Toronto, Ontario, Canada?</p></span> </div> <p class="comment-footer"> Posted by: Kate | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0128770154d4970c#comment-6a010534b1db25970b0128770154d4970c">January 22, 2010 at 11:27</a> </p> </div><a id="c6a010534b1db25970b0133ec7af129970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ec7af129970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ec7af129970b-content"> <span id="comment-6a010534b1db25970b0133ec7af129970b-content"><p>I'm also interested in joining or starting an R users group in the Boston. Please contact me at michaeljboucher@gmail.com</p> <p>Regards,</p> <p>Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike Boucher | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ec7af129970b#comment-6a010534b1db25970b0133ec7af129970b">April 05, 2010 at 14:08</a> </p> </div><a id="c6a010534b1db25970b0134808741df970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0134808741df970c"> <div class="comment-content" id="comment-6a010534b1db25970b0134808741df970c-content"> <span id="comment-6a010534b1db25970b0134808741df970c-content"><p>We have a group names as "Research Methods and Analytics", but with R as a main topic, and we are in Pasadena.</p> <p>see http://www.meetup.com/Research-Methods-and-Analytics/ </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Research-Methods-and-Analytics/" href="http://www.meetup.com/Research-Methods-and-Analytics/">Alex</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0134808741df970c#comment-6a010534b1db25970b0134808741df970c">May 06, 2010 at 10:48</a> </p> </div><a id="c6a010534b1db25970b0133ee1ad8ca970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133ee1ad8ca970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"> <span id="comment-6a010534b1db25970b0133ee1ad8ca970b-content"><p>I've just started an R users group in Salt Lake City, UT. Anybody in the neighborhood, please join us!</p> <p>http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/" href="http://www.meetup.com/Salt-Lake-R-Processing-Data-Analysts-Group/">Jake</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133ee1ad8ca970b#comment-6a010534b1db25970b0133ee1ad8ca970b">May 20, 2010 at 15:10</a> </p> </div><a id="c6a010534b1db25970b0133f11b2812970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f11b2812970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f11b2812970b-content"> <span id="comment-6a010534b1db25970b0133f11b2812970b-content"><p>I'd like to see a Minneapolis useR group...</p></span> </div> <p class="comment-footer"> Posted by: Aaron | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f11b2812970b#comment-6a010534b1db25970b0133f11b2812970b">June 15, 2010 at 11:23</a> </p> </div><a id="c6a010534b1db25970b013485b89b14970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b013485b89b14970c"> <div class="comment-content" id="comment-6a010534b1db25970b013485b89b14970c-content"> <span id="comment-6a010534b1db25970b013485b89b14970c-content"><p>Mabuhay!</p> <p>I'm from the Islands of Philippines. I want to form R Group here in Manila. Contact me dhon.buenavista@roberts.com.ph Or fgbuenavista@yahoo.com</p></span> </div> <p class="comment-footer"> Posted by: dhon buenavista | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013485b89b14970c#comment-6a010534b1db25970b013485b89b14970c">July 26, 2010 at 17:40</a> </p> </div><a id="c6a010534b1db25970b0133f2fd25db970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0133f2fd25db970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f2fd25db970b-content"> <span id="comment-6a010534b1db25970b0133f2fd25db970b-content"><p>hi,</p> <p>i've started an R user group in singapore</p> <p>feel free to post</p> <p>cheers</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/R-User-Group-SG/" href="http://www.meetup.com/R-User-Group-SG/">lee</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f2fd25db970b#comment-6a010534b1db25970b0133f2fd25db970b">August 11, 2010 at 00:55</a> </p> </div><a id="c6a010534b1db25970b01348636d606970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01348636d606970c"> <div class="comment-content" id="comment-6a010534b1db25970b01348636d606970c-content"> <span id="comment-6a010534b1db25970b01348636d606970c-content"><p>Any interest in a UseR group in São Paulo, Brazil?</p></span> </div> <p class="comment-footer"> Posted by: Manoel Galdino | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01348636d606970c#comment-6a010534b1db25970b01348636d606970c">August 14, 2010 at 20:40</a> </p> </div><a id="c6a010534b1db25970b013486be2705970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b013486be2705970c"> <div class="comment-content" id="comment-6a010534b1db25970b013486be2705970c-content"> <span id="comment-6a010534b1db25970b013486be2705970c-content"><p>I would be interested in a useR group in Cincinnati.<br /> Mike</p></span> </div> <p class="comment-footer"> Posted by: Mike | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b013486be2705970c#comment-6a010534b1db25970b013486be2705970c">September 03, 2010 at 06:06</a> </p> </div><a id="c6a010534b1db25970b0133f4910ebd970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0133f4910ebd970b"> <div class="comment-content" id="comment-6a010534b1db25970b0133f4910ebd970b-content"> <span id="comment-6a010534b1db25970b0133f4910ebd970b-content"><p>Spain: Barcelona <br /> tim.riffe@gmail.com </p> <p>Anyone interested in starting up a BCN RUG? I’m a gradstudent at the UAB and am interested in forming a local R-user community. I can organize space on the UAB campus, but could meet elsewhere. </p> <p>Algú vol formar un grup de usuaris de R a BCN? Soc estudiant de posgrau a la UAB. Puc organitzar espai a la UAB o reunir a qualsevol lloc a la ciutat. Envia’m un correu! </p></span> </div> <p class="comment-footer"> Posted by: Tim | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0133f4910ebd970b#comment-6a010534b1db25970b0133f4910ebd970b">September 24, 2010 at 20:30</a> </p> </div><a id="c6a010534b1db25970b0148c7259d9a970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c7259d9a970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c7259d9a970c-content"> <span id="comment-6a010534b1db25970b0148c7259d9a970c-content"><p>Connecticut anyone?</p></span> </div> <p class="comment-footer"> Posted by: Bob | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c7259d9a970c#comment-6a010534b1db25970b0148c7259d9a970c">December 29, 2010 at 06:55</a> </p> </div><a id="c6a010534b1db25970b0147e142510e970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e142510e970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e142510e970b-content"> <span id="comment-6a010534b1db25970b0147e142510e970b-content"><p>Hi.. <br /> I'd like to start a UserGroup in India (TamilNad).<br /> Please guide.</p> <p>Vignesh M</p></span> </div> <p class="comment-footer"> Posted by: Vignesh | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e142510e970b#comment-6a010534b1db25970b0147e142510e970b">January 04, 2011 at 04:10</a> </p> </div><a id="c6a010534b1db25970b0148c751e4f7970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c751e4f7970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c751e4f7970c-content"> <span id="comment-6a010534b1db25970b0148c751e4f7970c-content"><p>For R users in India, check the R South Asia group </p> <p>http://groups.google.co.in/group/r-sa</p> <p>Thanks</p> <p>Saket</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://groups.google.co.in/group/r-sa" href="http://groups.google.co.in/group/r-sa">Saket</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c751e4f7970c#comment-6a010534b1db25970b0148c751e4f7970c">January 04, 2011 at 23:05</a> </p> </div><a id="c6a010534b1db25970b0147e1cfb200970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e1cfb200970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e1cfb200970b-content"> <span id="comment-6a010534b1db25970b0147e1cfb200970b-content"><p>would also like a Minneapolis/Saint Paul users group</p></span> </div> <p class="comment-footer"> Posted by: david salmela | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e1cfb200970b#comment-6a010534b1db25970b0147e1cfb200970b">January 21, 2011 at 05:17</a> </p> </div><a id="c6a010534b1db25970b0148c807b02c970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c807b02c970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c807b02c970c-content"> <span id="comment-6a010534b1db25970b0148c807b02c970c-content"><p>There is now a Twin Cities R User group (Minneapolis, St. Paul, MN). Please join the meetup.com group and RSVP for the next meeting if you can make it. </p> <p>Looking forward to meeting you all. </p> <p>http://www.meetup.com/twincitiesrug/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/twincitiesrug/" href="http://www.meetup.com/twincitiesrug/">Erik Iverson</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c807b02c970c#comment-6a010534b1db25970b0148c807b02c970c">January 26, 2011 at 09:00</a> </p> </div><a id="c6a010534b1db25970b0148c8174a61970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0148c8174a61970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c8174a61970c-content"> <span id="comment-6a010534b1db25970b0148c8174a61970c-content"><p>Hi all,</p> <p>any R users in the <b>Philippines</b>? im sure you're out there, i'm just not sure how to get to you. i'm from a local university here in Manila, and im thinking of contacting Statistics students from other universities to group together to form a local R group here in Manila. please help spread the word.</p> <p>kind regards! </p></span> </div> <p class="comment-footer"> Posted by: schubert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c8174a61970c#comment-6a010534b1db25970b0148c8174a61970c">January 28, 2011 at 00:57</a> </p> </div><a id="c6a010534b1db25970b0148c855fda6970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0148c855fda6970c"> <div class="comment-content" id="comment-6a010534b1db25970b0148c855fda6970c-content"> <span id="comment-6a010534b1db25970b0148c855fda6970c-content"><p>merçi d'avoir indiqué cette liste,j'ai trouvé mon bonheur! merçi.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.muondo.org" href="http://www.muondo.org">muondo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0148c855fda6970c#comment-6a010534b1db25970b0148c855fda6970c">February 04, 2011 at 11:10</a> </p> </div><a id="c6a010534b1db25970b0147e2bfa259970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e2bfa259970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e2bfa259970b-content"> <span id="comment-6a010534b1db25970b0147e2bfa259970b-content"><p>Anyone up for Indianapolis-West Lafayette-Bloomington R User Group?</p></span> </div> <p class="comment-footer"> Posted by: Shreyas | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e2bfa259970b#comment-6a010534b1db25970b0147e2bfa259970b">February 22, 2011 at 09:38</a> </p> </div><a id="c6a010534b1db25970b014e5f910918970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e5f910918970c"> <div class="comment-content" id="comment-6a010534b1db25970b014e5f910918970c-content"> <span id="comment-6a010534b1db25970b014e5f910918970c-content"><p>am going to set up Birmingham Alabama r users group; please let me know if anyone is interested</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://timelyportfolio.blogspot.com" href="http://timelyportfolio.blogspot.com">Kent Russell</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e5f910918970c#comment-6a010534b1db25970b014e5f910918970c">March 01, 2011 at 09:30</a> </p> </div><a id="c6a010534b1db25970b0147e3159f31970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0147e3159f31970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3159f31970b-content"> <span id="comment-6a010534b1db25970b0147e3159f31970b-content"><p>I'm about to start a group for dublin, ireland. I'll post the details shortly.</p></span> </div> <p class="comment-footer"> Posted by: rory cawley | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3159f31970b#comment-6a010534b1db25970b0147e3159f31970b">March 08, 2011 at 13:15</a> </p> </div><a id="c6a010534b1db25970b0147e3786a81970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0147e3786a81970b"> <div class="comment-content" id="comment-6a010534b1db25970b0147e3786a81970b-content"> <span id="comment-6a010534b1db25970b0147e3786a81970b-content"><p>I have started a Tallahassee R Users Group and have scheduled a meeting on April 3 at 4 PM at New Leaf Market (The Dining Area). Hope to see some people there.</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0147e3786a81970b#comment-6a010534b1db25970b0147e3786a81970b">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b014e86f8935d970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e86f8935d970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e86f8935d970d-content"> <span id="comment-6a010534b1db25970b014e86f8935d970d-content"><p>Sorry forgot to give the url - http://www.meetup.com/Tallahassee-R-Users-Group/</p></span> </div> <p class="comment-footer"> Posted by: Krishnan | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e86f8935d970d#comment-6a010534b1db25970b014e86f8935d970d">March 25, 2011 at 21:45</a> </p> </div><a id="c6a010534b1db25970b015431e10563970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015431e10563970c"> <div class="comment-content" id="comment-6a010534b1db25970b015431e10563970c-content"> <span id="comment-6a010534b1db25970b015431e10563970c-content"><p>Hi,<br /> Looking to start one here in Nairobi..Kenya very soon</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.africangeogeek.com" href="http://www.africangeogeek.com">jude</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015431e10563970c#comment-6a010534b1db25970b015431e10563970c">April 22, 2011 at 00:35</a> </p> </div><a id="c6a010534b1db25970b01538e88d642970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538e88d642970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538e88d642970b-content"> <span id="comment-6a010534b1db25970b01538e88d642970b-content"><p>There is a new users group in Italy: Torino R net<br /> www.TorinoR.net</p> <p>first meeting on 16th June, please update above list and calendar, there is an ical at TorinoR.net/events.ical</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.TorinoR.net" href="http://www.TorinoR.net">Daniele Amberti</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538e88d642970b#comment-6a010534b1db25970b01538e88d642970b">May 17, 2011 at 02:31</a> </p> </div><a id="c6a010534b1db25970b015432625950970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015432625950970c"> <div class="comment-content" id="comment-6a010534b1db25970b015432625950970c-content"> <span id="comment-6a010534b1db25970b015432625950970c-content"><p>Hi Daniele, Torino R net is now on the list -- thanks!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015432625950970c#comment-6a010534b1db25970b015432625950970c">May 18, 2011 at 07:46</a> </p> </div><a id="c6a010534b1db25970b014e890f763e970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b014e890f763e970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e890f763e970d-content"> <span id="comment-6a010534b1db25970b014e890f763e970d-content"><p>Aloha,</p> <p>We're looking to start an R UseR GRoup in <b>Hawai'i</b> (HI,USA). Most users I know are on Maui, but perhaps we can begin with a distributed group via e-conferencing to include persons on all islands. I can organize space at my research department, which is mostly focused on wildlife, but we'd welcome persons and perspectives from many other disciplines. Please contact robertrankin AT pacificwhale DOT org.</p> <p>Mahalo,<br /> Rob<br /> </p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.pacificwhale.org" href="http://www.pacificwhale.org">Robert Rankin</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e890f763e970d#comment-6a010534b1db25970b014e890f763e970d">June 11, 2011 at 00:51</a> </p> </div><a id="c6a010534b1db25970b014e891ebf94970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e891ebf94970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e891ebf94970d-content"> <span id="comment-6a010534b1db25970b014e891ebf94970d-content"><p>Aloha Rob,</p> <p>I'm a postdoc in bioinformatics at the UH Manoa Cancer Center. There are several of us here that use R regularly, and I for one would be very interested in attending an R UseR GRoup. I'm on Oahu, but woul dbe interested in e-conferencing if I can figure out how my institution would handle that.</p> <p>Stephen</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.StephenTurner.us/" href="http://www.StephenTurner.us/">Stephen</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e891ebf94970d#comment-6a010534b1db25970b014e891ebf94970d">June 13, 2011 at 16:29</a> </p> </div><a id="c6a010534b1db25970b01538ffc94eb970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b01538ffc94eb970b"> <div class="comment-content" id="comment-6a010534b1db25970b01538ffc94eb970b-content"> <span id="comment-6a010534b1db25970b01538ffc94eb970b-content"><p>Thank you very much for adding aR as the Argentina R Users Group.<br /> As for now we are a few members but very qualified proffessionals in fields such us medicine, bioinformatics, agriculture, banking and finance.<br /> We hope to have our first meeting in september 2011 in Buenos Aires.<br /> Thanks again and we'll keep you posted for updates.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://ar.i314.com.ar" href="http://ar.i314.com.ar">Juan Pablo Brana</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01538ffc94eb970b#comment-6a010534b1db25970b01538ffc94eb970b">July 18, 2011 at 09:23</a> </p> </div><a id="c6a010534b1db25970b015391dcba8b970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015391dcba8b970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391dcba8b970b-content"> <span id="comment-6a010534b1db25970b015391dcba8b970b-content"><p>please send me more informations about R </p></span> </div> <p class="comment-footer"> Posted by: haidari | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391dcba8b970b#comment-6a010534b1db25970b015391dcba8b970b">September 25, 2011 at 11:17</a> </p> </div><a id="c6a010534b1db25970b015391e9200d970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b015391e9200d970b"> <div class="comment-content" id="comment-6a010534b1db25970b015391e9200d970b-content"> <span id="comment-6a010534b1db25970b015391e9200d970b-content"><p>Hi! There's a new R Users Group in Uruguay.<br /> Public website:<br /> http://uyrug.wordpress.com/</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://uyrug.wordpress.com/" href="http://uyrug.wordpress.com/">Sebastian Vallejo</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015391e9200d970b#comment-6a010534b1db25970b015391e9200d970b">September 27, 2011 at 13:20</a> </p> </div><a id="c6a010534b1db25970b014e8bdd0643970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b014e8bdd0643970d"> <div class="comment-content" id="comment-6a010534b1db25970b014e8bdd0643970d-content"> <span id="comment-6a010534b1db25970b014e8bdd0643970d-content"><p>Thanks Sebastian. There used to be a Google group at: https://sites.google.com/site/grupousuariosruruguay/ (no longer accessible), so I replaced the link with the WordPress site.</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.revolutionanalytics.com" href="http://www.revolutionanalytics.com">David Smith</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b014e8bdd0643970d#comment-6a010534b1db25970b014e8bdd0643970d">September 27, 2011 at 14:06</a> </p> </div><a id="c6a010534b1db25970b0153925d4ff5970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153925d4ff5970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153925d4ff5970b-content"> <span id="comment-6a010534b1db25970b0153925d4ff5970b-content"><p>I am interested in starting an Predictive Modelling Group in the Pittsburgh, PA area. Though primarily directed towards R users, I would like to keep it open to other software such as SAS, Statistica, and programming languages such as C#.</p> <p>Although we are wedged between the Cincinnati and the Philidelphia groups, I am curious (and hopeful) that there may be a small local community interested in gathering and swapping ideas. It would be open to all and should cater to the corporate and academic communities alike.</p> <p>Email me at jphilbert@gmail.com if interested!</p></span> </div> <p class="comment-footer"> Posted by: John P. Hilbert | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153925d4ff5970b#comment-6a010534b1db25970b0153925d4ff5970b">October 17, 2011 at 09:26</a> </p> </div><a id="c6a010534b1db25970b015437258fd4970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b015437258fd4970c"> <div class="comment-content" id="comment-6a010534b1db25970b015437258fd4970c-content"> <span id="comment-6a010534b1db25970b015437258fd4970c-content"><p>merci pour les liens et la liste! les groupes italiens merci!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://circuspartyparis.blogspot.com/" href="http://circuspartyparis.blogspot.com/">lili darto</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b015437258fd4970c#comment-6a010534b1db25970b015437258fd4970c">November 20, 2011 at 09:41</a> </p> </div><a id="c6a010534b1db25970b0153935225b4970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0153935225b4970b"> <div class="comment-content" id="comment-6a010534b1db25970b0153935225b4970b-content"> <span id="comment-6a010534b1db25970b0153935225b4970b-content"><p>great, thanks for this list!</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://betrader.blog.capital.fr" href="http://betrader.blog.capital.fr">istern</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0153935225b4970b#comment-6a010534b1db25970b0153935225b4970b">November 20, 2011 at 09:44</a> </p> </div><a id="c6a010534b1db25970b016761342a79970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b016761342a79970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342a79970b-content"> <span id="comment-6a010534b1db25970b016761342a79970b-content"><p>Any R users in Phoenix? Email me at thor555@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342a79970b#comment-6a010534b1db25970b016761342a79970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b016761342cac970b"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b016761342cac970b"> <div class="comment-content" id="comment-6a010534b1db25970b016761342cac970b-content"> <span id="comment-6a010534b1db25970b016761342cac970b-content"><p>Edit to above comment. Email me at thor5551@gmail.com </p></span> </div> <p class="comment-footer"> Posted by: Andy Thornton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b016761342cac970b#comment-6a010534b1db25970b016761342cac970b">January 27, 2012 at 16:16</a> </p> </div><a id="c6a010534b1db25970b0168e6f0a272970c"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0168e6f0a272970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e6f0a272970c-content"> <span id="comment-6a010534b1db25970b0168e6f0a272970c-content"><p>Speaking for a few interested in montreal here!</p></span> </div> <p class="comment-footer"> Posted by: Jonathan Tremblay | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e6f0a272970c#comment-6a010534b1db25970b0168e6f0a272970c">February 07, 2012 at 16:06</a> </p> </div><a id="c6a010534b1db25970b0168e82eaea3970c"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0168e82eaea3970c"> <div class="comment-content" id="comment-6a010534b1db25970b0168e82eaea3970c-content"> <span id="comment-6a010534b1db25970b0168e82eaea3970c-content"><p>IF IN Pittsburgh THEN email: scott dot malec @t gmail dot com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.maleclabs.com" href="http://www.maleclabs.com">S Malec</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0168e82eaea3970c#comment-6a010534b1db25970b0168e82eaea3970c">February 29, 2012 at 11:50</a> </p> </div><a id="c6a010534b1db25970b0163027d3810970d"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b0163027d3810970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163027d3810970d-content"> <span id="comment-6a010534b1db25970b0163027d3810970d-content"><p>Planning to start up R User group in Vienna, Austria? <br /> Already did some prep work on meetup.com (http://www.meetup.com/ViennaR/) <br /> So if you are interested have a look and get in touch. <br /> Greetings, <br /> WD</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.meetup.com/ViennaR/" href="http://www.meetup.com/ViennaR/">W.D.</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163027d3810970d#comment-6a010534b1db25970b0163027d3810970d">March 05, 2012 at 12:46</a> </p> </div><a id="c6a010534b1db25970b0163035cfb75970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b0163035cfb75970d"> <div class="comment-content" id="comment-6a010534b1db25970b0163035cfb75970d-content"> <span id="comment-6a010534b1db25970b0163035cfb75970d-content"><p>I would like to start an R users group in Phoenix, AZ. Please call me or email me if you are interested.</p> <p>435-215-1775</p> <p>Matt</p></span> </div> <p class="comment-footer"> Posted by: Matt Poulton | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b0163035cfb75970d#comment-6a010534b1db25970b0163035cfb75970d">March 27, 2012 at 22:40</a> </p> </div><a id="c6a010534b1db25970b01676793b876970b"></a> <div class="comment comment-odd" id="comment-6a010534b1db25970b01676793b876970b"> <div class="comment-content" id="comment-6a010534b1db25970b01676793b876970b-content"> <span id="comment-6a010534b1db25970b01676793b876970b-content"><p>I am interested in forming a group interested in starting a R Users Group in the general Quantico area of Virgina.</p> <p>If interested, please contact me at my gmail account.</p> <p>Mark Lefcowitz<br /> mlefcowitz@gmail.com</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.linkedin.com/profile/view?id=7106259&trk=tab_pro" href="http://www.linkedin.com/profile/view?id=7106259&trk=tab_pro">Mark Lefcowitz</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b01676793b876970b#comment-6a010534b1db25970b01676793b876970b">June 16, 2012 at 03:15</a> </p> </div><a id="c6a010534b1db25970b017742eef43b970d"></a> <div class="comment comment-even" id="comment-6a010534b1db25970b017742eef43b970d"> <div class="comment-content" id="comment-6a010534b1db25970b017742eef43b970d-content"> <span id="comment-6a010534b1db25970b017742eef43b970d-content"><p>I have not seen a group of users in Peru, if they know of any please let me know.</p> <p> regards,</p> <p> Lorenzho</p></span> </div> <p class="comment-footer"> Posted by: <a rel="nofollow" target="_blank" title="http://www.agenciadeviajesperu.com/" href="http://www.agenciadeviajesperu.com/">Lorenzho</a> | <a rel="nofollow" href="http://blog.revolutionanalytics.com/local-r-groups.html?cid=6a010534b1db25970b017742eef43b970d#comment-6a010534b1db25970b017742eef43b970d">July 02, 2012 at 02:23</a> </p> </div> </div> </div> <!-- comment-form-atp --> <div id="atp-comments"> <div id="comment-preview" class="hiddenBox"> <h3 id="header-verify-comment" class="comments-header hiddenBox">Verify your Comment</h3> <h3 id="header-preview-comment" class="comments-header hiddenBox">Previewing your Comment</h3> <div class="comments-content"> <div class="comment"> <div id="comment-preview-content" class="comment-content"> </div> <p class="comment-footer"> Posted by: <span id="comment-preview-author"></span> | <span id="comment-preview-datetime"></span> </p> </div> </div> </div> <div id="comment-preview-confirmation" class="hiddenBox yellowBox"> <p>This is only a preview. Your comment has not yet been posted.</p> <form id="comment-preview-form" method="post" onsubmit="atpComments.interceptPost(1); return false;"> <input type="submit" name="post" id="comment-confirm-post" value=" Post " onclick="atpComments.interceptPost(1); return false;"/> <input type="submit" name="edit" id="comment-edit" value="  Edit  " onclick="atpComments.previewOnly(2); return false;"/> <span id="previewFormSpinner" class="hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </form> </div> <div id="comment-error" class="hiddenBox redBox"> Your comment could not be posted. Error type: <span id="comment-error-msg"></span> </div> <div id="comment-complete" class="hiddenBox yellowGreenBox"> Your comment has been posted. <a href="javascript:void 0;" onclick="window.location.hash='#comment-form';window.location.reload(false)">Post another comment</a> </div> <div id="comment-captcha" class="hiddenBox yellowBox"> <div id="captchaText"> <p id="captchaFailMsg" class="captchaErrorText hiddenBox">The letters and numbers you entered did not match the image. Please try again.</p> <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.</p> <p><span id="comment-captcha-viewalt">Having trouble reading this image? <a href="#comment-captcha" onClick="atpComments.generateReCaptcha();">View an alternate.</a></span></p> </div> <form id="comment-captcha-form" method="post" onsubmit="atpComments.submitWithReCaptcha(); return false;"> <div id="recaptcha_content"> <noscript> <iframe src="6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e" height="300" width="500" frameborder="0"></iframe><br /> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type='hidden' name='recaptcha_response_field' value='manual_challenge' /> </noscript> </div> <script type="text/javascript"> $(document).ready(function() { Recaptcha.create("6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e", "recaptcha_content", { theme: "red", callback: Recaptcha.focus_response_field }); }); </script> <p> <input type="submit" name="continue" id="captcha-continue" value=" Continue " /> <span id="captchaFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </p> </form> </div> <div id="primary-comment-form" class="comment-form"> <form id="comment-form" action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1342256272-5a2fefb47f9c7089899e0a8a54442894d7615b5e:nMcuyc35rkYyqmYS" /> <div class="comments-open"> <h2 class="comments-open-header" id="comment-title">Post a comment</h2> <div id="comments-open-content" class="comments-open-content"> <div id="comments-open-text" style="display:none;"> <textarea id="comment-text" name="text" rows="10" cols="30" onkeyup="atpComments.maxTextArea(this, 64000);"></textarea> <p class="comments-open-subtext"> (You can use HTML tags like <b> <i> and <ul> to style your text.) </p> </div> <div id="comments-open-data" style="display:none;"> <p>Your Information</p> <p> (Name and email address are required. Email address will not be displayed with the comment.) </p> <p> <input id="comment-author" at:default="Name" name="author" size="30" value="Name" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-author" id="comment-author-error" class="comment-error hiddenBox">Name is required to post a comment</label> </p> <p> <input id="comment-email" at:default="Email Address" name="email" size="30" value="Email Address" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-email" id="comment-email-error" class="comment-error hiddenBox">Please enter a valid email address</label> </p> <p> <input id="comment-url" at:default="Web Site URL" name="url" size="30" value="Web Site URL" onfocus="if(this.value==this.getAttribute('at:default')) this.value='';" onBlur="if(this.value=='') this.value=this.getAttribute('at:default');" class="grayText"/> <label for="comment-url" id="comment-url-error" class="comment-error hiddenBox">Invalid URL</label> </p> </div> </div> <div id="comments-open-footer" class="comments-open-footer" style="display:none;"> <input type="submit" name="post" id="comment-post-button" value=" Post " onclick="atpComments.interceptPost(1); return false;" disabled="true" /> <input type="submit" name="preview" id="comment-preview-button" value=" Preview " onclick="atpComments.previewOnly(1); return false;" disabled="true" /> <span id="commentEntryFormSpinner" class="commentSpinner hiddenBox"><img src="/.shared/images/spinner.gif" alt="Working..." /></span> </div> </div> </form> <noscript> <div id="comments-open-noscript" class="comments-open-noscript"> <form action="http://blog.revolutionanalytics.com/.services/comments" method="post"> <input type="hidden" name="entry_xid" id="comment-entry-xid" value="6a010534b1db25970b011570112bbe970b" /> <input type="hidden" name="token" value="1342256272-a3d29a3b54a0269a52659446edf2f0479b70305a:nRfEwMUbzMVk0yQM" /> Name:<br /><input type="text" name="author" size="30" /><br /> Email address:<br /><input type="text" name="email" size="30" /><br /> URL:<br /><input type="text" name="url" size="30" /><br /><br /> Comment:<br /><textarea name="text" cols="40" rows="4"></textarea><br /> <input type="submit" name="submit" value="Submit" /> </form> </div> </noscript> </div> </div> </div> </div> <div id="beta"> <div id="beta-inner" class="pkg"> <!-- sidebar --> <div class="module-archives module"> <h2 class="module-header">Information</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/about.html">About this blog</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/comments-policy.html">Comments Policy</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/categories.html">About Categories</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/authors.html">About the Authors</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/calendar.html">R Community Calendar</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/local-r-groups.html">Local R User Group Directory</a></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <p><a href="http://www.revolutionanalytics.com/"><img src="http://revolution-computing.typepad.com/imagesRev/RA_logo_trans1.75in.png"></a><br />R for the Enterprise</p> </div> </div> <div class="module-custom_html module"> <div class="module-content"> Got comments or suggestions for the blog editor? <br> Email <a href="mailto:david@revolution-computing.com">David Smith</a>. </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://www.twitter.com/revodavid"><img src="http://twitter-badges.s3.amazonaws.com/t_small-b.png" alt="Follow revodavid on Twitter"/></a> Follow David on Twitter: <a href="http://twitter.com/revodavid">@revodavid</a><br> <img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" width="16" height="16"> <a rel="author" href="https://plus.google.com/113975782306391318324/about?rel=author">+David Smith</a> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <a href="http://inside-r.org/download" title="Download R"><img src="http://inside-r.org/sites/all/themes/rweb/assets/badges/download-r-badge-125-blue.png" border="0" /></a> </div> </div> <div class="module-syndicate module"> <div class="module-content"> <a href="http://blog.revolutionanalytics.com/atom.xml">Subscribe to this blog's feed</a> </div> </div> <div class="module-categories module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Categories</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/academia/">academia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/advanced-tips/">advanced tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/announcements/">announcements</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/applications/">applications</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/beginner-tips/">beginner tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/big-data/">big data</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/courses/">courses</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/current-events/">current events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/data-science/">data science</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/developers/">developer tips</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/events/">events</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/finance/">finance</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/government/">government</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/graphics/">graphics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/high-performance-computing/">high-performance computing</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/life-sciences/">life sciences</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/open-source/">open source</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/other-industry/">other industry</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/packages/">packages</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/predictive-analytics/">predictive analytics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/profiles/">profiles</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r/">R</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/r-is-hot/">R is Hot</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/random/">random</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/revolution/">Revolution</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/rmedia/">Rmedia</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/roundups/">roundups</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/sports-1/">sports</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/statistics/">statistics</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/user-groups/">user groups</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">R links</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://inside-R.org">inside-R.org, the R Community Site</a><br />Sponsored by Revolution Analytics</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/">Revolution Analytics</a><br />Information about Revolution R</li> <li class="module-list-item"><a href="http://www.revolutionanalytics.com/downloads/">Download Revolution R</a><br />Free, high-performance distribution of R</li> <li class="module-list-item"><a href="http://forums.revolutionanalytics.com">Revolution R forum</a><br />Questions and discussions about Revolution R</li> <li class="module-list-item"><a href="http://www.revolution-computing.com/cran">CRAN</a><br />Download packages for R</li> <li class="module-list-item"><a href="http://www.r-project.org">R Project site</a><br />Information about the R project</li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Recommended Sites</h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://flowingdata.com">FlowingData</a><br />Modern data visualization</li> <li class="module-list-item"><a href="http://onertipaday.blogspot.com/">One R Tip A Day</a><br />Code examples for graphics and analysis</li> <li class="module-list-item"><a href="http://www.r-bloggers.com">R Bloggers</a><br />Daily news and tutorials about R, contributed by R bloggers worldwide.</li> <li class="module-list-item"><a href="http://www.analyticbridge.com/group/rprojectandotherfreesoftwaretools">R Project group on analyticbridge.com</a><br />Community and discussion forum</li> <li class="module-list-item"><a href="http://www.stat.columbia.edu/~cook/movabletype/mlm/">Statistical Modeling, Causal Inference, and Social Science</a><br />Andrew Gelman's statistics blog</li> <li class="module-list-item"><a href="http://www.dataists.com/">The Dataists</a><br />Innovative and practical data analysis methodology.</li> </ul> </div> </div> <div class="module-archives module"> <h2 class="module-header"><a href="http://blog.revolutionanalytics.com/archives.html">Archives</a></h2> <div class="module-content"> <ul class="module-list"> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/07/index.html">July 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/06/index.html">June 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/05/index.html">May 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/04/index.html">April 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/03/index.html">March 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/02/index.html">February 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2012/01/index.html">January 2012</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/12/index.html">December 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/11/index.html">November 2011</a></li> <li class="module-list-item"><a href="http://blog.revolutionanalytics.com/2011/10/index.html">October 2011</a></li> </ul> </div> </div> <div class="module-typelist module"> <h2 class="module-header">Search Revolutions Blog</h2> <div class="typelist-plain module-content"> <ul class="module-list"> <li class="module-list-item"><div class="typelist-note"><form method="get" action="http://www.google.com/search"> <input type="hidden" name="ie" value="UTF-8" /> <input type="hidden" name="oe" value="UTF-8" /> <div style="background-color:white;"></div> <input type="text" name="q" size="18" maxlength="255" value="" /> <input type="submit" name="btnG" value=" Search Blog " /> <br /> <small> <input type="hidden" name="domains" value="blog.revolutionanalytics.com" /> <br /> <input type="hidden" name="sitesearch" value="blog.revolutionanalytics.com" checked="checked" /> <br /></small> </form> <!-- SiteSearch Google --></div></li> </ul> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script> <script>mktoMunchkin("224-FMR-259");</script> </div> </div> <div class="module-custom_html module"> <div class="module-content"> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var firstTracker = _gat._getTracker("UA-6984166-10"); firstTracker._setDomainName(".revolutionanalytics.com"); firstTracker._setAllowLinker(true); firstTracker._setAllowHash(false); firstTracker._trackPageview(); var secondTracker = _gat._getTracker("UA-6984166-9"); secondTracker._setDomainName(".revolutionanalytics.com"); secondTracker._setAllowLinker(true); secondTracker._setAllowHash(false); secondTracker._trackPageview(); } catch (err) { } </script> </div> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript"> <!-- var extra_happy = Math.floor(1000000000 * Math.random()); document.write('<img src="http://www.typepad.com/t/stats?blog_id=1774446&user_id=3164880&page=' + escape(location.href) + '&referrer=' + escape(document.referrer) + '&i=' + extra_happy + '" width="1" height="1" alt="" style="position: absolute; top: 0; left: 0;" />'); // --> </script> <!-- Start Quantcast tag --> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qoptions = { tags:"typepad.extended" }; _qacct="p-fcYWUmj5YbYKM"; quantserve();</script> <noscript> <a href="http://www.quantcast.com/p-fcYWUmj5YbYKM" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-fcYWUmj5YbYKM.gif?tags=typepad.extended" style="display: none" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script> <script type="text/javascript"> var captchaImgAttempts = 0; var allowAnonComments = '0'; var registrationRequired = 0; var registrationOptional = 0; var emailRequired = 1; var useAvatars = 0; var showSignInMessaging = 0; var jsonURL = "/.services/json-rpc"; var captchaSrc = "/.services/captcha?code_encrypted="; var alertCommentCannotBeBlank = "You can not leave an empty comment. Please enter some text in the Comment field."; var alertEditingExpired = "Sorry, you're no longer allowed to edit this comment. You may have taken too much time before submitting your edit or someone may have already replied to it."; var alertAuthorCannotBeBlank = "Name must not be blank."; var alertEmailCannotBeBlank = "Email Address must not be blank."; var alertAuthorAndEmailCannotBeBlank = "Name and email address are both required!"; var alertEmailIsInvalid = "The Email Address you entered is invalid. Please enter a valid email address."; var alertUnauthorizedAction = "The comments on this post are closed."; var msgPostReplyTo = "Reply to "; var msgInReplyTo = "In reply to "; var msgPostAComment = "Post a comment "; var atpCommentsPath = "/.shared/js/atpcomments_yui.js?v=5"; var hasChanged = 0; var hostName = ".revolutionanalytics.com"; var tp_comment_token = "1342256272-6a2656b3662c8c4c949a2488cd2fcc9283e2d61e:rEbTUswi7Qda6Vdz"; var use_recaptcha = 1; var recaptcha_publickey = "6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e"; var isPage = 1; var blog_xid = "6a010534b1db25970b010536040741970b"; var xid = ""; var injectCode = '<div id=\"comment-preview\" class=\"hiddenBox\">\n\t<h3 id=\"header-verify-comment\" class=\"comments-header hiddenBox\">Verify your Comment<\/h3>\n <h3 id=\"header-preview-comment\" class=\"comments-header hiddenBox\">Previewing your Comment<\/h3>\n\t<div class=\"comments-content\">\n\t\t<div class=\"comment\">\n\t\t\t<div id=\"comment-preview-content\" class=\"comment-content\">\n\t\t\t<\/div>\n\t\t\t<p class=\"comment-footer\">\n\t\t\t\tPosted by: \n\t\t\t\t<span id=\"comment-preview-author\"><\/span> | <span id=\"comment-preview-datetime\"><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div id=\"comment-preview-confirmation\" class=\"hiddenBox yellowBox\">\n <p>This is only a preview. Your comment has not yet been posted.<\/p>\n \t<form id=\"comment-preview-form\"\n \t\tmethod=\"post\"\n \t\tonsubmit=\"atpComments.interceptPost(1); return false;\">\n\t\t<input type=\"submit\" name=\"post\" id=\"comment-confirm-post\" value=\" Post \" onclick=\"atpComments.interceptPost(1); return false;\"/>\t\t \n\t\t<input type=\"submit\" name=\"edit\" id=\"comment-edit\" value=\"  Edit  \" onclick=\"atpComments.previewOnly(2); return false;\"/>\n <span id=\"previewFormSpinner\" class=\"hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n\t<\/form>\n<\/div>\n<div id=\"comment-error\" class=\"hiddenBox redBox\">\t \n Your comment could not be posted. Error type: <span id=\"comment-error-msg\"><\/span> \n<\/div>\t\n<div id=\"comment-complete\" class=\"hiddenBox yellowGreenBox\">\n Your comment has been posted. <a href=\"javascript:void 0;\" onclick=\"window.location.hash=\'#comment-form\';window.location.reload(false)\">Post another comment<\/a>\n<\/div>\t\n<div id=\"comment-captcha\" class=\"hiddenBox yellowBox\">\t\n <div id=\"captchaText\">\n\t <p id=\"captchaFailMsg\" class=\"captchaErrorText hiddenBox\">The letters and numbers you entered did not match the image. Please try again.<\/p>\t \t \n\t <p>As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.<\/p>\n\t <p><span id=\"comment-captcha-viewalt\">Having trouble reading this image? <a href=\"#comment-captcha\" onClick=\"atpComments.generateReCaptcha();\">View an alternate.<\/a><\/span><\/p>\n <\/div>\n <form id=\"comment-captcha-form\" \n\t\t method=\"post\"\n\t\t onsubmit=\"atpComments.submitWithReCaptcha(); return false;\">\n <div id=\"recaptcha_content\">\n <noscript>\n <iframe src=\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\" height=\"300\" width=\"500\" frameborder=\"0\"><\/iframe><br />\n <textarea name=\"recaptcha_challenge_field\" rows=\"3\" cols=\"40\"><\/textarea>\n <input type=\'hidden\' name=\'recaptcha_response_field\' value=\'manual_challenge\' />\n <\/noscript>\n <\/div>\n <script type=\"text/javascript\">\n $(document).ready(function() {\n Recaptcha.create(\"6Ldg1s4SAAAAAEvvZX2ILFkWp7KB-jjdL4v0JV2e\",\n \"recaptcha_content\", {\n theme: \"red\",\n callback: Recaptcha.focus_response_field\n });\n });\n <\/script>\n <p>\n <input type=\"submit\" name=\"continue\" id=\"captcha-continue\" value=\" Continue \" />\n <span id=\"captchaFormSpinner\" class=\"commentSpinner hiddenBox\"><img src=\"/.shared/images/spinner.gif\" alt=\"Working...\" /><\/span>\n <\/p>\n <\/form>\n<\/div>\n'; var entryPermalink = "http://blog.revolutionanalytics.com/local-r-groups.html"; var inlineReply = document.createElement("div"); var commentFooterLinks; var commentHeader; var commentReplyXID; var commentReplyAuthor; var commentReplyComplete; var inlineReplyLoaded = 0; var commentFormNum = undefined; /* Deprecated but still exists in advanced template sets, so must be defined */ function xidToCommentPermalink (entryUrl, xid) { return entryUrl + "?cid=" + xid + "#comment-" + xid; } /* Deprecated advanced template functions */ function handleSubmit() { return true; }; function handleChange() { return true; }; </script> <script type="text/javascript" src="/.shared/js/yui/yuiloader-beta-min.js"></script> <script type="text/javascript" src="/.shared/js/atpcomments.js?v=5"></script> <!-- Blogside Toolbar --> <script type="text/javascript"> var TPToolbar = { src: "http://www.typepad.com/services/toolbar?blog_id=6a010534b1db25970b010536040741970b&asset_id=6a010534b1db25970b011570112bbe970b&atype=Page&to=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&autofollowed=0", asset_xid: "6a010534b1db25970b011570112bbe970b", bookmarklet_uri: "http://static.typepad.com/.shared/js/qp/loader-combined-min.js" }; var TYPEPAD___bookmarklet_domain = "http://www.typepad.com/"; </script> <script type="text/javascript" src="/.shared/js/toolbar/blogside-toolbar-combined-min.js"></script> <!-- End Blogside Toolbar --> <!-- Begin comScore Tag --> <script> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js'%3E%3C/script%3E")); </script> <script> COMSCORE.beacon({ c1: 2, c2: "6035669", c3: "", c4: "http://blog.revolutionanalytics.com/local-r-groups.html", c5: "", c6: "", c15: "" }); </script> <noscript> <img src="http://b.scorecardresearch.com/b?c1=2&c2=6035669&c3=&c4=http%3A%2F%2Fblog.revolutionanalytics.com%2Flocal-r-groups.html&c5=&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt="" /> </noscript> <!-- End comScore Tag --> </body> </html> <!-- ph=1 -->

Statistics

Average successful run time: less than 5 seconds

Total run time: less than 5 seconds

Total cpu time used: less than 5 seconds

Total disk space used: 6.19 MB

History

  • Manually ran revision b50ab279 and completed successfully .
  • Created on morph.io