search for: resultrow

Displaying 5 results from an estimated 5 matches for "resultrow".

2009 Nov 06
1
issues with SSOAP when wsdl has ComplexTypes
...d serviceType to string. SSOAP then actually made a successful call, and the webservice returned a response. However, now SSOAP failed to deserialize it with the below error > res = def at functions$simpleQuery(1, 'Engine', 'select 1 as One') Error in as(from, "QueryResultRow") : no method or default for coercing "XMLInternalElementNode" to "QueryResultRow" I have since then created a standalone version of the service that only takes the query (no clientId and serviceType) and attached the code. The service is written in python using ZSI,...
2008 Dec 22
2
Hmisc Dotplot with confidence intervals and panel.points problem
...s 2) some additional "annotation" points plotted in the graphic I can easily achieve (1) by constructing an appropriate object with Cbind. But for (2) when I use the panel=function argument the confidence intervals of the original plot are gone. This is my (simplified) code: Dotplot( resultrow ~ Cbind(ESTIM, L95, U95), data=results, abline=list(v=0), scales=list( y=list( labels=paste(as.character(foo$bar), at=results$nranalysis, cex=0.5 ) ), xlab="some label", ylab="", xlim=c(-10,10), main=paste("a title"), subscri...
2024 Dec 12
1
SQL and R
...0 NA ## 3 2 Rewind 0 9 0 <NA> 0 NA ## 4 3 Column 0 0 1 <NA> 0 NA ## 5 4 RealAffinity 1 0 0 <NA> 0 NA ## 6 5 Column 0 1 2 <NA> 0 NA ## 7 6 RealAffinity 2 0 0 <NA> 0 NA ## 8 7 ResultRow 1 2 0 <NA> 0 NA ## 9 8 Next 0 3 0 <NA> 1 NA ## 10 9 Halt 0 0 0 <NA> 0 NA ## 11 10 Transaction 0 0 1 0 1 NA ## 12 11 Goto 0 1 0 <NA> 0 NA On Wed, Dec 11, 2024 at 8:17?AM akshay kulkarni <a...
2024 Dec 11
7
SQL and R
dear Members, I have recently started studying SQL and MySQL. My question is, what exactly is SQL used for? That is, whatever can be done by SQL, like subsetting and filtering of data sets, can also be done by R. What's, then, the advantage of SQL? It is OK if you tag this question as offtopic, but I could'nt find any info on the web. Can you please refer me to
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...s 2) some additional "annotation" points plotted in the graphic I can easily achieve (1) by constructing an appropriate object with Cbind. But for (2) when I use the panel=function argument the confidence intervals of the original plot are gone. This is my (simplified) code: Dotplot( resultrow ~ Cbind(ESTIM, L95, U95), data=results, abline=list(v=0), scales=list( y=list( labels=paste(as.character(foo$bar), at=results$nranalysis, cex=0.5 ) ), xlab="some label", ylab="", xlim=c(-10,10), main=paste("a title"), subscri...