Re: [R] xyplot() does not plot legends with relation=free scales

2012-04-08 Thread kv
Sorry, the B data.frame() didn't copy/paste well. Here is a working version (hopefully) B-structure(list(yval = c(0.7, 0.61, 0.65, 0.63, 6.08, 0.64, 5.68,6.77, 1.48, 7.71, 0.82, 1.15, 0.54, 1.01, 0.59, 4.84, 0.69, 0.71, 8.7, 0.48, 0.69, 4.81, 1.42, 1.19, 0.84, 4.89, 0.85, 0.67, 7.07, 0.66,

[R] source for function sample() in package base?

2012-03-05 Thread kv
Hi all, were can i find the sources for the function sample() (the one from the base package) thanks in advance, -- View this message in context: http://r.789695.n4.nabble.com/source-for-function-sample-in-package-base-tp4447796p4447796.html Sent from the R help mailing list archive at

Re: [R] CovSde F. sources?

2011-11-24 Thread kv
D'oh. Thanks you very much, Michael -- View this message in context: http://r.789695.n4.nabble.com/CovSde-F-sources-tp4100374p4103647.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

[R] CovSde F. sources?

2011-11-23 Thread kv
Dear all, Would anyone know where is the file rlds.f called by rrcov::CovSde ? I can't find it in the sources, Thanks in advance, -- View this message in context: http://r.789695.n4.nabble.com/CovSde-F-sources-tp4100374p4100374.html Sent from the R help mailing list archive at Nabble.com.

[R] nls -- singular gradient problem

2011-10-26 Thread kv
Hi list, i see this question is quiet a regular feature, but searching the past instances i could not find an answer to my specific problem. Simply, trying to optimize this model gives a singular gradient problem -- tough optim() seems to be able to solve it would like to do these things in

Re: [R] Little problem with robustbase::covOKG() [?]

2011-08-25 Thread kv
super! works like a charm, best -- View this message in context: http://r.789695.n4.nabble.com/Little-problem-with-robustbase-covOKG-tp3752169p3767510.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

[R] Little problem with robustbase::covOKG() [?]

2011-08-18 Thread kv
dear all, assume you type: covOGK(x,sigmamu=s_Qn,beta=h) you get: Error in Qn(x, ...) : unused argument(s) (beta = 0.552325581395349) i wanted to set the \beta in OGK to a different value-- Is it normal? Best, -- View this message in context:

Re: [R] Little problem with robustbase::covOKG() [?]

2011-08-18 Thread kv
R. Michael Weylandt lt;michael.weyla...@gmail.comgt; Reply | Threaded | More Dear Michael, please explore: ?covOGK yields covOGK(X, n.iter = 2, sigmamu, rcov = covGK, weight.fn = hard.rejection, keep.data = FALSE, ...) and hard.rejection function (distances, p, beta =

[R] Problem installing Rcplex in ubuntu

2011-05-16 Thread kv
Dear List, I'm trying to install Rcplex on a ubuntu 64 bit machine, and have not been successful. After installing cplex latest version from ibm's website (everything as standard, except had it installed unto ~/ (the home directory) rather than the default directory). i type (from inside the

[R] R_qsort decreasing =T

2011-04-23 Thread kv
Hello, i'm using R.h Rmath.h. What is the c equivalent to sort(x,deceasing=T) i.e. to get sort(x) i type R_qsort(x, 1, n), where do i set the decreasing=T flag ? More generally, is there a place where the functions in the R sources are documented ? Best, -- View this message in

[R] C source code question (Robustbase edition)

2011-04-21 Thread kv
Hi all, I have been trying to add the line: h = n - p0 + 1; just after h = n / 2 + 1; (line 131) in the source code (the original paper mention this is possible for p0lt;n). with p0 declared as an int (actually i used the same declaration protocol as n everywhere in the code). The

[R] Robustbase source question

2011-04-19 Thread kv
Dear All, in the sources of robustbase, there appears a function called rPsort() (say l253 of qn_sn.c). I could not find its source in the robustbase package and a google search yields too many unrelated response. Can anyone point to its source ? thanks, -- View this message in context:

Re: [R] Robustbase source question

2011-04-19 Thread kv
Thank you very much Peter, Best, -- View this message in context: http://r.789695.n4.nabble.com/Robustbase-source-question-tp3459966p3461263.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] multicore + xeon ?

2011-02-09 Thread kv
Dear Patrick, thanks for your answer, sorry for the post; i thought i had deleted it. It finally got solved by a sys admin here. Best, -- View this message in context: http://r.789695.n4.nabble.com/Re-multicore-xeon-tp3296632p3297082.html Sent from the R help mailing list archive at

[R] multicore + xeon ?

2011-02-02 Thread kv
Is there any reason to expect a problem ? i'm running this script on the cluster down the hall: module load R/2.11.0 R library(multicore) fxx-function(ll) runif(1) mclapply(1:10,fxx) i get: Error in fork() : Unable to fork. less /proc/cpuinfo yields: processor : 0 vendor_id :

Re: [R] robustbase problem [bug?] in adjbox function.

2010-12-08 Thread kv
Thanks Peters, what i suspected (i.e. ties). For what it's worth i would add that the problem happends when length(data)100 (i.e. the second condition in the mc.default() function). Best, -- View this message in context:

Re: [R] robustbase problem [bug?] in adjbox function.

2010-12-08 Thread kv
Prof. Maechler , Koller, Thank you very much, problem solved. Best, Seasons greetings. -- View this message in context: http://r.789695.n4.nabble.com/robustbase-problem-bug-in-adjbox-function-tp3077134p3078429.html Sent from the R help mailing list archive at Nabble.com.

[R] robustbase problem [bug?] in adjbox function.

2010-12-07 Thread kv
hello list, i'm a bit puzzled by the error message i get when i copy past this in R: