Re: [R] Ubuntu 2.9.2 packages broken for amd64

2009-09-18 Thread Ivan Adzhubey
Hi Dirk, Thank you for your prompt reply. The issue has been actually resolved in just a few hours after I posted it. Many apologies for being too impatient! Best, Ivan On Thursday 17 September 2009 10:15:04 pm Dirk Eddelbuettel wrote: > Ivan, > > On 17 September 2009 at 21:22, Ivan

[R] Ubuntu 2.9.2 packages broken for amd64

2009-09-17 Thread Ivan Adzhubey
Hi, Attempt to install R 2.9.2 on Ubuntu 9.04 results in errors: $ sudo apt-get install r-base Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are

Re: [R] x86 SSE* Pointer Favors

2008-06-12 Thread Ivan Adzhubey
Hi Ivo, On Friday 13 June 2008 12:23:06 am ivo welch wrote: > Dear Statisticians--- This is not even an R question, so please > forgive me. I have so much ignorance in this matter that I do not > know where to begin. I hope someone can point me to documentation > and/or a sample. You will sure

Re: [R] Comparing two groups of proportions

2008-06-09 Thread Ivan Adzhubey
ross production > > lines and the qa main effect measures the difference between the 2 > > methods (allowing for differences in the prodoction lines), testing > > if that equals 0 should answer your question. > > > > Hope this helps, > > > > > > __

[R] Comparing two groups of proportions

2008-06-09 Thread Ivan Adzhubey
Hi, I have a seemingly common problem but I can't find a proper way to approach it. Let's say we have 5 samples (different size) of IC circuits coming from 5 production lines (A, B, C, D, E). We apply two different non-destructive QA procedures to each sample, producing to sets of binary outcom

[R] Problem with approximate null distribution (package: coin)

2008-03-12 Thread Ivan Adzhubey
Hi, I am trying to make use of "approximate" option to obtain null distribution through Monte-Carlo resampling, as described in coin library documentation. Unfortunately, this does not play well with my data -- permutation process swallows astonishingly large amounts of RAM (4-5Gb) and runs far

Re: [R] Hmisc xYplot won't do conditioning on factors?

2008-02-28 Thread Ivan Adzhubey
expected. This small discrepancy was not documented on xYplot help page. --Ivan On Tuesday 26 February 2008 07:47:14 pm Ivan Adzhubey wrote: > Hi, > > I am trying to replace (lattice) standard xyplot with xYplot variant from > Hmisc package to be able to add error bars to my plots. Ho

[R] Hmisc xYplot won't do conditioning on factors?

2008-02-26 Thread Ivan Adzhubey
Hi, I am trying to replace (lattice) standard xyplot with xYplot variant from Hmisc package to be able to add error bars to my plots. However, this does not work, e.g: library(lattice) d <- data.frame( SKU=gl(3, 1, 21, labels=c("a", "b", "c")), Weekday=gl(7, 3, 21), QC