search for: tokas

Displaying 7 results from an estimated 7 matches for "tokas".

Did you mean: todas
2005 Aug 18
2
matrix indexing
Dear R-users, I was wondering for the following: Let 'x' be a matrix and 'ind' and indicator matrix, i.e., x <- array(1:20, dim = c(4, 5)) ind <- array(c(1:3, 3:1), dim = c(3, 2)) I'd like to get (as a vector) the elements of 'x' which are not indexed by 'ind'. Since negative indices are not allowed in index matrices I thought of using something like:
2005 Oct 02
1
plot question when type = "b" and pch is a vector
...(x), type = "b", pch = pch., lty = 1) } where all the line segments are connected, except from the 7th one where I've put the value of alpha -- in other words I'd like to produce a line plot where the label appears at each line with some white space around it. thanks in advance, tokas
2005 Dec 05
1
extracting p-values from lmer()
...- 1:n N <- sample(20:200, n, TRUE) y <- rbinom(n, N, plogis(0.1 + 0.2 * x1 - 0.5 * x2 + 1.5 * z)) m1 <- lmer(cbind(y, N - y) ~ x1 + x2 + (1 | id), family = binomial, method = "AGQ") m1 how to extract the p-value for 'x2' from object m1? Thanks in advance for any hint, tokas __________________________________________ Just $16.99/mo. or less. dsl.yahoo.com
2005 Oct 07
1
builiding R from sources
...ifier is reported only once arithmetic.c:886: error: for each function it appears in.) make[4]: *** [arithmetic.o] Error 1 make[3]: *** [rlibs] Error 2 make[2]: *** [../../bin/R.dll] Error 2 make[1]: *** [rbuild] Error 2 make: *** [all] Error 2 any help is greatly appreciated! Thanks in advance, tokas
2013 Sep 06
21
[PATCH v2 0/5] xl: allow for node-wise specification of vcpu pinning
Hi all, This is the second take of a patch that I submitted some time ago for allowing specifying vcpu pinning taking NUMA nodes into account. IOW, something like this: * "nodes:0-3": all pCPUs of nodes 0,1,2,3;  * "nodes:0-3,^node:2": all pCPUS of nodes 0,1,3;  * "1,nodes:1-2,^6": pCPU 1 plus all pCPUs of nodes 1,2    but not pCPU 6; v1 was a single patch, this is
2001 Aug 16
1
wozu Wine?
Hallo NG-Leser, ich denke mal, mir fehlt vielleicht einfach nur die Erfahrung, aber ich hab bisher _kein_ einziges Win-Programm unter Linux zum Laufen bekommen. Eigentlich m?chte ich nur einen IE 5.5 benutzen k?nnen, um zu sehen, ob meine unter Linux entwickelten Webpages auch im IE gut aussehen. (jeder Webmaster kennt ja die Probleme) Aber mit Wine ist da wohl nix zu machen, wie? Ist das
2012 Jul 04
53
[PATCH 00 of 10 v3] Automatic NUMA placement for xl
Hello, Third version of the NUMA placement series Xen 4.2. All the comments received during v2''s review have been addressed (more details in single changelogs). The most notable changes are the following: - the libxl_cpumap --> libxl_bitmap renaming has been rebased on top of the recent patches that allows us to allocate bitmaps of different sizes; - the heuristics for deciding