[R] Edate and EOmonth

2011-04-11 Thread Jorge Nieves
y. I would like to be able to obtain dates and EOM dates "n" months prior/forward to the input date. Thanks, Jorge Nieves [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/l

[R] Rexcel path problem

2011-04-01 Thread Jorge Nieves
ne help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. Loading required package: rcom Loading required package: rscproxy Error: '\T' is an unrecognized escape in character string starting "source('X:\T" > > Jorge N

[R] sqlUpdate error with MS acces

2010-11-28 Thread Jorge Nieves
Hi, I am running the RODBC examples form the help guide. I am trying to UPDATE a table in an Access data base but I am having an error. library(RODBC) library(termstrc) path = getwd() setwd(getwd()) dbName = "data.mdb" pathdbname = paste(path,"/",dbName,sep="") accesChannel = odbcConnect

[R] RODBC

2010-11-25 Thread Jorge Nieves
Hi, I am running the RODBC examples form the help guide. I am trying to UPDATE a table in an Access data base but I am having an error. library(RODBC) library(termstrc) path = getwd() setwd(getwd()) dbName = "data.mdb" pathdbname = paste(path,"/",dbName,sep="") accesChannel = odbcCon

[R] IP address

2010-09-16 Thread Jorge Nieves
select a few? The IT department needs to know the IP addresses. Thanks, Jorge Nieves [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http

[R] Help with interpolation

2010-05-13 Thread Jorge Nieves
> Hi, > > I have a two Colum matrix ( I named it holder) as shown bellow. It > seems to be three columns, but the first column contains the row > names. > > I am trying to fill all NAs by linear interpolation the known values > in the matrix. I tried using the interpNA function, but I get an e

[R] Help with interpolation

2010-05-13 Thread Jorge Nieves
Hi, I have a two Colum matrix ( I named it holder) as shown bellow. It seems to be three columns, but the first column contains the row names. I am trying to fill all NAs by linear interpolation the known values in the matrix. I tried using the interpNA function, but I get an error message: > i