Posts Tagged ‘ Sports ’

FBS Coaches Avg. Salary

November 18, 2011
By
FBS Coaches Avg. Salary

Of course, a few days before I leave for a much needed vacation, USA Today released their updated NCAA coaching salary database. For sports junkies, there’s an unlimited number of analysis and visualizations that can be done on the data. I took a quick break from packing to condense the data to a csv...
Read more »

Tags: ,
Posted in SAS | Comments Off

What 5,728.986 miles look like…

November 11, 2011
By
What 5,728.986 miles look like…

Time Series as calendar heat maps + All of my running data since April 1, 2009 = Generated by the following code: #Sample Code based on example program at: source(file = "calendarHeat.R") run<- read.csv("log.csv", header = TRUE, sep=",") sum(run$Distance) date <- c() for (i in 1: dim(run)){ if(run$DistanceUnit== 'Kilometer'){ miles <- c(miles,run$Distance * 0.62)...
Read more »

Tags: , ,
Posted in SAS | Comments Off

2011 NCAA Baseball Tournament Regional RPI’s

June 3, 2011
By
2011 NCAA Baseball Tournament Regional RPI’s

Is there a conspiracy theory against the SEC and the number of teams it could send to the College World Series? The three national seeds from the SEC have the toughest regionals of the top eight.  Defending national champion, South Carolina has the...
Read more »

Tags:
Posted in SAS | Comments Off

Welcome!

SAS-X.com offers news and tutorials about the various SAS® software packages, contributed by bloggers. You are welcome to subscribe to e-mail updates, or add your SAS-blog to the site.

SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. ® indicates USA registration.