Displaying 3 results from an estimated 3 matches for "successr".
Did you mean:
success
2004 Nov 09
1
colnames argument in sqlFetch backwards? (PR#7355)
...t Gunter
Version: 2.0.0 patched
OS: Win2000
Submission from: (NULL) (192.12.78.250)
The TRUE/FALSE options of the colnames argument in sqlFetch (RODBC) seem to be
reversed, at least for .xls files.
## z is a connection to an xls workbook opened by odbcConnectExcel()
> dat<-sqlFetch(z,'SuccessRates',colnames=FALSE)
> dat[1:5,]
RecID Name Run Grams Lost Run (80L)
1 NA Activase 117 839.91 0
2 NA Activase 118 860.52 0
3 NA Activase 119 921.23 0
4 NA Activase NA NA 1
5 NA Activase 120 722.62 0...
2003 Dec 15
2
Slightly OT and mildly insane: Modems through VoIP :-))
...can get it to work (albeit slow) trough our ATA186
talking g711 to Asterisk with chan_capi to the outside world. Should we fail,
there are more sane alternatives, but humour me :-))
Now, with some modems on the other end I have received nice 26400bps
handshakes, but it takes a long time and the successrate is about 25% :-) My
feeling is this should be better if we choose to slow it down more.
But who can tell me what the best modem settings would be to try ? My HAYES
dialect is rather old :-))
Any experiences or hints are appreciated.
--
Best regards,
Florian Overkamp
2004 Nov 09
1
RODBC bug or doc error in sqlFetch on xls files (PR#7354)
...lFetch(z,"'Success Rates$'")
## But
> dat
[1] "[RODBC] ERROR: Could not SQLExecDirect"
[2] "37000 -1002 [Microsoft][ODBC Excel Driver] ''Success Rates$'$' is not a
valid name. .. blah blah
When I removed the space from the sheet name -- "SuccessRates" -- all worked
smoothly as documented.
Cheers,
Bert
-- Bert Gunter
Genentech Non-Clinical Statistics
South San Francisco, CA
"The business of the statistician is to catalyze the scientific learning
process." - George E. P. Box