Displaying 3 results from an estimated 3 matches for "gephardt".
Did you mean:
gebhardt
2003 Sep 17
2
Date on x-axis of xyplot
...te)
after which
> attach(pollstack)
> summary(pollstack)
begdate pct names
First :15Nov2002 Min. : 0.000 Clark : 54
Last :10Sep2003 1st Qu.: 2.000 Dean : 54
Median : 5.000 Edwards : 54
Mean : 6.991 Gephardt: 54
3rd Qu.:12.000 Graham : 54
Max. :29.000 Kerry : 54
(Other) :216
>
And all seems well.
But xyplot continues to use day number on the x-axis. My plots are created
by
print(xyplot(pct ~ begdate | names, pc...
2004 Mar 21
0
Near-perl-like levels of obfuscation
Dirk Eddelbuettel and Albrecht Gephardt have created many Debian
packages of R packages from CRAN and other archives.
I wanted to install all these Debian packages on a machine running the
Debian testing distribution. One way to do this is to search (using
the apt-cache program) for all Debian package names that begin with
'r-'...
1998 Jul 01
1
No subject
Douglas Bates wrote:
>From 0.62 onward you should not have to create a symbolic link in
>/usr/local/bin. It should be that you can run
> cd $RSOURCE
> ./configure --prefix=/usr/local
> make install
>and you will end up with the R script installed in /usr/local/bin and
>all the files needed to run R in /usr/local/lib/R.
>
>Can you tell what the prefix is set to after