2014.05
465829325884129280 - wie kann man am besten sachverhalte nennen, auf die man vl. nicht automagisch als erstes kommt, die aber einmal benannt offensichtlich sind?
465825272114462720 - was fehlt: eine art prognose-tool für unfollowings basierend auf dem gunning fog index der letzten 10 tweets.
exdata-267 -
Just a random opinion since there are a couple of threads discussing and deconstructing even the smallest details when grading the plots:
Being able to accurately transform requirements specifications into deliverables is obviously an important skill to master.
But this a course about 'exploratory data analysis' and the main purpose of EDA is to quickly knock out graphs and summary statistics to get a feeling for the data which can or should be refined in later stages.
If this would be a course about 'mimicry and visualization' being rigid about details might be appropriate, but it's not, so let's cut each other some slack.
465200071337082880 - (zappe mich gerade durch die songs und @ConchitaWurst hat beim #esc wohl wirklich eine jahrhundertchance für österreich auf die top 5)
465128423191756800 - omg - anscheinend hat sogar boingboing nur noch excrptfeeds; it's the end of the world as we know it.
@hackr (sorry not sorry, aber da bin ich konsequent)
@hackr oops subsribe to
http://boingboing.net/feed
@hackr sich über irgendwas echauffieren und dann eines (retrospektiv offensichtlich) besseren belehrt werden ist trotzdem unterm strich erfreulich.
465115703285403648 - hab gerade in den hinterhof auf des gezwitscher eines vogels 'gepfiffen' - und ein anderer vogel hat das übersetzt/retwitt; spooky aber nett
465109951778918400 - (ok, quora kann nichts dafür, dass sie irgendjemand mit fast eine milliarde bewertet, aber trotzdem wtf und lol)
464855606810402816 - an den neuen twitter-profilen auch nützlich, dass man die social media douches auf den ersten blick erkennt.
464359876651941888 - gibt's sowas wie ein lokales github (i.e. html ansicht auf gits auf dem rechner, muss nicht bearbeitbar oder sonstiges sein)?
repdata-22 -
Totally untested - but I recently stumbled upon GitBook - http://www.gitbook.io/ - which merges Markdown and Github and seems to be suited for both longish and 'living' documents, if you come up with your own workflow for transforming 'living' .Rmd files into plain Markdown files (which should not be a problem).
Just curious: does Emacs also 'inject' the output of the R code into the document like knitr does or does it just highlight the code?
repdata-32 -
I just started playing with the data of assignment 2 and I got stuck with how to deal with the 'EVTYPE's.
Taking a look at the provided 'codebook' we should expect EVTYPE to be one of about 50 variables - but we get about 900 different values.
Is it a reasonable approach to merge various types like 'snow', 'flood', 'wind', etc. and to simply drop the rest for our study?