search for: quantile_85

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

2003 Jul 17
1
dbApply and data.frame
...quot;99989", "9999", "99993", "99995")) what I get when I use as.data.frame(fraktil) is as said X10000 X100003 X100004 123.85 59.7 61,5 I have tried this fraktil.df <- data.frame(LinieID=names(fraktil),"quantile_85"=unlist(fraktil)) but when I do this R shutsdown with no warning( R 1071, on a winXP system) the same happens when I try write.table or dbWriteTable(con, "fraktil", fraktil) What I would like to end up with is a table like this LinieID quantile_85 100005 61.525 10001 124.525 1...