search for: gramlich

Displaying 10 results from an estimated 10 matches for "gramlich".

2003 Jan 02
3
random number generation
Can a single random number be generated in R? I have an exercise that wants to simulate coin tosses, and I cannot seem to find a good example of the use of random number generation in R. Any help? Joshua Gramlich Chicago, IL
2003 Feb 11
4
postgres
Is anyone using R with postgres? I'd like to do so, but cannot seem to find any reasonable explanation of how to do so. Joshua Gramlich Chicago, IL
2003 Feb 14
2
function editing?
...e been created? For instance, I've a simple function that plots a table, but I'd like to go back and add more parameters to the barplot call. Is there a way to change this function without completely starting from scratch? Other than storing the code in a file and re-running it? Joshua Gramlich Piocon Technologies Chicago, Illinois USA
2003 Feb 17
2
Graphing
I think this may be a histogram, but I'm not sure. Can anyone tell me how to replicate this graph in R? http://www.ginworks.com/images/multitot.gif Thanks, Joshua Gramlich
2003 Feb 13
1
pie charts?
I don't suppose it's possible to create a pie chart in R? I've got 1500 some odd elements in a frame that are valued at either -1, 0 or 1 and I'd like to find a reasonable way to represent the distribution graphically...any ideas? Joshua Gramlich Piocon Technologies Chicago, IL
2006 Mar 18
0
No subject
...). The current driver will only use a TCP/IP port, and to use that needs postmaster started with the -i flag (which is not the default) and with tcp/ip enables in the configuration file (which is the default). The PostgreSQL drivers are seriously under-documented! On 11 Feb 2003, Joshua Gramlich wrote: > Right, but you see, I'm not trying to make a connection in R yet, I'm > trying to get the right tools installed. I have found zero coherent > documentation for any of this stuff. Yes, there's the import/export > guide, and that's helpful and all but it doesn&...
2003 Jan 03
3
Packages w/ S4 classes in C?
Hello ... Does anyone know of a package (or other code) out there which has handled S4 classes in C? I realize that a lot of this stuff is fairly new in R-devel, so my assumption is no - but there seems to be some deviation from the green book that is really throwing me off, and I'm looking for some sort of front-to-back example. Thanks -Jeff
2003 Feb 17
1
R environment advice?
...share that would load this environment up for a new R user for this dataset. If any of you wouldn't mind taking the time explaining how you would go about doing something like this, I would appreciate it. Also, does anyone know if one can set VI keybindings in an R shell? Thank you, Joshua Gramlich Piocon Technologies Chicago, Illinois USA
2010 Jan 21
8
Need help to get LCDHype flying with Parallel-Port
Hello together, i want to run LCDHype in Linux under wine, because there is no adequate other program that supports graphically LCD-Displays. I already opened a discussion in the forum of LCDHype (sorry - is in german language): http://lcdhype.condense.de/index.php?showtopic=4963 I already found an older version (V 0.6) of LCDHype that installs and the frontend is up and running. But now i am
2003 Jan 10
0
Access to R from a remote location - follow up....background processes and such...
Aye, you can use the ampersand, but depending on how your shell is set up, you're likely to kill the batch job if you log out of the shell while it is still running. Microsoft Terminal services, and I suspect citrix as well, has the option of logging out but leaving the session open (for jobs to run, for instance.) In unix, you'll want to use the ampersand (&) in your command to run