search for: bel

Displaying 20 results from an estimated 126 matches for "bel".

Did you mean: be
2009 Apr 18
5
Dummy (factor) based on a pair of variables
Dear All! my data is on pairs of countries, i and j, e.g.: y,i,j 1,AUT,BEL 2,AUT,GER 3,BEL,GER I would like to create a dummy (indicator) variable for use in regression (using factor?), such that it takes the value of 1 if the country is in the pair (i.e. EITHER an i-country OR an j-country). Thank you for your help, Serguei ________________________________________ Aust...
2008 Feb 20
1
sambaPwdMustChange attribute didn't get updated (3.0.27a)
...at first login, the sambaPwdMustChange Attribute didn't update. slapd.conf digest ---------------------------------------------------------------------------------- access to attrs=userPassword,sambaNTPassword,sambaLMPassword,sambaPwdLastSet,sambaPwdMustChange by dn="cn=samba,ou=DSA,dc=bel-gmbh,dc=lan" write by dn="cn=smbldap-tools,ou=DSA,dc=bel-gmbh,dc=lan" write by dn="cn=nssldap,ou=DSA,dc=bel-gmbh,dc=lan" write by self write by anonymous auth by * none access to attrs=objectClass,entry,homeDirectory,uid,uidNumber,gidNumber,memberUid by dn="cn=...
2009 Jun 26
3
Compute correlation matrix for panel data with specific ordering
Hello All, I have a panel date - here a small-scale example: df <- data.frame(cbind(rep(c("AUT","BEL","DEN","GER"),4),cbind(rep(c(1999,2000,2001,2002),4)),sample(10,16,replace=T))) names(df) <- c("country","year","x") SORT <- c("GER","BEL","DEN","AUT") I need to compute the correlation between co...
2011 Jan 25
2
ggplot geom_boxplot and stat_smooth
...1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 6L, 6L, 6L, 7L, 7L, 7L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 6L, 6L, 6L, 6L, 7L, 7L, 7L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 6L, 6L, 6L, 6L, 7L, 7L, 7L), .Label = c("(189,196]", "(196,202]", "(202,208]", "(208,215]", "(215,221]", "(221,227]", "(227,234]"), class = "factor"), bel = c(99.28, 99.29, 99.25, 98.13, 99.51, 99.21, 99.09, 97.84, 98.97, 98.48, 98.64, 98.09, 98.44,...
2002 Jul 03
2
Adding text to a plot
...second line depends on the scale of the y-axis. Is there a solution to put the lines in the upper right corner, independent of the y-scale? # Question 2 My data.frame looks like: > u country gdp50 w5073 1.AUS AUS 77.15967 2.1708460 1.AUT AUT 74.06830 1.8691745 1.BEL BEL 77.87497 1.7547546 1.CAN CAN 87.07300 1.3649655 [...] To add labels on points in a plot I call: text(x=u[,2]+chw, y=u[,3], labels=levels(u[,1]), adj=0 ) How can I label only the datapoints for 'CAN' and 'AUS'? Thanks for any help Patrick ------------- Patrick H...
2002 Jun 28
1
Transpose a dataframe
Hello, I would like to switch this dataframe: > k country 1960 1961 1962 1963 99 ARG 7493 7733 7581 7108 246 AUS 10484 10342 10809 11357 295 AUT 7438 7808 7938 8212 393 BDI 587 502 555 608 442 BEL 8223 8638 9021 9311 in this structure: year ARG AUS AUT BDI BEL 1960 7493 10484 7438 587 8223 1961 7733 10342 7808 502 8638 1962 7581 10809 7938 555 9021 1963 7108 11357 8212 608 9311 I'm trying the 'reshape' and 't' command, but still failed. Thanks for any help, Patric...
2007 Nov 28
1
Order observations in a dataframe
Dear All, Suppose I have the following dataframe: country;weight;group bul;10;1 cze;12;1 grc;12;1 hun;12;1 prt;12;1 rom14;1 fra;29;2 ita;29;2 gbr;29;2 aut;10;3 bel;12;3 The "group" variable denotes the id-number of a group of countries. How can I re-label the groups in the descending order of their cumulative "weight", which wound be: country;weight;group fra;29;1 ita;29;1 gbr;29;1 bul;10;2 cze;12;2 grc;12;2 hun;12;2 prt;12;2 rom14;2 aut...
2007 Feb 16
3
Probelm with some smtp MTAs
I am getting large numbers of these types of messages in my maillog files: somehost.hotmail.com [65.54.246.97] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA on both of our external machines beginning on the same date. These hosts sit on different netblocks and on both machines the sendmail.cf files date from Jan 09, 2007. The last successfull connection from any hotmail acocunt
2017 Jan 25
2
Got stuck with PC-rel branching
...to find what's going on. The thing that dumbfolded me a couple of times was that the error was thrown in one of the MCAssembler methods, but never in applyFixup() itself. On Thu, Jan 19, 2017 at 8:46 PM, Friedman, Eli <efriedma at codeaurora.org> wrote: > On 1/19/2017 10:21 AM, Peter Bel wrote: > >> Hi, >> >> For the function call - yes, probably. But what about branching inside >> one function (standard if-then for example)? >> >> For example: >> echo "int g() { int a = 1; if (a > 3) return 1; return 0; }" | clang -x c >...
2017 Mar 22
3
REG_SEQUENCE use question
Hi all, Can someone please explain me how to use REG_SEQUENCE in tablegen? The arch i'm writing backend for has 32-bit regs, and it has a couple of 64-bit load/store instructions which use two neighboring regs at once, which i'm trying to employ using virtual regs with subs. For example, it I want to move one 64-bit virtual reg to another, I'm trying to use the following pattern:
2012 Apr 22
10
Assignment problems
The text below is a part of, some work I have to do, which is due in 2 days and I am strung up with a lot of other stuff, so I was hoping someone would take 5 mins and help me ?? Here is a part of my data.frame: year country1 country2 contig comlang pop1 gdp1 pop2 gdp2 rta...
2017 Jan 19
2
Got stuck with PC-rel branching
...or example)? For example: echo "int g() { int a = 1; if (a > 3) return 1; return 0; }" | clang -x c - -o /tmp/a.o -c && objdump -d /tmp/a.o Thanks, Petr On Thu, Jan 19, 2017 at 8:06 PM, Friedman, Eli <efriedma at codeaurora.org> wrote: > On 1/19/2017 9:11 AM, Peter Bel via llvm-dev wrote: > > Hi all, > > > > I'm trying to make an LLVM backend for the Adapteva's Epiphany E16 CPU > (used in Parallella board), using CPU0 and some other backends as examples, > and I've got stuck with branching. > > When I'm printing out a...
2005 Jan 01
1
extlinux probs
...-2.6.8-1-386 vmlinuz-2.6.8-1-386 [root at harpo t1]# mkdir boot/extlinux [root at harpo t1]# cd boot/extlinux/ [root at harpo extlinux]# ln ../initrd.img-2.6.8-1-386 . [root at harpo extlinux]# ln ../vmlinuz-2.6.8-1-386 . [root at harpo extlinux]# ln ../System.map-2.6.8-1-386 . my extlinux.conf LABEL nomad KERNEL vmlinuz-2.6.8-1-386 APPEND initrd=initrd.img-2.6.8-1-386 ro root=/dev/sda1 the actual install: cd ~jimc/syslinux/syslinux-3.00 extlinux/extlinux /mnt/t1/boot/extlinux /mnt/t1/boot/extlinux is device /dev/sda1 just to see options: extlinux/extlinux -? extlinux/ex...
2017 Jul 19
3
Problem in shiny writing a .txt file
Hi all! I'm developing a shiny app and I have problems when I wanna write a .txt file. First of all, I change the directory in order to work in a temporal one: wd <- tempdir() setwd( wd ) res.path <- paste0( wd, "/OUT/" ) dir.create( res.path ) Just before calling the function that fails, I remove, if exist, the old files of the directory: file.remove( paste0(
2012 Jan 07
3
How can I have a defined resource depend on a resource that is not in the global scope?
I am working on this module: https://github.com/belminf/puppet-iptables I have this defined resource: define iptables::hole ($proto=''tcp'', $port, $source=undef) { firewall { "100 input: $name": chain => ''INPUT'', proto => $proto, dport => $port, source => $source,...
1999 Nov 12
1
[RHSA-1999:054-01] Security problems in bind (fwd)
Woops... this didn't show up here but it did on BugTraq. Questions answered! -- Chuck Mead, CTO, MoonGroup Consulting, Inc. <http://moongroup.com> Mail problems? Send "s-u-b-s-c-r-i-b-e mailhelp" (no quotes and no hyphens) in the body of a message to mailhelp-request@moongroup.com. Public key available at: wwwkeys.us.pgp.net ----------
2004 Jun 30
2
Question about mesurating time
Hello , Is there any function to mesurate the duration of a procedure (like tic and toc in matlab) ? Tic Source("procedure.R") Toc (toc is the duration between the execution of tic and the execution of toc) Thank you nicolas [[alternative HTML version deleted]]
2008 Jan 14
2
Permutations of variables in a dataframe
...chieve this? I produce the permutations using: nvar <- ncol(dat) - 1 perms <- as.matrix( expand.grid(rep( list(1:0) , nvar ))[ , nvar:1] ) Thanks in advance Serguei Test-dataframe, comma-delimited: code,wav,w,area,gdp,def,pop,coast,milspend,agr aut,5,10,83.87,26.39,-1.29,8.07,0,0.72,1.81 bel,1,12,30.53,24.87,-0.28,10.29,0.07,1.29,1.09 bul,7,10,110.91,2.14,1.22,8.03,0.35,1.46,10.88 cyp,6,4,9.25,14.65,-3.26,0.7,0.65,2.11,3.2 cze,6,12,78.87,6.88,-4.44,10.26,0,2,3.19 dnk,2,7,43.09,32.75,2.05,5.34,7.31,1.53,1.98 est,6,4,45.23,5.15,0.82,1.38,3.79,1.58,3.91 fin,5,7,338.15,25.5,3.52,5.18,1.25,...
2012 Jun 04
1
hi
...The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Bharat Electronics or support@bel.co.in immediately and destroy all copies of this message and any attachments.
2013 Oct 21
0
tr: Aggregate values in one dataframe into a list of vectors of different sieze
I just found out what I was looking for, aggregate did the trick: AggregatedList <- aggregate(data = Sample, Value ~ Name, list) Hope this will help someone else! Sartene Bel > Message du 21/10/13 ? 16h29 > De : sartene at voila.fr > A : r-help at r-project.org > Copie ? : > Objet : Aggregate values in one dataframe into a list of vectors of different sieze > > Hi everyone, > > I have a data frame that is quite huge (dozens of millions of...