search for: polidore

Displaying 4 results from an estimated 4 matches for "polidore".

2011 Aug 26
1
Comparing skewness of two distributions
I have two distributions. Both are left skewed. Is there a good statistical approach to determining if the skew of distribution 1 is statistically similar to the skew of distribution 2? Thanks, bp [[alternative HTML version deleted]]
2011 Sep 13
1
implicit data frame reference
If I create an aggregation like this: aggregate(lastYear[,8:10],list(Stadium=lastYear$STAD),mean) I'll get a new data frame, which I can order if I assign it like this: newFrame <- aggregate(lastYear[,8:10],list(Stadium=lastYear$STAD),mean) newFrame[order(newFrame$TEMP),] But.. if I just want to do this in one statement, what can I do? If this was perl, I'd be using something like
2011 Jan 05
2
pattern recognition with paths
I'm trying to identify patterns among various "paths" like the following: http://i.imgur.com/bQPI3.png If I plot these, I can observe intuitively two different patterns: a front loaded (1 and 3) and a backloaded (2,4) progress path: http://i.imgur.com/L5qwZ.png I have thousands of observations like the above table, and I want to use R to identify clusters of these paths. I
2010 Dec 22
1
tests on polr object
Using ordered probit model, I get errors from dwt and bptest. dwt: Error in durbinWatsonTest.default(...) : requires vector of residuals bptest: Error in storage.mode(y) <- "double" : invalid to change the storage mode of a factor I imagine I have to restate as an individual probit model for each category, but is there an easier way? thanks, bp [[alternative HTML version