Showing posts with label research. Show all posts
Showing posts with label research. Show all posts

Wednesday, November 26, 2008

What I'm Researching...


CodeProject: Optimizing a Function of One Variable.

Posted: 26 Nov 2008 12:31 AM CST

find the minimum or maximum over an interval. nice.

The Sweave Homepage

Posted: 26 Nov 2008 12:27 AM CST

contains manual and faq. this tool allows dynamic reporting via sweave & R language. can generate latex docs which can gen to pdf or even html via R's R2HTML function.

TeXnicCenter

Posted: 26 Nov 2008 12:24 AM CST

interesting open source latex editor to check out.

Sweave: First steps toward reproducible analyses

Posted: 26 Nov 2008 12:23 AM CST

embed R code via sweave to generate latex document containing results. awesome! must use this for my next presentation paper.

Moving data between R, Excel, and the Windows clipboard

Posted: 26 Nov 2008 12:19 AM CST

nice summary of writeClipboard, readClipboard, and scan, read.table, and write.table functions.

How to write parallel programs (pdf)

Posted: 25 Nov 2008 12:06 AM CST

Nice intro to parallel programming. Need to spend more time with this paper.

R/S-PLUS Fundamentals and Programming Techniques (pdf)

Posted: 24 Nov 2008 11:58 PM CST

nice coverage of programming in R language. From reading data, plotting data, managing code, logging analysis, and bootstrapping.

Saturday, October 04, 2008

What I'm Researching...


R Colors Chart(pdf)

Posted: 03 Oct 2008 11:45 PM CDT

breaks down the colors available to R - both number and symbolic name.

One R Tip A Day: barplot

Posted: 03 Oct 2008 11:29 PM CDT

Great examples of barplots in R.

Dabbleboard - Online whiteboard for drawing & team collaboration

Posted: 03 Oct 2008 12:59 PM CDT

Awesome drawing application - auto-recognizes shapes and smooths lines from raw drawings. Great tool for flowcharting, room designs, etc.

ode Like a Pythonista: Idiomatic Python

Posted: 29 Sep 2008 09:21 PM CDT

takes the basics of python up a notch. definitely pay attention to the dictionary and advanced string formatting examples.

My no-server personal wiki—Part 3 - And now it’s all this

Posted: 02 Oct 2008 11:18 PM CDT

Describes in detail how to design a personal wiki. I enjoyed reading the design...I've built a similar html document system in the past. But, never added the markdown features. May have to try this out.