similar to: delete a row in a matrix

Displaying 20 results from an estimated 4000 matches similar to: "delete a row in a matrix"

2007 Nov 20
5
Loc function in R??
Does anyone know which function (if any) will return the index of the true locations in a Boolean vector? For instance: A=c(1,3,5,7,4); B=c(2,4,77,3,3); X=A<B; So X is: > X [1] TRUE TRUE TRUE FALSE FALSE I'd like to know if there is a function that will tell me the locations of where the TRUE values are? for instance a vector that will list that the locations are at
2016 Jan 29
2
CentOS 7, 327 kernel still crashing
> -----Original Message----- > From: Wes James [mailto:comptekki at me.com] > Sent: Wednesday, January 27, 2016 7:04 PM > To: CentOS mailing list > Subject: Re: [CentOS] CentOS 7, 327 kernel still crashing > > > > On Jan 27, 2016, at 1:47 PM, m.roth at 5-cent.us wrote: > > > > I've just added the following to the CentOS bugtracker for CentOS-7 > >
2003 Sep 26
1
Question on "read only" behavior in smb.conf
Hi All, I've built Samba v2.2.8a on a RedHat 7.2 system and it seems to work ok. However I cannot understand the "read only" parameter in the following situation: smb.conf file: ------------------- [global] security=user encrypt passwords=yes [foo] path=/tmp/foo read only=yes The owner&mode of /tmp/foo is: ------------------------------------------ % ls -ld
2005 Jan 03
1
samba v3 slow with 'security = server'
We were running samba v2.2.x with the 'security = server' option and everything worked wonderfully. We upgraded to samba 3.0.10 with the same configuration. Everything still works but it's very very slow. Opening a file can take 15 to 30 seconds or more. I changed the security option to 'user' and everything is fast again. Clearly something has changed between 2.x.x and 3.x.x
2003 Feb 16
1
rsync-exclude.patch.
> I like the idea of your rsync-exclude.patch and have thought > about hacking it in myself. However as you already have done the work > may I make a small suggestion...... can the name of the exclude file > (your .rsync) be specified in the flags.... e.g. > > rsync --rsync-exclude=.snapshot -axvH /here /there > > In this way different invocations (e.g. system and
2017 Sep 27
3
Semi-OT: hardware: NVidia proprietary driver, C7.4
Hi, folks, Well, still more fun (for values of fun approaching zero): 1. Went to install CUDA 9.0... well, gee, there is *no* CUDA 9.0. Even though I installed the 9 repo, all that I get is 8. I've used their webform, and an waiting on a reply. 2. I remove all nvidia packages. 3. It appears that the kmod-nvidia is what I need; that's what nvidia-detect
2003 Sep 05
1
how to compile ssh with pam
Hello I am compiled openssh3.6.1p2 with PAM and using RSA Security (ACE) token. the command I used to compile ssh as follow: 1. ./configure --with-pam 2. make 3. make install After starting the sshd daemon, I authenticate using the command "ssh xxx.yyy.nih.gov" On the SecurID server I was watching the log monitor and I saw the following errors : "ACCESS DENIED, syntax
2011 Jul 22
3
VLAN's
Hi, I have a firewall running IPTABLES. I have tried to route sip traffic from my WAN(eth3) interface to a VLAN(eth2.2) interface, however the data will not route to the VLAN it keeps routing to the default interface(eth2). Does anyone have an idea as to what I need to look for? Regards Jennifer Botten ETECH Tel: +2787 150 5285 Fax: 086 638 2412 Mobile: +27 82
2012 Feb 07
1
.Random.seed not found
Hi All, I have a user who is receiving this error after running the following: library(rjags) library(R2jags) x = c(1.6907, 1.7242, 1.7552, 1.7842, 1.8113, 1.8369, 1.8610, 1.8839) n = c(59, 60, 62, 56, 63, 59, 62, 60) r = c(6, 13, 18, 28, 52, 53, 61, 60) N = 8 data=list("x","n","r","N") inits=function(){ list(alpha.star=0,beta=0) }
2007 Jan 25
1
poly(x) workaround when x has missing values
Often in practical situations a predictor has missing values, so that poly crashes. For instance: > x<-1:10 > y<- x - 3 * x^2 + rnorm(10)/3 > x[3]<-NA > lm( y ~ poly(x,2) ) Error in poly(x, 2) : missing values are not allowed in 'poly' > > lm( y ~ poly(x,2) , subset=!is.na(x)) # This does not help?!? Error in poly(x, 2) : missing values are not allowed in
2008 Jul 24
3
incrementing for loop by 2
Dear List-serv members: How can I structure a for loop so that it will increment the counter by two using R? I am just looking for a simple example that shows where the incrementing part should go. Thanks! Jennifer -- Jennifer Hayes Clark Assistant Professor Department of Political Science University of Houston Houston, TX 77204-3011 [[alternative HTML version deleted]]
2006 Mar 28
2
R crashes during 'eigen'
Hi all, Hi, When I want to compute the eigenvalues & eigenvectors of a specific matrix, R crashes (i.e. it stops responding to any input). I've tried it with different versions of R (2.1.1, 2.2.0, 2.2.1) - all with crashing as result. What I did before the crash was: M <- as.matrix(read.table("thematrix",header=T)) eigen(M) If, instead of eigen(M), I use eigen(M,
2004 Jul 20
1
Proposal: cache directory tagging convention
Hi rsync'ers, I'm soliciting feedback, discussion, and hopefully eventually support for a (currently very short and simple) proposal that would make it easier and more automatic for users to exclude from backups and other data transfers all the cache directories that various applications create and manage, such as Mozilla's web cache. The idea is simple: if applications that
2002 Dec 11
2
Installed New version of Samba for HPUX 2.2.7 - Winbi nd doesn't w ork
I am having the weirdest problems with this. when i run ./wbinfo -A userid%password, i get plaintext password auth failed and ./wbinfo -a userid%password, i get could not obtain winbind separator or domain name. i can't find anything wrong! -----Original Message----- From: Gareth Davies [mailto:gdavies@willowbrook.co.uk] Sent: Tuesday, December 10, 2002 11:19 AM To: Jennifer Fountain;
2008 Apr 24
2
inverse F distribution in R?
Dear all, I'm looking for a function that calls the inverse F-distribution. Something equivalent to FINV in matlab or excel. Does anyone know if such a function already exists for R? (I haven't been able to find one.) Thanks for any leads. Best, Jennifer
2013 Jul 09
1
[off topic] [research] Interviews for contributors over 50 for Oregon State University research
Hello, Researchers at Oregon State University are striving to conduct research to learn more about the free/open source software community landscape as it relates to older adults. We have identified you as a leader for a free/open source software community. If you?re interested, we will either do an in-person interview (if you are local to the Corvallis or Portland area), or an interview over the
2003 Sep 13
2
error from rsync2.5.6
Hi, I just compiled new release 2.5.6 rsync in solaris5.9 machines, and ran a rsync job,I got the following errors: rsync error: unexplained error (code 255) at main.c(620) Both source and destination servers are running 5.9, can you please tell me should I update anything in main.c file? Thanks, Jennifer
2002 Oct 06
1
Show stopper - 2nd cry for help
<Long Post, sorry!> Folks, I have a really nasty problem preventing me from migrating a bunch of NetWare 5 servers to Samba--attempts to copy large (> 2MB+) files to any samba share results in an error. To clarify what I mean by "error": 1. I attempt to copy, using explorer, a 2MB+ file to any samba share. 2. A 30 second or so pause occurs (copying this file to any other
2014 Jul 07
2
Dovecot Auth Tries Spam
Hello, i more and more become this messages in logs: Jul 6 20:43:56 ks3374456 dovecot: auth: Error: passwd-file(jean at proxy.silviosiefke.com,213.130.118.102): stat(/var/vmail/auth.d/proxy.silviosiefke.com/passwd) failed: No such file or directory Jul 6 21:35:32 ks3374456 dovecot: auth: Error: passwd-file(jennifer at proxy.silviosiefke.com,41.160.109.28):
2017 Sep 02
1
readLines() segfaults on large file & question on how to work around
Thank you for your suggestion. Unfortunately, while R doesn't segfault calling readr::read_file() on the test file I described, I get the error message: Error in read_file_(ds, locale) : negative length vectors are not allowed Jen On Sat, Sep 2, 2017 at 1:38 PM, Ista Zahn <istazahn at gmail.com> wrote: > As s work-around I suggest readr::read_file. > > --Ista > > >