badger comments on "Ask for help on your project" open thread - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (44)
For the last 30+ days, I've been randomly taking vitamin D before bed and recording sleep data with Zeo as well as my best guess whether it was D or placebo: http://www.gwern.net/Zeo#vitamin-d
But I'm going to finish within the next <10 days, and then it's time for analysis. I would like to do a real statistical analysis, like a 'one-tailed T test', on the ZQ and components like length of REM sleep, but I don't actually know how - I've never used the standard statistical programs or packages like R. (Yes, yes, I know, I should learn real statistics. I haven't yet, though.)
My needs aren't too complex, I'm just asking whether the vitamin D did anything (bad), so maybe there is an easy to use online tool or something which would handle it?
If you have prior programming experience, R is simple for basic analysis. I don't know of any online tools. The following would be close to sufficient for what you seem to want:
For cookbook code, see Quick R. If you do use R, the RStudio IDE is very useful.
I really only know Haskell, but to my surprise, R wasn't too hard to work with. I didn't go with your linear regression code but just some straight t-tests on the variables of interest. I worked the averages and p-values into the text, and put the full R session output into 2 footnotes:
I've finished my experiment; if you want to check my R interpreter usage, I put it in the footnotes in http://www.gwern.net/Zeo#vitamin-d-analysis