Search Results for: scree

| |

Javascript, canvas and animation not running in all browsers

I’m the world’s biggest hypocrite when it comes to documentation. In every staff meeting, I emphasize documenting whatever code you have written that week, but I always put off doing it myself.  My excuse is always that it isn’t final and when I get the complete project done I will put it in the wiki….

| |

How to write a statistical analysis paper: Step Three

So far, we have looked at How to get the sample demographics and descriptive statistics for your dependent and independent variable. Computing descriptive statistics by category  Now it’s time to dive into step 3, computing inferential statistics. The code is quite simple. We need a LIBNAME statement. It will look something like this. The exact…

| |

How do I write a statistical analysis paper: Step two

In the last post, I posed the following null hypothesis as an example: There is no difference in obesity among Caucasians, African-Americans and Latinos. You can see the results from the statistical analyses here. Since my question only pertains to those three groups, let’s begin by creating a data set with just those subjects. libname…

Measuring Death

You’d think the ultimate example of simplicity in measurement would be mortality rate. Count up the dead people  – they aren’t hard to catch. Divide by the total number of people you had when you started. Done. It’s not super complicated but it is slightly more complicated than that. First of all, how do you…

|

SAS Enterprise Miner – Free, on a Mac – But can you find your data?

SAS Enterprise Miner – Free, on a Mac – Bet You Didn’t See That Coming … but how the hell do you get your data on it? I wanted to test SAS Text Miner and was surprised to find the university did not have a license. No problem – and it really was, astoundingly, no…

Reports of The Death of Theory Have Been Greatly Exaggerated

I’m about to tear my hair out. I’ve been reading this statistics textbook which shall remain nameless, ostensibly a book for graduate students in computer science, engineering and similar subjects. The presumption is that at the end of the course students will be able to compute and interpret a factor analysis, MANOVA and other multivariate…