search for: reader2

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

Did you mean: readers
2007 Mar 27
1
basic handling of data.frame
...psy)) for Parameter1 under special condition against no special condition. Therefore I need a table with colums: Parameter1WithSpecial, Parameter1WithoutSpecial And the data should be matched by PatID and ReaderID. How do I get this kind of table? Also how would I compute Kappa for Reader1 against Reader2? Please help me understanding how these transformations would be done in R.... Thanks, Henning
2007 Jul 29
7
RDig and AAF playing together
I have a site with two indexes. Index A is created offline by RDig and queried from the web via RDig (specifically, RDig.searcher.search). Index B is managed by AAF with :remote => true. Simple enough. However, I need to query both indexes from RDig. Usually this is ok, as I modified RDig to accept an array of search_paths with an element for index A and index B. However, when Index
2003 Aug 26
0
Re: Stop Using relays.osirusoft.com *NOW*! (fwd)
...on-purpose and that he is throwing in the towel. I just discovered the following, posted to news.admin.net-abuse.blocklisting: | Subject: Update on relays.osirusoft.com | Newsgroups: news.admin.net-abuse.blocklisting | From: Andy Finkenstadt <kahuna@panix.com> | Message-ID: <bigprp$ri3$1@reader2.panix.com> | Date: Tue, 26 Aug 2003 23:50:15 GMT [snip] | "Direct from Joe Jared''s mouth, he''s shutting down the service, that people | need to stop using it, that he''s been saying for weeks that people | need to stop using it, that he''s tired of being ha...
2006 Aug 28
12
Help with Multiple Readers, 1 Writer scenario
Hi, I''m building a web server application using Ferret [thanks so much Dave], Mongrel and Camping which works fine servicing one request at a time, but serialises searches if more than one request arrives, so I''d like some advice please about the best way to use multiple readers and one writer. Some background ... query requests which in my case are always read only, arrive via
2006 Aug 19
11
Need help with multi_search
I have been trying to use multi_search to search accross multiple associated models, but I have had no luck at all. I have scoured the net and this forum for all similar posts, but none of them contain enough code for me to get it to work. I am successfully able to search individual models, and then display the results without a problem. I have the following 2 models, Product and Component.