similar to: plotting density in same plot in loop iteration

Displaying 20 results from an estimated 200 matches similar to: "plotting density in same plot in loop iteration"

2010 Mar 30
2
simple loop iteration
Hi R mailing list, probably a very basic problem here, I try to do the following: > Q<-c(1,2,3) > P<-c(4,5,6) > A<- data.frame(Q,P) > A Q P 1 1 4 2 2 5 3 3 6 this is my simplified data.frame (matrix) now I try to create following loop for subtraction of element within the data.frame: > for(i in length(A[,"P"]-1){ delta[i]<-
2011 Jun 30
1
Error "singular gradient matrix at initial parameter estimates" in nls
Greetings, I am struggling a bit with a non-linear regression. The problem is described below with the known values r and D inidcated. I tried to alter the start values but get always following error message: Error in nlsModel(formula, mf, start, wts): singular gradient matrix at initial parameter estimates Calls: nls -> switch -> nlsModel I might be missing something with regard to the
2010 Sep 29
1
Fitting a half-ellipse curve
Dear mailing list, I have following array: X2 Y2 [1,] 422.7900 6.0 [2,] 469.8007 10.5 [3,] 483.9428 11.0 [4,] 532.4917 25.5 [5,] 596.1942 33.5 [6,] 630.8496 40.5 [7,] 733.2996 45.0 [8,] 946.4779 32.0 [9,] 996.8068 35.5 [10,] 1074.3310 23.0 I do afterwards the following: plot.new() plot.window(xlim=c(min(X1)-50,max(X1)+50),
2010 May 20
1
sqldf: issues with natural joins
Hello, I'm having trouble discovering what's going wrong with my use of natural joins via sqldf. Following the instructions under 4i at http://code.google.com/p/sqldf/, which discusses creating indices to speed joins, I have been only unreliably able to get natural joins to work. For example, > Tid <- c('AES 01-01-02 10:58:00', 'AES 01-01-02 11:53:00', 'AES
2013 Nov 20
1
Binomial GLM in Stata and R
Hello, I'm not a Stata user so I'm trying to reproduce Stata results that are given to me in R. I would like to use a GLM with a complementary log-log function. The stata code I have is: glm c IndA fia, family(binomial s) link(cloglog) offset(offset) The R code is: glmt <- glm(data=dataset, c ~ IndA + fia, offset = offset, family = binomial(link = cloglog)) Which yields
2016 May 30
1
Samba4 support qmail and asterisk (Jules Houantonon)
Hello Jules. All you have to do is extend the Active Directory Schema with the attributes you need for your Qmail, and change the configuration in /var/qmail/control of all the ldap* files that are needed to connect to LDAP/AD. Regards. -- Indalecio Agudo Director Tecnico Modemn.A System, S.L. RedHat RHCSA #100-152-610 RedHat RHCT #605009255528337 Linux Reg. User: 52850 IEEE Computer
2003 Jun 15
1
Samba on A SGI Indy Cyclone IRIX system???
Hi there: We have recently inherited a circa 1996 SGI Indy Colorbus Cyclone running on Irix. Our intention is to use this unit to drive our Canon CLC900 Scanner Copier and make it accessible to our Windows Network. At the moment, our Windows Network does not "see" the Cyclone & vice versa. I have read that installing some kind of Windows Samba client onto our windows
2011 Jan 25
0
Map an Area to another
Dear All, I would like to ask you help with the following: Assume that I have an area of 36 cells (or sub-areas) sr<-matrix(data=seq(from=1,to=36),nrow=6,ncol=6,byrow=TRUE) > sr [,1] [,2] [,3] [,4] [,5] [,6] [1,] 1 2 3 4 5 6 [2,] 7 8 9 10 11 12 [3,] 13 14 15 16 17 18 [4,] 19 20 21 22 23 24 [5,] 25 26 27 28 29 30 [6,]
2019 Jul 26
2
Doing weird bouncing of IAX trunk calls on purpose
Ok, so this might seem weird, but hang with me on this. I have two sites, Indy and Lafayette that each have their own Asterisk server. They each have their own outside PRI line. They are also trunked internally via and IAX tunnel over a private fiber line. I've recently been asked to have the calls incoming to Indy, forwarded to a group in Lafayette (only during the day, so can't be
2017 Jun 01
1
Restore a node in a replicating Gluster setup after data loss
Hi We have a Replica 2 + Arbiter Gluster setup with 3 nodes Server1, Server2 and Server3 where Server3 is the Arbiter node. There are several Gluster volumes ontop of that setup. They all look a bit like this: gluster volume info gv-tier1-vm-01 [...] Number of Bricks: 1 x (2 + 1) = 3 [...] Bricks: Brick1: Server1:/var/data/lv-vm-01 Brick2: Server2:/var/data/lv-vm-01 Brick3:
2000 May 27
1
Samba Compile Problems on Indy
Hello, ** Please reply direct to ian@ichilton.co.uk as I am only subscribed to the list in digest mode ** I am trying to compile Samba 2.0.7 on my SGI Indy running IRIX 6.5 I did a: ./configure --with-smbmount (I want smbmount) then, after an hour compiling, it gave this: Compiling client/smbmount.c client/smbmount.c:27: asm/types.h: No such file or directory client/smbmount.c:28:
2009 Mar 31
1
Memory Leak when using winsock.shutdown ?
I'm using Wine 1.0 on Puppy Linux 3.01 I wrote an application with a http-server and a socket-server for windows and I like to use this on linux. (Delphi with Indy components) My application works fine on windows without any memory leak. But running with wine the VmRSS-value is permanently increased. I use following bash-script to check this: Code: while true; do cat
2009 Jun 06
1
Memory Leak when using winsock.shutdown ?
I'm using Wine 1.1.18 on Puppy Linux 3.01 I wrote an application with a http-server and a socket-server for windows and I like to use this on linux. (Delphi with Indy components) My application works fine on windows without any memory leak. But running with wine the VmRSS-value is continual increased. I use following bash-script to check this: Code: while true; do cat
2011 Jun 09
0
NTLM auth fails after upgrade to centos 5.6
Hi, I upgraded a working centos5.5 with squid using ntlm auth to centos 5.6 today. After doing so squid failed to authenticate. Downgrading samba3x to samba3x-3.3.8-0.52.el5_5.2 got things working again. In the squid config I have, auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp in the squid config and this was working until the upgrade. testparm shows no errors
2007 Apr 24
2
OT: Tux500 Linux Marketing Program
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I found this on my Newsforge newsletter this morning. A group has put together a marketing program attempting to get some cash together for Linux to get a sponsorship sticker on an Indy 500 car. CentOS is on the list of folks who have contributed. Only $25 so far. http://tux500.com/stats.php - Contributor list I thought it was a neat idea, plus it
1999 Jan 04
0
SAMBA digest 1925
samba@samba.org schrieb: > SAMBA Digest 1925 > > For information on unsubscribing see http://samba.org/listproc/ > Topics covered in this issue include: > > 1) UNIX to PC > by Shaun Lennox <shaun@countyfair.co.za> > 2) Connect to exported filesystem from NT via a net use cmd > by "Xia Tian"
1999 Jan 04
0
SAMBA digest 1929
samba@samba.org schrieb: > SAMBA Digest 1929 > > For information on unsubscribing see http://samba.org/listproc/ > Topics covered in this issue include: > > 1) samba-2.0.0beta4 > by xuwenwei@163.net > 2) Re: SAMBA digest 1924 > by Rudolf Spreckels <Rudolf.Spreckels@mh-media.de> > 3) Problems connecting over
2003 Mar 17
2
Single shared directory, with a universal password
Hello, I am using Samba "Version 2.2.3a-12 for Debian" on a Debian 3.0 system. I have looked at lots of Samba documentation and have not been able to find anything explaining what I need. I want to create a single directory on my Samba server that is ok for any user (e.g. 'guest ok = yes'), but is password protected. Meaning, I want a share that any user can access as long as
2011 Jan 26
0
Fwd: MAtrix addressing
Begin forwarded message: > From: David Winsemius <dwinsemius at comcast.net> > Date: January 26, 2011 8:32:30 AM EST > To: Alaios <alaios at yahoo.com> > Subject: Re: [R] MAtrix addressing > > > On Jan 26, 2011, at 7:58 AM, Alaios wrote: > >> Unfortunately right now is convoluted... by I was trying to find >> some solution. >> Bring again
2003 Sep 24
1
IRIX 5.3 permanently_set_uid problem
Hello, I have tried running OpenSSH 3.7.1p2 on an Indy running IRIX 5.3. It compiled and installed without any problems. However, I get the fatal error, which originates from uidswap.c in function permanently_set_uid(): fatal: permanently_set_uid: was able to restore old [e]uid This happens even if "UsePrivilegeSeparation no" is used in sshd_config. It seems to be a problem