search for: ndays18

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

Did you mean: ndays
2008 Oct 08
0
Applying an R script to data within MySQL? How to?
...; rs <- dbSendQuery(con, "select * from merchants") > df <- fetch(rs, n = 150) > df And of course, that last statement is followed by the entire contents of "merchants" Now, I have a script like the following: refdata18 = read.csv("K:\\MerchantData\\RiskModel\\ndays18.csv", na.strings="") x1 = refdata18[,1] library(MASS) ex1 = fitdistr(x1,"exponential") str(ex1) Now, the contents of ndaysXX.csv represent records where one of the date values is in week XX of the current year. We don't yet have data spanning multiple years, and will...