search for: xst

Displaying 12 results from an estimated 12 matches for "xst".

Did you mean: xbt
2009 Jan 13
1
odfWeave: Error in matrixPaste(...)
Hello all, I try the follow test with an odf file. *INPUT: teste.odt* <teste, results=xml>>= x <- matrix(rnorm(6), nc=2) xst <- tableStyles(x, useRowNames = TRUE, header = NULL) odfTable(x, styles=xst, colnames = NULL, useRowNames = TRUE) @ and I get this error: *OUTPUT error:* Error: chunk 1 (label=teste) Error in matrixPaste(textStart, textName, textEnd, x, tagEnd, sep = rep("", : all matrices mus...
2009 Apr 23
1
Failing to print mer object in an RData image
...del.01" "model.sorter" It also recognizes the class of model.01: > class(model.01) [1] "mer" attr(,"package") [1] "lme4" But when I want to print it or look at its structure: print(model.01) Error in slot(value, what) : no slot of name "Xst" for this object of class "mer" > str(model.01) Error in FUN(c("env", "nlmodel", "frame", "call", "flist", "X", "Xst", : no slot of name "Xst" for this object of class "mer" Any idea wha...
2010 Aug 10
6
How to invert a list ?
Dear list, I have a list, as follows : a <- 5 names(a) <- "a" b <- 9 names(b) <- "b" c <- 15 names(c) <- "c" x <- list("i" = a, "j" = b, "j" = c) I want to invert the list, like this : $a i 5 $b j k 9 15 I do not find a clean solution. Could anyone give me elegant ideas ? Thanks in advance, Carlos
2013 Jul 15
8
[PATCH 0 of 7 v5] Introduce the tapback daemon (most of blkback in user-space)
This patch series introduces the tapback daemon, the user space daemon that acts as a device''s back-end, essentially most of blkback in user space. The daemon is responsible for coordinating the front-end and tapdisk. It creates tapdisk process as needed, instructs them to connect to/disconnect from the shared ring, and manages the state of the back-end. The shared ring between the
2007 Dec 06
1
Solve.QP
Hi there, I have a major problem (major for me that is) with solve.QP and I'm new at this. You see, to solve my quadratic program I need to have the lagrange multipliers after each iteration. Solve.QP gives me the solution, the unconstrained solution aswell as the optimal value. Does anybody have an idea for how I could extract the multipliers? Thanx, Serge "Beatus qui prodest quibus
2016 Feb 25
1
Trouble adding a service principal to keytab
...ain.py", line 117, in run net.export_keytab(keytab=keytab, principal=principal) Removing the realm from the request fails in the same way. If I was using Kerberos without samba, I would just do: kadmin -q "addprinc -randkey GEMSTONE64/bunk.gemtalksystems.com" kadmin -q "xst -norandkey -k my.keytab GEMSTONE64/bunk.gemtalksystems.com" but I know kadmin is a no-no under samba. How can I get a keytab which contains the service principal? Norm Green
2012 May 23
4
Bug#674161: xcp-xapi: 'the device disappeared from xenstore' message during vbd-plug (vm-start)
...b/xcp/xapi|VBD.plug R:4b5db3df62d8|xenops] adding device B0[/local/domain/0/backend/vbd/2/51712] F2[/local/domain/2/device/vbd/51712] H[/xapi/2/hotplug/vbd/51712] [20120523T14:00:23.745Z|debug|lab-xh3|74 UNIX /var/lib/xcp/xapi|VBD.plug R:4b5db3df62d8|backtrace] Raised at device.ml:65.10-42 -> xst.ml:52.18-23 -> xst.ml:55.9-12 -> device.ml:497.1-60 -> vbdops.ml:102.37-229 -> storage_access.ml:516.14-317 -> xapi_xenops_errors.ml:79.4-8 [20120523T14:00:23.745Z|debug|lab-xh3|74 UNIX /var/lib/xcp/xapi|VBD.plug R:4b5db3df62d8|xapi] Converting xenops exception (INTERNAL_ERROR: [ Dev...
2005 Mar 06
2
Trying to get Xilinx tools running
...dustry. Anyway, wine seems to be setup enough so that I can run notepad.exe and I also ran the Xilinx installer which only crashed at the very end when it was doing some device/usb installation, but it managed to copy all the files alright and setup the registry. Now when I try to run 'wine xst.exe' which is a command line compiler tool that comes with the Xilinx software I get the following error messages, which keep on scrolling, but here are the first ones: err:module:import_dll Library MSVCP60.dll (which is needed by L"C: \\Xilinx\\bin\\nt\\libSTL.dll") not found err...
2019 Jul 18
4
Gráfico tiempos de supervivencia
Hola, Sí, lo puedes hacer de esta forma... #----------------- set.seed(20) DATOS <- data.frame ( ID = c (1:10) , TIEMPO = sample(1:40, 10, replace=F) , DEF = as.factor(sample(c(0,1), 10, replace=T)) ) library(ggplot2) ggplot( data = DATOS ) + geom_point( aes(x = TIEMPO, y = ID , shape = DEF, color = DEF), size = 5 ) + geom_segment( aes( x = 0, y = ID, xend =
2013 Oct 18
0
pamer.fnc y la nueva versión de R
...r(*, "assign")= int 1 ..@ X : num [1:20, 1:4] 1 1 1 1 1 1 1 1 1 1 ... .. ..- attr(*, "assign")= int [1:4] 0 1 2 3 .. ..- attr(*, "contrasts")=List of 2 .. .. ..$ Condicion1: chr "contr.treatment" .. .. ..$ Condicion2: chr "contr.treatment" ..@ Xst :Formal class 'dgCMatrix' [package "Matrix"] with 6 slots .. .. ..@ i : int(0) .. .. ..@ p : int 0 .. .. ..@ Dim : int [1:2] 0 0 .. .. ..@ Dimnames:List of 2 .. .. .. ..$ : NULL .. .. .. ..$ : NULL .. .. ..@ x : num(0) .. .. ..@ factors : list() ..@ Zt...
2013 Oct 18
2
pamer.fnc y la nueva versión de R
Javier, Creo que aquí aplica la ley de Linus que dice: "Dado un número suficientemente elevado de ojos, todos los errores se convierten en obvios". La persona que revisa y encuentra un error no necesariamente tiene que ser la misma que la que lo escribe. Una motivación muy importante al compartir un código es la de recibir los beneficios del control de calidad por parte de tus pares.
2013 Dec 02
1
pamer.fnc y la nueva versión de R
...1 > ..@ X : num [1:20, 1:4] 1 1 1 1 1 1 1 1 1 1 ... > .. ..- attr(*, "assign")= int [1:4] 0 1 2 3 > .. ..- attr(*, "contrasts")=List of 2 > .. .. ..$ Condicion1: chr "contr.treatment" > .. .. ..$ Condicion2: chr "contr.treatment" > ..@ Xst :Formal class 'dgCMatrix' [package "Matrix"] with 6 slots > .. .. ..@ i : int(0) > .. .. ..@ p : int 0 > .. .. ..@ Dim : int [1:2] 0 0 > .. .. ..@ Dimnames:List of 2 > .. .. .. ..$ : NULL > .. .. .. ..$ : NULL > .. .. ..@ x : num(0) &...