Displaying 8 results from an estimated 8 matches for "presby".
Did you mean:
pres
2005 Feb 28
0
Re: R-help Digest, Vol 24, Issue 28
...3473 fax : +61 2(6125)5549
Centre for Bioinformation Science, Room 1194,
John Dedman Mathematical Sciences Building (Building 27)
Australian National University, Canberra ACT 0200.
On 28 Feb 2005, at 10:07 PM, r-help-request at stat.math.ethz.ch wrote:
> From: Clint Harshaw <charshaw at presby.edu>
> Date: 28 February 2005 1:08:36 AM
> To: r-help at stat.math.ethz.ch
> Subject: [R] subsetting data set dimenion problem
>
>
> (See DAAG book, p. 173, ex. 3)
>
> I'm a new user of R, and I'm following the DAAG text. I want to create
> a subset of the rac...
2005 Mar 02
2
.ps and .pdf page size differences in FC vs. Debian
...s do not extend beyond the edge of US letter paper
on these plots.
How do I set (in Fedora Core 1) the paper size for R to US letter, so I
can run my commands R <baseballsalary.R >output --vanilla -q from the
terminal?
Thanks very much,
Clint
--
Clint Harshaw, PhD Email: charshaw at presby.edu
Department of Mathematics Ph: 864.833.8995
Presbyterian College Fax: 864.938.3769
Clinton, SC USA 29325 Harrington-Peachtree Rm 412
2006 Feb 16
8
Ubuntu and R
...R, and not break my system? I've searched
the forums at Ubuntu, and there are several similar requests there, but
no definitive answer that I found.
What are other Ubuntu users here doing to keep their version of R fresh?
Thanks,
Clint
--
Clint Harshaw, PhD Email: charshaw at presby.edu
Department of Mathematics Ph: 864.833.8995
Presbyterian College Fax: 864.938.3769
Clinton, SC USA 29325 Harrington-Peachtree Rm 412
2006 Feb 16
8
Ubuntu and R
...R, and not break my system? I've searched
the forums at Ubuntu, and there are several similar requests there, but
no definitive answer that I found.
What are other Ubuntu users here doing to keep their version of R fresh?
Thanks,
Clint
--
Clint Harshaw, PhD Email: charshaw at presby.edu
Department of Mathematics Ph: 864.833.8995
Presbyterian College Fax: 864.938.3769
Clinton, SC USA 29325 Harrington-Peachtree Rm 412
2005 Jul 17
0
R source issue "sarge" or "stable"
...forward this. I
only use testing/unstable myself and cannot help you with this. But for
broader exposure, I'll CC the r-sig-debian list where someone may have the
pertinent pointer.
Best regards, Dirk
|
| Thanks very much,
| Clint
| --
| Clint Harshaw, PhD EMail: charshaw at presby.edu
| Department of Mathematics Phone: 864.833.8995
| Presbyterian College Fax: 864.938.3769
| Clinton SC 29325 Office: Harrington-Peachtree Rm 412
|
|
|
|
|
|
|
|
--
Statistics: The (futile) attempt to offer certainty about uncertainty.
-- Roge...
2005 Feb 27
1
subsetting data set dimenion problem
...5.50 800 0.6183333 NA
[...]
What is causing the error with my original subsetting? I speculated it
was related to the NA values, but there is an NA in the resulting
hills2000, corresponding to the Cornalees hill race.
Thanks,
Clint
--
Clint Harshaw, PhD
Department of Mathematics
Presbyterian College
Clinton SC 29325
EMail: charshaw at presby.edu
Phone: 864.833.8995
Fax: 864.938.3769
Office: Harrington-Peachtree Rm 412
2006 Mar 01
2
Update R 2.1.1-1 -> 2.2.1 on UBUNTU
I've installed Ubuntu 5.10 Breezy on my Mac. When using MacOSX, I used to
work with R 2.2.1, but now, with Ubuntu, I can't download it with
synaptic. I can only download R 2.1.1-1, and I really need 2.2.1.
I've tried to edit the sources.list file, typing
deb http://cran.R-projet.org/bin/linux/debian stable/
R/r, using a different mirror,... but when I run synaptic, it says:
W:
2006 Feb 19
2
changing names of vectors in list or data.frame
When I combine separate vectors into one list, there are new names
created. I'd like to change them to something more meaningful.
Here are two examples using data(zelazo) from library(ISwR):
> library(ISwR)
> data(zelazo)
> attach(zelazo)
> zelazo
$active
[1] 9.00 9.50 9.75 10.00 13.00 9.50
$passive
[1] 11.00 10.00 10.00 11.75 10.50 15.00
$none
[1] 11.50 12.00 9.00