search for: insead

Displaying 20 results from an estimated 21 matches for "insead".

Did you mean: instead
2013 Mar 10
2
list + lapply insead of matrix + apply
I need to develop a simple list manipulation. Although it seems easier to do it in matrix form, but I need it in list form. I have a matrix x <- matrix(c(12.1, 3.44, 0.1, 3, 12, 33.1, 1.1, 23), nrow=2) for list form example, the conversion is x.list <- lapply(seq_len(nrow(x)), function(i) x[i,]) ### list version calcnorm=function(a, b){ diff <- mapply("-", a, b)
2001 Apr 26
1
How to change Graphics fonts
...fonts: go to r\rw1021\etc\ and edit devga, replacing the first font found with that which you want to use, ie. TT Courier New Benjamin Warr Research Associate to Prof. Ayres, Geostatistician, Environmental Scientist. Postal Address: Centre for the Management of Environmental Resources (CMER) INSEAD Boulevard de Constance, 77305 Fontainebleau Cedex, France Tel: 33 (0)1 60 72 4456 Fax: 33 (0)1 60 74 55 64 e-mail: benjamin.warr at insead.fr -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010426/a2c34ce2/attachm...
2008 May 02
1
axis 1 and axis 2 margin
...2,.....), there's a big margin between these two axis. does anybody have any idea about how to shrink the margin between these two axis. basically, I want to move axis 1 left so that when I plot axis 3, the margin between axis 1 and 2 and margin between axis 1 and 4 are the same. like this |__| insead of | __| . any help will be greatly appreciated. [[alternative HTML version deleted]]
2006 Mar 16
1
X broken after up2date
...ting this box in production and make a reboot I can't get into X anymore, my monitor shows a message "out of sync" and that's it. So I tried logging in via ssh to run 'setup' and to use the X setup program, but it doesn't want to start. So I changed /etc/inittab to 3 insead of 5 and rebooted again. Now running setup from the box itself still doesn't seem to work quite well. I only get the message probing and that's about it. The videcard or monitor are still working flawlessy because using a live CD with X isn't a problem. Any ideas what went wrong? Bec...
2011 Jul 07
1
Discussion on time series analysis and the use and misuse of Differencing
...ched a Makradakis paper which hammers Box-Jenkins approach to this problem of nonstationarity. I have also included a recent discussion from stackexchange which you might find even more interesting. http://stats.stackexchange.com/questions/12651/box-jenkins-model-selection/12662#12662 http://www.insead.edu/facultyresearch/research/doc.cfm?did=46900 ----- Tom Reilly www.autobox.com -- View this message in context: http://r.789695.n4.nabble.com/Discussion-on-time-series-analysis-and-the-use-and-misuse-of-Differencing-tp3652268p3652268.html Sent from the R help mailing list archive at Nabble.com.
2019 Aug 05
4
No dynamic dns updates if client ip changed
Hi, ? I've a problem with the dynamic dns updates. It seems they won't work. ? Most of my clients have a dynmaic IP so sometimes they change. If I do a ping to the name, it tries do ping the old ip insead of the changed new one. ? I tried a "samba_dnsupdate --verbose" and got a looking/checking output and at least a "No DNS updates needed". But the client still has the old dns-record ? We've changed our setup from winbind to sssd some month ago. I'm not sure if this was w...
2010 May 19
1
postfix+lda+ virtual users, confusion
I thought it would be nice to have vboxes insead of user logins ... Now I am confuesed and in trouble .. My server serves 2 domains so user1 at domain1.com is the same as user1 at domain2.org I've created the mail_location string with %n and static userdb with %n dovecot creates 2 mail user directories user1 at domain1.com user1 at d...
2013 Feb 25
1
samba + nfs locking doesn't work
...rom the same serverA (from clientA and from clientB) without nfs and now the locking works well (both from \\serverA\test) The strange thing is that on my company newtwork there are many old samba servers (samba 2.3) and they works well within nfs. The proper way to use samba like a cluser is DFS insead of NFS, but now I can not consider a migration or an upgrade to all the newtork, so the best way at the moment is to use nfs, like the prevoiis sysadmin did. Have you had experience about this strange case? Are there known bugs regarding the new samba versions + nfs ? -- Vincenzo De Sanctis
2020 Jun 01
0
[PATCH net-next v8 7/7] net: vhost: make busyloop_intr more accurate
...gt; > > > > > The patch uses vhost_has_work_pending() to check if > > > the specified handler is scheduled, because in the most case, > > > vhost_has_work() return true when other side handler is added > > > to worker list. Use the vhost_has_work_pending() insead of > > > vhost_has_work(). > > > > > > Topology: > > > [Host] ->linux bridge -> tap vhost-net ->[Guest] > > > > > > TCP_STREAM (netperf): > > > * Without the patch:? 38035.39 Mbps, 3.37 us mean latency > > > * With t...
2019 Aug 05
0
No dynamic dns updates if client ip changed
...ueller via samba wrote: > > Hi, > > > > I've a problem with the dynamic dns updates. It seems they > won't work. > > > > Most of my clients have a dynmaic IP so sometimes they > change. If I do a ping to the name, it tries do ping the old > ip insead of the changed new one. > > > > I tried a "samba_dnsupdate --verbose" and got a > looking/checking output and at least a "No DNS updates > needed". But the client still has the old dns-record > samba_dnsupdate has nothing to do with updating your client...
2009 Aug 08
2
Crashes and Performance Impact with 1.1.27
Hi there I build wine 1.1.27 from source as usual and noticed Fear2 doesnt run anymore, it freeze right at the start with a black screen and i'm unable to get any console output since it freeze the whole x session I have to ctrl+alt+backspace to kill the x server. I am on Fedora 11 x86_64, Nvidia Geforce 9800GTX+, 185.18.31 Driver. Moved back to 1.1.26 and it worked again. Any suggestions ?
2006 Oct 12
1
How to send correct Caller ID on PRI
...ityenable=yes in zapata.conf, but it still didn't > work for > caller name. > > Searched google and found out that when Asterisk is configured > as switchtype > National with signalling pri_net, it does not send the Display > informationin the Facility message. Asterisk insead puts the > Caller Name in the Display > IE. > > In my case signalling is set as pri_cpe but still caller name > doesn't go > through. Only Caller ID goes. > > PRI provider has confirmed that they are not blocking it. > > Any ideas how to fix this problem? >...
2018 Feb 12
2
User manipulation of tty mode opcodes / IUTF8 incompatibilities
On Sun, Feb 11, 2018 at 11:27 PM, Darren Tucker <dtucker at dtucker.net> wrote: > Sigh. If you could provide the server's identity string (eg from "ssh > -v yourthing") we could add a bug bit to stop it from being sent. $ ssh -v nathan at 10.0.0.1 OpenSSH_7.4p1, LibreSSL 2.5.0 [snip] debug1: Local version string SSH-2.0-OpenSSH_7.4 debug1: Remote protocol version
2009 Dec 03
2
Active Directory DNS Registration
Hi, I'm using a domain where the DNS is hosted by a couple of domain controllers on the network, outside of my control. I do have ability to work with group policy and active directory users and computers. I was able to join a samba/linux computer to the domain using 'net rpc join -S <IP of local DC/DNS server>'. This caused an entry for the computer to show up in Active
2002 Jan 30
5
multiple series on same graph
I'm trying to duplicate some graphs from powerpoint in R package. One of things I'm having trouble with is I don't understand how to use the points command to create different sets of points with different color and marking attributes, and a legend on the graph. Where should I look? I can't seem to find an example of two different sets of data on the same graph.
2008 Jan 23
7
generate with spaces?
Hi, I''ve been using puppet for about a week and a half now, and it''s definitely making my life a lot easier. I''m using 0.24.1 and I''ve run into a small snag. I''m trying to write some code to make sure user home directories exist for users in LDAP. I''m trying to get their uid, gid and home directory from getent with something like: $uid =
2006 Apr 13
2
Legacy database with varchar2 primary key?
I rememeber seeing an article about how to cope with legacy databases where the primary key is defined as VARCHAR2. I only want read-access to the data. Does anyone have a link to such an article? Or can give advice? -- Posted via http://www.ruby-forum.com/.
2006 Jan 11
0
Limit attributes written out by to_yaml
I want to write out a series of records to a text file so that I can quickly edit them and then upload then again into the database. To do this I am using YAML and some code that looks like this: item = Item.find 153 File.open( ''item.yaml'', ''w'' ) do |out| YAML.dump( item, out ) end This dumps out all the field names and values which are stored in the
2001 Jul 19
1
partial least squares
Hi does anyone have any experience of partial least squares in R (preferably PLS-2). I do not think there is a package, at least not one pre-complied for Windows. If anyone has noticed code anywhere, a template for the algorithm that I could then develop in R or have any experience they want to share could they please let me know. Benjamin Warr -------------- next part -------------- An HTML
2003 Jul 30
0
convergence diagnostic test in R
Hello, I am trying to perform a diagnostic test using BOA in R. I get the following error message for Heidelberger and Welch test. ----- Error in if (I[i] < 0.46) { : missing value where logical needed ---- I am new to this environment, but I suspect this might be a bug. Does anyone have an idea? Thanks very much in advance. Best regards, evrim [[alternative HTML version deleted]]