Displaying 14 results from an estimated 14 matches for "rp1".
Did you mean:
rp
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
---------------------------------------------...
2017 Oct 12
1
Recurrence plots in R using different colours
...,
radius = 0.1,lmin =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...
2012 Jan 31
0
(gang?)block layout question, and how to decipher ZDB output?
...they would have zero checksums).
However, I am not certain how to correctly extract such
ganged blocks:
3.1) Trying the first DVA as-is fails (how does it know the
"correct" power-of-two size for a direct request of on-VDEV
data?):
# zdb -R rpool 0:191e70400:20200:r > /tmp/rp1
Found vdev: /dev/dsk/c4t0d0s0
Assertion failed: size <= (1ULL << 17) (0x20200 <= 0x20000), file
../../../uts/common/fs/zfs/zio.c, line 493
Abort
3.2) Disabling assertions seems to help:
# zdb -AAA -R rpool 0:191e70400:20200:r > /tmp/rp3
Found vdev: /dev/dsk/c4t0d0s0
Comparing RP1...
2007 Dec 16
1
paste dependent variable in formula (rpart)?
Hello,
i'm trying to replace different target variables in rpart with a
function. The data.frame getting always the target variable as last column.
Try below, i get the target variable in the explained variables, too!?
Have anybody an advice to avoid this.
rp1 <- rpart(eval(parse(text=paste(names(train[length(train)])))) ~ . ,
data=train,cp=0.0001)
regards & many thanks
Christian
2009 Mar 06
5
RePartition OS disk, give some to zpool
I''ve got knee deep into learning how to use Opensolaris and zfs, and I
see now that my goal of home zfs server may have been better served if
I had partitioned the install disk leaving some of the 60GB to be
added to a zpool.
First, how much space does a working OS need. I don''t mean bare
minimum but to be comfortable and have some growing room (on the
install disk)?
2001 Nov 16
2
pearson residuals in glm for binomial response (PR#1175)
...090
Leeds LS2 9JT, England e-mail: J.T.Kent@leeds.ac.uk
Input:
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...
2007 Mar 08
0
external random hardware and entropy dispatching
Hello.
Excuse me please, but I had no luck on the xen-users list, so I try
here...
I got my "rp1" hardware random number generator from www.true-
random.com, which works on the parallel interface of the PC, but how
do I feed all domUs with randomness? Or is it sufficient to feed dom0
and the domUs benefit from that, too? OS is linux in each domain, the
random source should be /dev/...
2010 Jan 12
53
Xen 4.0.0 first release candidate
Folks,
The first release candidate for Xen 4.0.0 has been tagged and published.
You can grab it from here:
http://xenbits.xensource.com/xen-unstable.hg (tagged ''4.0.0-rc1'')
Please test it!
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2018 Sep 05
1
Rewriting Intel PCI bridge prefetch base address bits solves nvidia graphics issues
On Tue, Aug 28, 2018 at 5:57 PM, Peter Wu <peter at lekensteyn.nl> wrote:
> Only non-bridge devices can be passed to a guest, but perhaps logging
> access to the emulated bridge is already sufficient. The Prefetchable
> Base Upper 32 Bits register is at offset 0x28.
>
> In a trace where the Nvidia device is disabled/enabled via Device
> Manager, I see writes on the enable
2009 Apr 16
9
Second release candidate for Xen 3.4.0
Folks,
The second release candidate for Xen 3.4.0 is available at
http://xenbits.xensource.com/xen-unstable.hg, tagged as ''3.4.0-rc2''.
Please test!
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Jan 15
2
Interface to open source Reporting tools
...> 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
> ----------------...
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
2018 Aug 31
6
[PATCH] PCI: add prefetch quirk to work around Asus/Nvidia suspend issues
On over 40 Intel-based Asus products, the nvidia GPU becomes unusable
after S3 suspend/resume. The affected products include multiple
generations of nvidia GPUs and Intel SoCs. After resume, nouveau logs
many errors such as:
fifo: fault 00 [READ] at 0000005555555000 engine 00 [GR] client 04 [HUB/FE] reason 4a [] on channel -1 [007fa91000 unknown]
DRM: failed to idle channel 0 [DRM]
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...&g3Tv*bY4X`PXg<#1qjUK}Xcx0=z3=hbC3rN<V-GAx+
z at 4S>neu)BTEzA8he<d8kuQtlxej?rDn*em0ozJ&ih3dVYVMD*uQNE2=?QHRCYa4kk
zu;j5t*+N~KD)-Y^oMYX*pGpR+ at xI@vajJZ_k0%7q&U8A=t~tl-y!mwR_N}9djaod>
zGaZ7vlv~>$KV3zucIFwk1O_4n7N4=pQQpo8^Q99XX!*8#p0XSB?2>Wg2w;~KIx%*B
z>jNEWSX)7Xt;rP1m$D7aJqa{yOG(<t4|1Fs)*bwE3T7rvLP2M-Ku+OhdlK*Vxh(^9
z%kbbWbEB<gsa1fD2aun<dnbCDKR2Nt$r&)L8P01GAOe*A`wL_>`p|3D-*n6Xuj43h
zNcOrKHtks;Q{kK81X$@bp!Jw0&qh7l3~Lwp`La2(SElJO0wvptbMii4`9h#OZR|qC
zlK{dHX at hPoJVJ9TQP`#T$itH3k<)-RArAaf8EGw!mU;H#BJsI%^DY_Z2tRs2fTkmW
zyre<VF8;=R5^;d%WHi...