search for: resultrows

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

Did you mean: resultrow
2009 Nov 06
1
issues with SSOAP when wsdl has ComplexTypes
...uot;select 1 as One" >>> res = service.simpleQuery(req) >>> print "Field names: %s" % [field.StringValue for field in ... res.Result.ResultHeading.QueryFields] >>> print "Rows:" >>> for i in xrange(0, len(res.Result.ResultRows)): >>> print "Row %d: %s" % (i+1, [field.StringValue or ... field.LongValue or field.DoubleValue for field in ... res.Result.ResultRows[i].QueryFields]) Please let me know if you need any more information on the problem or getting the python sample to wor...
2008 Dec 22
2
Hmisc Dotplot with confidence intervals and panel.points problem
Hello useRs, I have a question regarding the function Dotplot from the Hmisc package: I want two things: 1) confidence intervals around the dots 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.
2024 Dec 12
1
SQL and R
The advantages of SQL are that - it can be used from many languages so if you know SQL you can easily move that part of your code to python, say, and visa versa - it is widely used - it can handle data stored outside of R and possibly otherwise too large for R - some SQL databases support multiple concurrent users - depending on the database it may be used to communicate the data to others - one
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
Hello, Are there any R functions available for performing a serial correlation test for short time series (e.g, series having between 10-14 observations)? Many thanks! Isabella R. Ghement, Ph.D. Ghement Statistical Consulting Company 301-7031 Blundell Road, Richmond, B.C., Canada, V6Y 1J5 Tel: 604-767-1250 Fax: 604-270-3922 E-mail: isabella at ghement.ca Web: www.ghement.ca -----Original