similar to: Getting the minimum/maximum value of each row of a matrix

Displaying 20 results from an estimated 3000 matches similar to: "Getting the minimum/maximum value of each row of a matrix"

2010 Oct 20
1
Getting the size of text
Dear list I am interested n developing a graph using plot() and text() commands in which several text strings will be placed within the plot area I would like some way to get the size (width and height), either in pixels or using the plot's coordinate system, of text strings, based on the typeface/font size assigned for writing text in the plot area. Is therre function that can do this? I
2010 Oct 11
2
Trouble accessing cov function from stats library
Dear all I am trying to use the cov function in the stats library. I have no problem using this function from the console. However, in my R script I received a "function not found" message. Then I called stats::cov(...) and received an error message that the function was not exported. Then I tried stats:::cov (three colons) and received the error Error in get(name, envir =
2011 Apr 13
5
for loop performance
Dear list I am running some simulations in R involving reading in several hundred datasets, performing some statistics and outputting those statistics to file. I have noticed that it seems that the time it takes to process of a dataset (or, say, a set of 100 datasets) seems to take longer as the simulation progresses. Has anyone else noticed this? I am curious to know if this has to do with how R
2010 Nov 12
1
Problem retrieving data from R2InBUGS
Dear list I am calling the functiton bugs() provided by R2WinBugs to performs an IRT analysis. The function returns a set of estimated parameters over n replications/iterations. For each replication, two sets of person measures (theta1 and theta2) and two sets of item difficulty parameters (diff1 and diff2) are returned. The code used to obtain these estimates is as follows: sim <-
2010 Oct 07
1
Computing a Mantel-Haenszel chi-square using a continuous variable as the matching criterion
Dear list I would like to compute a Mantel-Haenszel chi-square in which the matching variable is a continuous variable. The MH chi-square is used to assess the relationship between two categorical variables at each level or strata defined by a third variable. Specifically I would like to know if there is a straightforward way to divide the matching variable into levels, in which each level has a
2014 Dec 29
2
samba_dlz Failed to configure reverse zone
Dear Rowland , Just keep in mind that the Debian RPI maintated by rasperry.org PI fellows and _not_ mainly by the Mainsteam debian pkg maintainers, and ways behind the main distro - allmost. > > Even though there is no mention of dlopen, samba_dlz works. > yes/no ->> its not displaying the DLZ file open <<- and that happen even on my now +1J old samba4.0 RPI samba4 ad.
2005 Sep 20
3
Centos 3 samba upgrade
I want to upgrade my samba installation from 3.0.9-1.3E.3 to 3.0.20 without breaking anything along the way :) Any suggestions about order of installation? It looks like I will have to nodeps at least some of the packages. I have everything working with our AD environment so I don't want to disturb it if possible. Thanks in advance, Chuck
2009 May 11
3
Asterisk w/ Nokia "e" Series Handsets
Anyone using Nokia "E" Series handsets with Asterisk? I'm trying to deploy some e71's and am having an issue. I can get a single handset working, but when I try to create a SIP profile on the second phone, it won't allow me to save the profile, saying that devices in the same "realm" must have identical username and password. Anyone have a workaround for this
2014 Dec 29
2
samba_dlz Failed to configure reverse zone
Hello , review bind9 options ... >> Dec 22 12:25:55 verdandi named[18534]: starting BIND 9.9.5-7-Debian -u >> bind -4 >> Dec 22 12:25:55 verdandi named[18534]: built with '--prefix=/usr' >> '--mandir=/usr/share/man' '--infodir=/usr/share/info' >> '--sysconfdir=/etc/bind' '--localstatedir=/var' '--enable-threads'
2014 Dec 29
5
samba_dlz Failed to configure reverse zone
Dear Roland, and here we have one reasons / prove regarding Debian and current Samba BIND DLZ issues : http://metadata.ftp-master.debian.org/changelogs//main/b/bind9/bind9_9.8.4.dfsg.P1-6+nmu2+deb7u3_changelog MSG >> " * disable dlz until we get a patch to make it build again" Well Debian Maintainers seems seeking missing the dlz patches that RHEL & SLES maintainers created
2006 Jan 10
3
Please help with samba 3.0.21a on AIX 5.3
I've tried building samba 3.0.20 and 21a without luck. I've tried binaries and they all give this error. I know I am missing something but nothing points to a solution. ../bin/smbstatus exec(): 0509-036 Cannot load program ../bin/smbstatus because of the following errors: 0509-130 Symbol resolution failed for /usr/lib/libc.a(posix_aio.o) because: 0509-136 Symbol
2007 Aug 27
3
OT: DELL Platforms
Hello list, I have a customer who is interested in standardizing on dell servers for asterisk deployments. Has anyone had success with a particular configuration? Anything specifically to watch out for? Thank you for your time, Art Arthur Miller Sr. Sales Associate VoIP Supply, LLC. 454 Sonwil Drive Buffalo, NY 14225 716-250-3871 OFFICE 716-630-1548 FAX arthur at
2014 Dec 30
2
samba_dlz Failed to configure reverse zone
Hello rowland, > > hang on a bit, the Debian link is for bind 9.8.x and the dlz reference > is for 9.8.1.dfsg-1. > I don?t recomend to use Bind 9.8.1 / 9.8.2 anymore - most distro use it but the shuold move due DLZ compile & bind bugs. and 9.8 soon goes on end of Life see https://kb.isc.org/article/AA-01211/81/BIND-9.8.8-Release-Notes.html > Rowland > This just
2011 Apr 04
1
MeetMe headache
Ok, I've been running applications on 1.4 for quite some time using meetme to hold a person, while the person on the other end of the call accepts, etc. I was playing status messages to the calling party using a context like this: [status-one-en] exten => 100,1,Playback(my_status_message) exten => 100,1,Hangup() and then creating a call file like this: Channel: Local/100 at
2006 Jun 15
3
Install R 2.3.1 on SUSE Linux
Hello: I am new to Linux, and I am trying to install R 2.3.1 on SUSE Linux 10.0. The RPM installer, YAST, states that I need libgfortran.so.0. I have loaded Intel FORTRAN and GCC FORTRAN; but I still do not have the libgfortran.so.0 module YAST is asking for. Is there somewhere I can get this module for SUSE Linux 10.0. There is a post on the R-Help for this same problem; but I cannot seem to
2006 Dec 21
1
multinom(nnet) analogy for biglm package?
I would like to perform a multinomial logistic regression on a large data set, but do not know how. I've only thought of a few possibilities and write to seek advice and guidance on them or deepening or expanding my search. On smaller data sets, I have successfully loaded the data and issued commands such as: length(levels(factor(data$response))) [1] 6 # implies polychotomy library(nnet)
2009 Jun 11
1
cisco MC3810 weirdness with asterisk
Has anyone here successfully gotten a cisco MC3810 talking with asterisk? I am getting the dreaded - Got SIP response 400 "Bad Request - 'Malformed/Missing URL'" back from xxx.xxx.xxx.xxx If you've gotten it to work you can feel free to email me off list. If your willing to share config's that also is a definate plus. Thanks, --Tammy
2006 Jul 10
1
R newbie
Hello, I am new to R and still feeling my way thru it. I am trying to plot the values from this file below on the X-axis of a plot. I have attached the graph to the email...the one i am trying to recreate. Exon start end 5'UTR 22540060 22540121 1 22540122 22540140 2 22540303 22540493 3 22541552 22541565 4 22542373 22542519 5 22544265 22544432 3'UTR 22544433 22544856 I would like to
2004 Jun 14
1
stalling during delta processing
I have a 29 Gig full backup on a remote server (lets call if fedor) that is called Kbup_1. I have a 1.3 Gig incremental backup on my local server. I have rsync 2.6.2 on both servers. Both are RedHat Linux 9.1 on i-686 hardware platforms. I issue the command "time rsync -avv --rsh=rsh --stats /test/Kibbutz/Kbup_1 fedor://test/Kibbutz". The synch takes ~5 minutes of real time and about
1998 Dec 07
3
How to sync /etc/smbpasswd with /etc/passwd ?
While we do sync our /etc/passwd whenever /etc/smbpasswd is changed via the Samba sync option that does not seem to be possible the other way round: I just want a /etc/smbpasswd generated from my /etc/passwd with the correct passwords as used for the UniX login... Is that possible ? Regards, -- /(__ __|\ Lars Steinke, Research Student @ ( \/ __)_