Displaying 5 results from an estimated 5 matches for "testking".
Did you mean:
testing
2013 Apr 18
1
parSapply can't find function
Here is the code, assuming 8 cores in the cpu.
library('modeest')
library('snow')
cl = makeCluster(rep('localhost', 8), 'SOCK')
x = vector(length=50)
x = sapply(x, function(i) i=sample(c(1,0), 1))
pastK = function(n, x, k) {
if (n>k) { return(x[(n-k):(n-1)]) }
else {return(NA)}
}
predR = function(x, k) {
pastList = lapply(1:length(x), function(n)
2018 Apr 26
2
kappa
Buenas, ¿alguien sabe qué puede ser este error?
data es una df y las columnas 23 y 24 son las que quiero comparar; están bien.
testK<-kappa2(data[,c(23,24)], "equal")
Error in sort.list(y) : 'x' must be atomic for 'sort.list'
Have you called 'sort' on a list?
--
Dr Manuel Mendoza
Department of Biogeography and Global Change
National Museum of Natural
2012 Sep 06
2
choose() function returning anomalous results (zero instead of one)
Hello,
(Apologies for length, wanted to get all the relevant detail in that I know
of).
I've been having a lot of trouble with some code for an inventory analysis
problem I was doing, and finally came to the conclusion that it appears
that choose() is returning incorrect values. Specifically:
-------------
Browse[1]> nn
[1] 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3
2006 Mar 14
1
rar Command Syntax
Hi All,
what is wrong with the below? Cheers.
Mark Sargent
rar -evx "TestKing 640-801 V69.rar" testking604801
2014 Oct 09
0
Question about vnc connection password set to empty
Hello, everybody
here I have a question about graphical buffers for rhel7. Thanks so much in advance who can give me some suggestions about that.
When I try to do regression for bug859317(https://bugzilla.redhat.com/show_bug.cgi?id=859317) on RHEL7, I found that guest could be connected success with virt-viewer when set/update the graphics passwd to empty.
But according to comment 2 in this bug,