search for: issdat

Displaying 1 result from an estimated 1 matches for "issdat".

Did you mean: issdate
2005 Feb 18
1
R crashes on Repeated ODBC Queries
...if (tranches$num != 0){ for (j in 1:dim(tranches$data)[1]){ the.tranche <- tranches$data[j,] the.auc.date <- day.list(the.tranche$aucdate) the.mat.date <- day.list(the.tranche$matdate) the.is.date <- day.list(the.tranche$issdate) #get the data from a given auction/tranche cmnd <- paste("SELECT submitted_by_fi_id AS fiid , bid_yield AS yld,bid_amt/100000000 AS amt,bid_allotted_amt/100000000 AS aamt,on_target as target, on_rate as rate FROM official_bid,rates,auction WHERE auction.auction_id...