search for: rp2

Displaying 8 results from an estimated 8 matches for "rp2".

Did you mean: rp
2017 Oct 12
1
Recurrence plots in R using different colours
...2, vmin =2, distanceToBorder = 2, save.RM = TRUE, do.plot = TRUE) This plot is based on a TRUE FALSE sparse matrix. 2) Accordingly the next step was to transform this TRUE FALSE matrix to one that contains the values for the codes for TRUE and 0 for false: RP1 <- testplot$recurrence.matrix RP2 <- as.matrix(RP1)*1 TS <- test$Code for (i in seq(1,dim(RP2)[1])) { for (j in seq(1,dim(RP2)[1])) { if (RP2[i,j] == 1) { RP2[i,j] <- TS[i] } } } This results in a matrix of this type: 1 0 3 1 0 4 0 0 1 0 5 6 Now I am missing s...
2009 Jan 10
1
Setting a contingency table
Hi, I want to set a make a contingency table which will look like this.. The problem is that I can't  set the table like the following.                      col1     col2       Total     row1              a         b         n10                      rp1       rp2        100                      cp1       cp2       rtp1   ---------------------------------------------     row2             c         d         n20                      rp3       rp4       100                      cp3       cp4       rtp2   ---------------------------------------------     Total ...
2007 Apr 12
1
printf capture
...call sink(file="res.txt") and only the Rprintf() are catched Is there any way to however capture those printf() outputs ? Thanks for any hint/pointer (... and i apologize if i missed something obvious !). Vincent (for what may be worth, a "minimal" stuff is at www.khi.fr/IB/rp2)
2001 Nov 16
2
pearson residuals in glm for binomial response (PR#1175)
...: x_1:4 # regressor variable y_c(2,6,7,8) # response binomial counts n_rep(10,4) # number of binomial trials ym_cbind(y,n-y) # response variable as a matrix glm1_glm(ym~x,binomial) # fit a generalized linear model f_fitted(glm1) rp1_(y-n*f)/sqrt(n*f*(1-f)) # direct calculation of pearson residuals rp2_residuals(glm1,type="pearson") # should be pearson residuals rd_residuals(glm1) # deviance residuals cbind(rp1,rp2,rd) # note second column is wrong, in this case by factor of 10 Output: rp1 rp2 rd [1,] -0.56502992 -0.056500696 -0.58467936 [2,] 0.73739407...
2012 Jan 31
0
(gang?)block layout question, and how to decipher ZDB output?
...es added at the end; first 0x20000 are identical... 3.3) Extracting a power-of-two sized block works, but is it everything there was in original on-disk data (sized 20200?) # zdb -R rpool 0:191e70400:20000:r > /tmp/rp1 Found vdev: /dev/dsk/c4t0d0s0 # zdb -R rpool 0:39c7b9800:200:r > /tmp/rp2 Found vdev: /dev/dsk/c4t0d0s0 Thanks in advance for helping me decipher this all, :) //Jim Klimov
2009 Jan 15
2
Interface to open source Reporting tools
...> > I want to set a make a contingency table which will look like this.. The > problem is that I can't set the table like the following. > > > col1 col2 Total > row1 a b n10 > rp1 rp2 100 > cp1 cp2 rtp1 > --------------------------------------------- > row2 c d n20 > rp3 rp4 100 > cp3 cp4 rtp2 > --------------------------...
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed: Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC) Remote gcc version: gcc (GCC) 3.2.2 Remote g++ version: g++ (GCC) 3.2.2 Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib make[5]: Entering directory `/local/build/R-1.7.0/src/library' >>> Building/Updating
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking