search for: transdat

Displaying 3 results from an estimated 3 matches for "transdat".

Did you mean: transat
2005 Dec 28
1
FW: R and read.irts
...--------------------------------- postscript(file="burp.ps") library(quadprog) library(zoo) library(tseries) temp<-read.irts('~/ml/research/data/highfreq.dat',format="%H:%M:%S",tz=" GMT",sep=",",header=FALSE,row.names=NULL, col.names=c("transdate","transprice","transamount")) temp plot(temp,type="l",xlab="Time",ylab=NULL,main=NULL,ylim=NULL) ------------------------------------------------------------------------ ------------------------------------------------------------------------ ----...
2005 Dec 29
1
R and read.irts
...--------------------------------- postscript(file="burp.ps") library(quadprog) library(zoo) library(tseries) temp<-read.irts('~/ml/research/data/highfreq.dat',format="%H:%M:%S",tz=" GMT",sep=",",header=FALSE,row.names=NULL, col.names=c("transdate","transprice","transamount")) temp plot(temp,type="l",xlab="Time",ylab=NULL,main=NULL,ylim=NULL) ------------------------------------------------------------------------ ------------------------------------------------------------------------ ----...
2008 Jun 25
0
Memory allocation failed: Copying Node
...Doc <- grep("</*XML", xmlVec) xmlDoc <- xmlTreeParse(xmlVec[seq(xmlInDoc[1]+1, xmlInDoc[2]-1)], useInternal=TRUE) } processTransaction <- function(rptOwner, nodes, outFile) { transaction <- data.frame( transdate=xValHelperSpecial(nodes,"transactionDate"), securityTitle=xValHelperSpecial(nodes,"securityTitle"), transactionShares=if(length(xValHelperSpecial(nodes,"transactionShares")) == 1)...