Displaying 15 results from an estimated 15 matches for "aabb".
Did you mean:
aaab
2010 Apr 26
1
logical(0) response from lrm
What causes the error report:
logical(0)
to arise in the rms function lrm?
Here's my data:
But both the dependent and the independent variable seem fine...
> str(AABB)
'data.frame': 1176425 obs. of 9 variables:
$ sex : int 1 1 0 1 1 0 0 0 0 0 ...
$ faint : int 0 0 0 0 0 0 0 0 0 0 ...
Here's the simplified model and error
AABB$model1 < lrm (faint ~ sex)
logical(0)
But the data seem fine....
> table(AABB$faint)
0...
2020 May 12
0
last_login_dict: Failed to write value: dict-server returned failure: sql dict: commit failed
...g:
---
190918 13:49:59 ????3 Connect dovecot at sqlserver as
anonymous on mail
????4 Connect dovecot at sqlserver as anonymous on
mail
????4 Query BEGIN
????4 Query INSERT INTO dovecot_last_login
(timestamp,email,ip_address) VALUES (1568814599,'test-email-cc at exemple.
com','abcd:aabb:cc:ddd::e') ON DUPLICATE KEY UPDATE
timestamp=1568814599
????5 Connect dovecot at sqlserver as anonymous on
mail
????4 Query COMMIT
---
In the Dovecot mail server log:
---
???????1 mailserver dovecot: imap(test-email-bb at exemple.com)
<NtiT9H2SFIVcuGID> [xxx.xxx.xxx.xxx]: Error: las...
2002 Apr 15
2
ssh -R limitations?
...port is listening
(localhost). Am I right? Is there a way to change this behaviour?
When I try to cross PC_B firewall, I always have some weird error.
PC_B (which has two lan cards) is set up to forward everything that comes to
port xxyy to PC_C on port 22.
From PC_A I write:
ssh -p xxyy -R aabb:localhost:aabb PC_B
I made many experiments, and I can see that PC_A correctly connects on PC_C
and opens aabb LISTEN port.
When I try to connect from PC_C on localhost:aabb I receive an error.
Here is my guess: from PC_A command line ssh understands that aabb port is
listening on PC_B, cou...
2010 Mar 18
6
Validating alignment of NTFS/VMDK/ZFS blocks
...r two virtual machines sharing lots of the same blocks. Assuming there /is/ a misalignment between NTFS & VMDK/VMDK & ZFS, if they''re not in the same order within NTFS, they don''t align, and will actually produce different blocks in ZFS:
VM1
NTFS 1---2---3---
AAAABBBBCCCC
AAAABBBBCCCC
ZFS 1---2---3---4---
ZFS blocks are " AA", "AABB" and so on ...
Then in another virtual machine, the blocks are in a different order:
VM2
NTFS 1---2---3---
CCCCAAAABBBB
CCCCAAAABBBB
ZFS 1---2---3---4---
ZFS blocks fo...
2009 May 12
6
can non-owner change file group setup?
We are tried to count how many files belong to certain group. Our system administrator told us "non-owner" can easy change file group name to another. I have been tried several combination and never successful (only ROOT can change file group to other name).
Does anyone know how "no-owner" can change file group name?
Thanks.
2010 Jun 09
2
combining expressions in mathplot
Is there a cleaner way of combining two expressions.
This example works and gives what I want
plot(1:10)
aa <- expression(alpha==.05)
bb <- expression(beta ==.80)
aabb <- expression(alpha==.05 ~ ", " ~ beta ==.80)
text(5, 10, aa)
text(5, 9, bb)
text(5, 8, aabb)
text(5,1, parse(text=paste(deparse(aa[[1]]), deparse(bb[[1]]), sep="~")))
text(5,2, parse(text=paste(deparse(aa[[1]]), deparse(bb[[1]]), sep="~',
'~")))
Is the...
2014 Nov 23
2
R string comparisons may vary with platform (plain text)
...reports that.
> In general, collation is a minefield: Some languages have the same letters in different order (e.g. Estonian with Z between S and T); accented characters sort with the unaccented counterpart in some languages but as separate characters in others; some locales sort ABab, others AaBb, yet others aAbB; sometimes punctuation is ignored, sometimes not; sometimes multiple characters count as one, etc.
>
As ?Comparison has long said.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Emeritus Professor of Applied Statistics, University of Oxford
1 South Parks Road,...
2010 Sep 27
7
Regular expressions: offsets of groups
Dear list!
> gregexpr("a+(b+)", "abcdaabbc")
[[1]]
[1] 1 5
attr(,"match.length")
[1] 2 4
What I want is the offsets of the matches for the group (b+), i.e. 2
and 7, not the offsets of the complete matches. Is there a way in R
to get that?
I know about gsubgn and strapply, but they only give me the strings
matched by group...
2023 Jul 28
1
Joining a new Samba AD DC
...16D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=hprs,DC=local
# record 2
dn: CN={6A076178-76C0-4FAB-B556-89CF817D10A3},CN=Policies,CN=System,DC=hprs,DC=local
# record 3
dn: CN={BCA8FAF8-6904-44C4-9D32-28400BE61028},CN=Policies,CN=System,DC=hprs,DC=local
# record 4
dn: CN={55936226-0069-4278-AABB-88B9072A5818},CN=Policies,CN=System,DC=hprs,DC=local
# record 5
dn: CN={3C103F7B-7250-4610-BC45-8B06353CAA7C},CN=Policies,CN=System,DC=hprs,DC=local
# record 6
dn: CN={B73A6A00-9CB8-47C5-A6AA-DA8A86D1D247},CN=Policies,CN=System,DC=hprs,DC=local
# record 7
dn: CN={B78D19CB-914B-48F4-AA63-FD8708A5...
2014 Nov 23
2
R string comparisons may vary with platform (plain text)
On Sat, Nov 22, 2014 at 12:42 PM, Duncan Murdoch
<murdoch.duncan at gmail.com> wrote:
> On 22/11/2014, 2:59 PM, Stuart Ambler wrote:
>> A colleague?s R program behaved differently when I ran it, and we thought
>> we traced it probably to different results from string comparisons as
>> below, with different R versions. However the platforms also differed. A
>>
2014 Nov 23
0
R string comparisons may vary with platform (plain text)
...Collation Algorithm.
In general, collation is a minefield: Some languages have the same letters in different order (e.g. Estonian with Z between S and T); accented characters sort with the unaccented counterpart in some languages but as separate characters in others; some locales sort ABab, others AaBb, yet others aAbB; sometimes punctuation is ignored, sometimes not; sometimes multiple characters count as one, etc.
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd.mes at cbs.dk Priv: PDa...
2014 Nov 23
0
R string comparisons may vary with platform (plain text)
...neral, collation is a minefield: Some languages have the same letters in
>> different order (e.g. Estonian with Z between S and T); accented characters
>> sort with the unaccented counterpart in some languages but as separate
>> characters in others; some locales sort ABab, others AaBb, yet others aAbB;
>> sometimes punctuation is ignored, sometimes not; sometimes multiple characters
>> count as one, etc.
>>
> As ?Comparison has long said.
>
>
--
Computational Biology / Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N.
PO Box 19024 Seattle...
2000 Jun 12
2
build buglet
I use
R CMD Rdindex man/*.Rd >INDEX
in my makefile to generate an INDEX. When I then use
R CMD build whatever
the newindex seems to be in a slightly different order, resulting in a
* checking whether index is up-to-date ... NO
(because the result of diff is not empty) and a suggestion to use
--force.
However, --force results in the INDEX in my source directory being
re-written, which
2004 Jul 22
3
Replace only Capital Letters
Dear All,
I have these data:
exampledata <- c("This is one item", "This is Another One", "And so is
This")
I would like to find each occurence of a blank space followed by a Capital
Letter and replace it by a blank space, a left curly brace, the respective
Capital Letter, and then a right curly brace.
I thought the following will do:
gsub(pattern = "
2002 Dec 17
4
booting from local disk
Hi,
I've mostly set up a kickstart for RedHat 8.0.
I'm using the instructions posted by Alf W. :
http://www.stanford.edu/~alfw/PXE-Kickstart/PXE-Kickstart.html
The whole thing works, except when I go to reboot the system it hangs.
ie.
TFTP Prefix:
Trying to load: pxelinux.cfg/AABBCCDD
Trying to load: pxelinux.cfg/AABBCCD
Trying to load: pxelinux.cfg/AABBCC
Trying to load: pxelinux.cfg/AABBC
Trying to load: pxelinux.cfg/AABB
...
Trying to load: pxelinux.cfg/default
Booting from localdisk
And then it just sits there. If I understood what it was looking for here,
I'd...