I have a rails app that is hosted on Heroku for which I want to incorporate some live data analysis. Ideally, I\'d love to figure out a way to run a generalized boosted regression model, which I know
If I make a two way summary statistics table in Stata using table, can I add another column that is the difference of two other columns?
I\'m wonderin开发者_开发知识库g if anyone knows a Python package that allows you to save numpy arrays/recarrays in the .dta format of the statistical data analysis software Stata. This would really sp
In SQL it is possible to group with several variables: SELEC开发者_StackOverflowT a, b, COUNT(*) FROM t
Being a R user, I am learning Stata now using this resource, and am puzzled about the merge command. In R, I don\'t have to worry about merging data wrongly, because it merges everything anyway. I do
I am not a statistics guy but have to deal with quite some data. In most cases these data sets come from an online survey; hence I do have a MySQL database and know how to get some results out of that
The Stata knowledge base includes a note on reading ASCII data from a pipe, which would allow one to read a file without storing the decompressed version on disk. We
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I am regularly using stata at work. My text editor of choice is (g)vim. I have been using the scripts provided here or here to send code from vim to stata. This functionality is immensely practical an
I have a set of data like below: A B C D 1 2 3 4 2 3 4 5 They are agg开发者_JAVA百科regated data which ABCD constitutes a 2x2 table, and I need to do Fisher exact test on each row, and add a new co