search for: jwelsh

Displaying 4 results from an estimated 4 matches for "jwelsh".

Did you mean: pjwelsh
2003 Dec 12
1
Basic question on function
One is an integer and the other is not. Try for (i in 1:5) print( identical( i, as.integer(1) ) ) --- Date: Fri, 12 Dec 2003 14:47:07 -0800 From: John Welsh <jwelsh at skcc.org> To: 'R-help at lists.R-project.org' <R-help at stat.math.ethz.ch> Subject: [R] Basic question on function "identical" > for(i in c(1:5)) + { + print(identical(i,1)) + } [1] FALSE [1] FALSE [1] FALSE [1] FALSE [1] FALSE Why don't I get: [1]...
2011 Sep 02
1
Platform of image
...(32-bit) How come? This is a Windows x64 system. John Welsh, Ph.D. Associate Professor Molecular and Cancer Biology Vaccine Research Institute of San Diego 10835 Road to the Cure San Diego, CA 92121 Phone: (858) 581-3960 ex.248 Email: jwelsh at sdibr.org
2011 Sep 05
1
savePlot with % in character string
...uot;) saves the file as: "951nners.wmf" Is this the correct behavior, or have I bungled something? John Welsh, Ph.D. Associate Professor Molecular and Cancer Biology Vaccine Research Institute of San Diego 10835 Road to the Cure San Diego, CA 92121 Phone: (858) 581-3960 ex.248 Email: jwelsh at sdibr.org -- View this message in context: http://r.789695.n4.nabble.com/savePlot-with-in-character-string-tp3790227p3790227.html Sent from the R help mailing list archive at Nabble.com.
2003 Dec 12
3
Basic question on function "identical"
> for(i in c(1:5)) + { + print(identical(i,1)) + } [1] FALSE [1] FALSE [1] FALSE [1] FALSE [1] FALSE Why don't I get: [1] TRUE [1] FALSE [1] FALSE [1] FALSE [1] FALSE John Welsh Associate Professor Sidney Kimmel Cancer Center 10835 Altman Row San Diego, CA 92121 (858) 450-5990 ex.282 jwelsh at skcc.org