Displaying 20 results from an estimated 37 matches for "crosby".
Did you mean:
cosby
2009 May 11
3
Looking for a quick way to combine rows in a matrix
...6
'AT' and 'TA' are essentially the same, and I'd like to combine (add) the rows to reflect this. The final matrix should be:
[,1] [,2] [,3] [,4]
AA 1 5 9 13
AT 5 13 21 29
TT 4 8 12 16
Is there a fast way to do this?
Thanks in advance!
Jacy Crosby
jacy.r.crosby@uth.tmc.edu
[[alternative HTML version deleted]]
2008 Sep 01
1
ordered factor and table
dear friends - I have an ordered factor, ID, in a data.frame, labs, and
make a table,
aa <- with(labs,table(val >150,ID)) - and now the order in the table is
according to the alphabetic order in ID, and not as I want it. I have
tried adding
[order(unique(labs$ID)] but it doesn't help.
I have R 2.7.1 on WinXP.
Best wishes
Troels
--
Troels Ring - -
Department of nephrology - -
2017 Sep 19
3
Inexplicable missing permissions issue
Greetings all.
I've been having great difficulty getting Dovecot working. I'm getting
stuck with using mbox directories outside of /home. Dovecot keeps giving
me this message:
imap(ncrosby): Namespace '': stat(/var/logmail/mbox/ncrosby) failed: Permis
sion denied (euid=1001(ncrosby) egid=1001(ncrosby) missing +w perm: /var/lo
gmail/mbox/ncrosby stat(/var/logmail/mbox/ncrosby) failed: Permission denie
d, dir owned by 0:0 mode=0755) in=0 out=340
I've tried lett...
2001 Jun 27
2
OpenSSH, Cygwin, eXceed, and SIGINT
All,
When logging into an HP-UX 10.2 system from a Windows NT machine
running Cygwin and openssh 2.9p2, control-c sends a sigint to the ssh client
on the NT system, thus killing the ssh process. Interestingly enough, this
behavior is only observed when using X11 forwarding. I can eliminate the
behavior by changing clientloop.c to ignore SIGINT (signal(SIGINT, SIG_IGN)
) but then I'm bak to
2007 Jan 29
4
loading C extension in worker causes bus error on OS X only
In all likelihood, this doesn''t have anything to do with backgroundrb,
but I''m stuck so I thought someone might be able to help.
I have a pretty simple C extension that I built into a gem and have
installed on my system. It works fine when required from rails
(1.2.1).
But when I have a Backgroundrb worker class use the extension (under
os x), I get:
2009 Feb 23
8
[PATCH] Included reserved memory regions in dom0 iommu mappings
...t correctly the requied reserved memory ranges in
the RMRRs. When this occurs it currently can cause early boot hangs
and crashes.
Signed-off-by: Ross Philipson <ross.philipson@citrix.com>
Based on changeset 19238
Thanks
Ross
Ross Philipson
Senior Software Engineer
Citrix Systems, Inc
14 Crosby Drive
Bedford, MA 01730
781-301-7949
ross.philipson@citrix.com<mailto:ross.philipson@citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Jun 04
2
Creating a "simple" Radar/Spider Plot from Statgraphics
...percentsges of students scoring in each category, summing to 100. There are
actually scores for Literacy and Math, so I might display 8 radii instead of
the 4 above. And the dataset/graph would be repeated for comparing various
subpopulations.
Any pointers would be welcomed!
Thanks!
Albert Crosby
Springdale Public Schools
Springdale, Arkansas
[[alternative HTML version deleted]]
2008 Jul 22
2
VM creation failure using passthrough with latest unstable
...func are clearly being traced out.
Something changed in the last 2 - 3 weeks to cause this. I do not see
this issue with a July 2 pull of unstable. I will keep digging but I
hoped something would ring a bell.
Thanks
Ross
Ross Philipson
Senior Software Engineer
Citrix Systems, Inc
14 Crosby Drive
Bedford, MA 01730
781-301-7949
ross.philipson@citrix.com <mailto:ross.philipson@citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Mar 25
1
Hopefully a simple question
What am I missing here? Both of my column headers in the 'FREQ' table are found in the 'genotype'; however, they aren't being recognized.
> colnames(FREQ)
[1] "X17362526" "X17362627"
> colnames(genotype)
[1] "X17362311" "X17362316" "X17362346" "X17362420" "X17362421" "X17362422"
2010 Apr 29
2
Random numbers with PDF of user-defined function
Hi,
In S+/R, is there an easy way to generate random numbers with a
probability distribution specified by an exact user-defined function?
For example, I have a function:
f(x) = 1/(365 * x), which should be fitted for values of x between 1 and
100,000
How do I generate random numbers with a probability distribution that
exactly maps the above function?
Nick
This email and any attachments may
2009 Apr 21
3
Deleting rows or cols that do not meet cut off
How can I delete both rows and columns that do not meet a particular cut off value.
Example:
> d <- rbind(c(0, 1, 6, 4),
+ c(2, 5, 7, 5),
+ c(3, 6, 1, 6),
+ c(4, 4, 4, 4))
> f <- as.matrix(d)
> f
[,1] [,2] [,3] [,4]
[1,] 0 1 6 4
[2,] 2 5 7 5
[3,] 3 6 1 6
[4,] 4 4 4 4
I would like to delete all
2003 Oct 03
2
Ascom Ascotel 2050 & Fritz PCI Card (Capi)
...is: is it possible to tell the Ascom exchange that the call
is coming from extension 617, as I guess it does not use the caller id as
that seems to be set up correctly?
Thanks
Dave Sykes
Head of Research
+44 (0)1252 740721
e-solutions for marketing
http://www.elateral.com/uk
Elateral Limited, Crosby Way, Farnham, GU9 7XX, UK
Tel. +44 (0)1252 740740
Fax. +44 (0)1252 740741
***********************************************************************
This e-mail is confidential and may be privileged. It may be read,
copied and used only by the intended recipient. If you have received
it in error ple...
2005 Nov 10
2
"dos filemode" parameter ineffective?
...uded below.
I've seen the described behavior on the following configurations :
Kernel Samba Rev. Filesystem
Linux 2.6.5 (x86_64) 3.0.14a ReiserFS
Linux 2.6.5 (x86_64) 3.0.9 ReiserFS
Linux 2.6.5 (i386) 3.0.14a ReiserFS
Linux 2.6.5 (i386) 3.0.20b ext3
Any thoughts?
Thanks,
Scott F. Crosby
[global]
workgroup = ADDOMAIN
server string = Test Samba Server
map to guest = Bad User
host msdfs = yes
smb passwd file = /etc/samba/smbpasswd
security = domain
encrypt passwords = yes
#password server = *
password server = 192.168.100.10 192.168.100.11
wins server = 192.168.100.10 19...
2017 Sep 19
0
Inexplicable missing permissions issue
Thanks for taking a look.
> this is owned by root, and it's complaining about
> /var/logmail/**mbox**/ncrosby
> and dovecot cannot create this because mbox is only writable by root
That's definitely not the issue. As I explained, I've played with
permissions through the entire /var/logmail tree (including the
/var/logmail/mbox directory).
Another configuration in which the exact same message o...
2017 Sep 20
0
Inexplicable missing permissions issue
On 19 Sep 2017, at 5.28, Nelson Crosby <nc at sourcecomb.com> wrote:
>
> I've tried letting Dovecot create this directory, I've tried creating this
> directory manually and giving it any permission I can think of, I've tried
> playing about with the permissions throughout the entire /var/logmail tree,
>...
2009 Mar 01
0
[PATCH] Inclusing memory mapping param for dom0 iommu mappings
...ranges in the RMRRs. When this occurs it
currently can cause early boot hangs and crashes.
Signed-off-by: Ross Philipson <ross.philipson@citrix.com<mailto:ross.philipson@citrix.com>>
Based on changeset 19243
Thanks
Ross
Ross Philipson
Senior Software Engineer
Citrix Systems, Inc
14 Crosby Drive
Bedford, MA 01730
781-301-7949
ross.philipson@citrix.com<mailto:ross.philipson@citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Jan 06
1
Error: missing value where TRUE/FALSE needed
Can any explain the following error:
Error in if ((seedCount <= seedNumber) && (valueDiff >
sup)) { :
missing value where TRUE/FALSE needed
which I get upon running this script:
seedNumber <- 10
seeds <- array(dim = seedNumber)
seedCount <- 1
maxValue <- 100
sup <- maxValue / 2
fcsPar <- array(as.integer(rnorm(100, 50, 10)))
while (seedCount <=
2008 Jan 06
1
Error .. missing value where TRUE/FALSE needed
Can any explain the following error:
Error in if ((seedCount <= seedNumber) && (valueDiff >
sup)) { :
missing value where TRUE/FALSE needed
which I get upon running this script:
seedNumber <- 10
seeds <- array(dim = seedNumber)
seedCount <- 1
maxValue <- 100
sup <- maxValue / 2
fcsPar <- array(as.integer(rnorm(100, 50, 10)))
while (seedCount <=
2009 Apr 07
1
Pulling data into a model
I'm creating an ANOVA model. Is there a way to pull in consecutive columns of variables for the test?
Example: aov1<-aov(y~x1+x2+REG[,2:num], data=REG)
I'm not looking for interaction effects, I just want to create a model for the first few columns of variables (exact number and names will vary) and a few other predetermined variables (in the example I named them x1 and x2).
Thanks
2001 Sep 25
1
Include / Exclude question
...ude in sync.The hidden
directoris (like .netscape) are not included in sync. How can I say to
rsync to include these directories too and how can I exclude a list of
directories (I have .mozilla too and I don't want do synchronize the
cache dir from .netscape and .mozilla ) ?
Thanks in advance
Crosby.
--
"Whatever you do will be insignificant, but it is very important
that you do it." --Mahatma Gandhi
ICQ #35594993 Linux Registered User #216853