Displaying 8 results from an estimated 8 matches for "rx2".
Did you mean:
rx
2007 May 11
1
Cannot use an escape character in regexp
Given the string
> mystr <- "(Preconsuntivo del giorno gas 10 maggio
2007)Tj"
I'm trying to detect and eliminate the string ")Tj" at the
very end of mystr by means of
gsub(rx2,"",mystr) BUT preparing the
matching regexp string a warning pops up
> rx2 <- "\)Tj$"
Warning
messages:
1: '\)' is an unrecognized escape in a character string
2:
unrecognized escape removed from "\)Tj$"
and
> rx2
[1] ")Tj$"
I
tried...
2006 Apr 24
1
Re: Shielding of T1/E1 cables WAS RE: PinoutsforT1/E1 crossover
...nd B as the differential signal components
then you're right about the wiring. In either case you're wrong with
respect to the pairing. :-)
Sorry, I am used to the way NEC documents their PBXs and this is what
they call it. The Zytrax website documents it like this:
Pin: Signal:
1 Rx1
2 Rx2
4 Tx1
5 Tx2
(http://www.zytrax.com/tech/layer_1/cables/tech_rs232.htm - bottom of
page)
So my question about a "real" T1 cable isn't specifically about a
crossover cable, although the principle will still apply. I was talking
about using Cat5/5e 4-pair cable (*not* a pre-made Ethern...
2011 Mar 18
0
apply function returning different results
...}
}
query.db <- function(dxdf){
snquery = dbSendQuery(connection, paste("select distinct cpt4code from
DxRxLookup where icd9code = '", dxdf[4], "'", sep = ""))
cptcodes <<- dbGetResult(snquery)
#restrict this to constrain by Rx1 and Rx2 inputs
h1 <<- which(cpt$Cpt %in% cptcodes[,1])
y <<- which((cpt$Rx2 %in% dxdf[2] | cpt$Rx1 %in% dxdf[2]) & (cpt$Rx1
%in% dxdf[3] | cpt$Rx2 %in% dxdf[3]))
hits <<- intersect(y, h1)
sum.all.hits <<- sum(cpt[hits,]$Log.Odds.Ratio)
miss <<- 1 / (len...
2002 Sep 05
1
Help with perm.test please
...ion test. I could do a
monte carlo approximation but instead want to use
perm.test.
Now it happens that my data is counts with
> unique(x)
[1] 1 2
> unique(y)
[1] 1 2 5 3 10 9 7 4 6 11 8 23 18 30 16 29
42
so there aren't that many categories.
I thought perm.test makes this an Rx2 table and then
does some sort of network algorithm on it.
But I get the following error message:
> perm.test(x,y,exact=T)
Error in cperm(eq, m, paired) : N > 200 in cpermdistr2
>
I understand this is a sample size error but it
doesn't seem to make sense to me since there aren'...
2007 Apr 11
1
package incompatibility under 2.5.0 (please respond directly, I am not on r-devel)
...dataset
> > rm(x) # delete original to save memory
> > rx[] # extract all data
> [,1] [,2]
> [1,] 1 5
> [2,] 2 4
> [3,] 3 3
> [4,] 4 2
> [5,] 5 1
> > rx[-1, ] # extract part of data
> [,1] [,2]
> [1,] 2 4
> [2,] 3 3
> [3,] 4 2
> [4,] 5 1
> > rx2 <- rx[-1, , ref=TRUE] # create refdata object referencing part of data (only index, no data is duplicated)
> > rx2 # compare autoprinting
> refdata (matrix) with [4,2] of [5,2]
> use x[] to get the complete actual subset
> use x[...] for standard extraction
> use x[..., ref=TRU...
2009 Aug 13
6
Mongrel Memory Usage
All,
I''m trying to figure out the best way to estimate the amount of memory
usage that will be taken up by Mongrel and I''m hoping that you have
some estimates that can help me.
I''m currently estimating the following:
Memory Required = Number of running puppetmasters * size of manifests
* number of clients managed
The mongrel model doesn''t seem to *ever*
2007 May 12
7
[Bug 10927] New: segmentation fault in NVUploadToScreen, called from exaPutImage
http://bugs.freedesktop.org/show_bug.cgi?id=10927
Summary: segmentation fault in NVUploadToScreen, called from
exaPutImage
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port.
Problem:
For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.