Displaying 7 results from an estimated 7 matches for "jgramlich".
Did you mean:
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 17
1
R environment advice?
Hello,
My questions are meant to be not necessarily specific...I am looking for
advice and best practices for setting up an R environment. Here's my
situation:
I am one of perhaps three or four individuals who will be analyzing the
same data through the use of R. I would like to set up a "base"
environment for our project, basically some scripts that connect to a
database, load
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 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
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
2003 Feb 14
2
function editing?
Is there a way to edit user defined functions once they've 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,
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