search for: ckjmaner

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

2005 Feb 03
3
Reading Dates in a csv File
Hi all. I'm reading in a flat, comma-delimited flat file using read.csv. It works marvelously for the most part. I am using the colClasses argument to, basically, create numeric, factor and character classes for the columns I'm reading in. However, a couple of the fields in the file are date fields. I'm fully aware that POSIXct can be used as a class, however the field must obey,
2004 Jun 16
2
erf function documentation
Hi all. I may be wrong, (and often am), but in trying to determine how to calculate the erf function, the documentation for 'pnorm' states: ## if you want the so-called 'error function' erf <- function(x) 2 * pnorm(x * sqrt(2)) - 1 ## and the so-called 'complementary error function' erfc <- function(x) 2 * pnorm(x * sqrt(2), lower=FALSE) Should, instead, it read:
2004 Apr 08
1
RODBC on FreeBSD 4.9
Hello. I have found a number of posts/threads on this subject and remain unsuccessful to determine the solution. In brief, my situation is: 1. Running FreeBSD 4.9 Stable in x86 2. Installed, and running, R 1.8.1 3. Installed, and running, postgreSQL 7.4.2 4. Installed, and running, unixODBC 2.2.8 5. Failed, repeatedly, to install RODBC. The following is my error log: tsunami# R CMD
2004 Jun 07
0
RE: [R] Printing Lattice Graphs from Windows (PR#6952)
Hi folks. It looks like it's stirred some discussion ultimately resulting/concluding that this phenomena is a possible bug either in the lattice package or in R 1.9.0/1.9.1 itself. So, I'll stay tuned, so to speak, for either an update in the lattice package or R as it seems that that's where the bug may lie. FYI, the resulting plot, (e.g., plot(1~1)), worked as it should either