Displaying 6 results from an estimated 6 matches for "avods".
Did you mean:
avoids
2003 Nov 20
0
Avoding scoping problems with model fit objects
A week or so ago we had a query as to why an example not unlike
foo <- c(1,1,0,0,1,1)
rep <- 1:6
m <- multinom(foo ~ rep)
summary(m)
failed. There was little special about multinom here, as
m <- lm(foo ~ rep, model=FALSE)
model.matrix(m)
also failed. In tracking this down a couple of lessons have emerged.
There is a useful paper on `non-standard evaluation' by
2005 Jan 26
3
Still avoiding loops
Dear all,
I have a matrix X with 47 lines and say 500 columns - values are in {0,1}.
I'd like to compare lines.
For that, I first did:
for (i in 1:(dim(X)[1]-1))
for (j in (i+1):dim(X)[1]) {
Y <- X[i,]+Y[j,]
etc.
but, since it takes a long time, I would prefer avoding loops;
for that, my first idea was to add this matrix:
X1=X[,rep(1:46,46:1)]
to this one:
res=NULL
for (i in
2007 Apr 30
0
Segfaults in 1.2.18
Hi,
I have upgraded two production Asterisk servers to 1.2.18
from 1.2.17 in response to the security alert on April the 25th. Since
the upgrade one server has seg faulted 4 times and the other 2, nothing
else has changed on the two servers in the recent past. I use the
safe_asterisk script so have core dumps from all the seg faults but
running the backtrace only yeilds"unresolved
2014 Feb 13
1
[Bug 10445] New: flag to suppress link_stat error messages
...a cron. This causes cron to periodically
mail admins with the above errors. The option to divert this to /dev/null is
dangerous, as it would lose other error messages which ARE actually useful,
such as failures to reach the backup server.
A command line argument such as --ignore-missing-files that avods this type of
errors (link_stat) would do great.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
2001 Apr 06
3
SFTP client script broken after OpenSSH 2.5.1p1 to 2.5.2p2-1
Hello friends,
I have a script that uses the sftp client to transfer a file to another
server using PK authentication. It was working until I upgraded from
OpenSSH 2.5.1p1 to 2.5.2p2-1 yesterday (on a RH Linux 6.2 system). The sftp
command is:
sftp -o "IdentityFile ~/.ssh/id_dsa" \
$PUSERNAME@$PSERVER >$TEMPFILE 2>&1 <<-!
cd $PDIR
put $DOC_ARCHIVE
ls
quit
!
2016 Dec 21
1
different compilers and mzR build fails
I do this on a vanilla-clean R installation, simply:
> biocLite("mzR")
it pulls some deps in which compile fine, only mzR fails.
... meanwhile...
I grabbed devtools and comiled github master - still fails.
Should I attach build log? One should not send attachments
to the list.. I don't suppose?
On 21/12/16 17:06, Martin Morgan wrote:
> mzR is a Bioconductor package, so