| bio | website | |
|---|---|---|
| location | Irvine, CA | |
| age | 23 | |
| visits | member for | 2 years, 9 months |
| seen | yesterday | |
| stats | profile views | 194 |
Biostatistician at OptumRX. Interested in missing data, Bayesian statistics, statistical computing, and personalized medicine.
Known Languages: C, Python, R, SAS, SQL
Operating Environments: Debian, Mac OS X, Windows (begrudgingly!)
Statistical: Computational statistics, Bayesian statistics, clinical trials, insurance and fraud
Interests: R, statistics education, biostatistics, Android, NoSQL vs. RDBMS arguments, functional programming
Religious Affiliations: Bayesian statistics, vi
|
Dec 14 |
comment |
What is it that a statistician does? I threw on the careers tag. I think that fits somewhat. Also thinking this should be CW. |
|
Dec 14 |
revised |
What is it that a statistician does? edited tags |
|
Dec 14 |
comment |
What if interaction wipes out my direct effects in regression? If the v1:v2 interaction is not significant, do you need to have it included in the model? |
|
Dec 12 |
answered | How to learn how to use a new statistical GUI? |
|
Dec 10 |
comment |
Good GUI for R suitable for a beginner wanting to learn programming in R? This is true. Another advantage to this is allowing beginners to see what parameters a function takes without using the ? command. Using FALSE instead of F is a great point. I once saw a program give an incorrect output because the programmer had earlier set the result of an ANOVA to a variable called "F". |
|
Dec 9 |
comment |
Good GUI for R suitable for a beginner wanting to learn programming in R? +1 for Rcmdr. It's nice for when one is just learning R, and offers more of a gateway to a good statistics package than SPSS or Minitab, but the code it writes is needlessly verbose, often. A scatterplot produced in Rcmdr: scatterplot(tab~pct, reg.line=FALSE, smooth=FALSE, spread=FALSE, boxplots=FALSE, span=0.5, data=senate.race), when most of those parameters were defaults to begin with. It writes some very wordy code. |
|
Dec 5 |
comment |
Most famous statisticians @Michael Lew: He certainly is. He managed to get over the supposed disconnection between Mendelian genetics and Darwinian evolution, among other accomplishments. digital.library.adelaide.edu.au/coll/special//fisher/9.pdf |
|
Dec 4 |
awarded | Nice Answer |
|
Dec 4 |
comment |
Most famous statisticians @Mariana: sharepointoverflow.com/questions/432/what-is-community-wiki |
|
Dec 4 |
answered | Most famous statisticians |
|
Nov 21 |
comment |
F-test for Lack-of-Fit in SPSS Your link seems like it explains it fairly well, gd. It's a little verbose, but it does the job. If you really feel most comfortable in R and need the output in SPSS, DrNexus' suggestion about the SPSS-R connection is sufficient. |
|
Nov 19 |
comment |
What are common statistical sins? @Michael: (+1). The Goodman article was especially insightful in supporting your argument. |
|
Nov 18 |
comment |
Internal reliability for an ordinal scale Not sure if this helps, but this article claims using Cronbach on ordinal data will underestimate the true value: amstat.org/meetings/jsm/2007/OnlineProgram/… |
|
Nov 16 |
comment |
What are common statistical sins? Perhaps I don't see why this is such a problem. Hypothesis testing a small sample size using a normal distribution, sure, but using a more conservative/nonparametric test, is this so bad? |
|
Nov 15 |
answered | What are common statistical sins? |
|
Nov 3 |
awarded | Critic |
|
Nov 2 |
comment |
Regression Proof that the point of averages (x,y) lies on the estimated regression line The regression line is the line that minimizes the sum of squared errors. Knowing that, and a basic knowledge of calculus, find the values of B0 and B1 that minimize that sum of squared errors. The rest requires a little bit of high school level algebra. |
|
Nov 1 |
awarded | Nice Question |
|
Oct 24 |
awarded | Autobiographer |
|
Oct 21 |
answered | How can the IID assumption be checked in a given dataset? |