search for: ucl

Displaying 20 results from an estimated 1288 matches for "ucl".

Did you mean: cl
2006 Jun 06
2
error bars in lattice xyplot *with groups*
...he "groups" setting is enabled in xyplot (i.e. multiple lines). To illustrate this, consider the singer data generated by the above linked solution previously submitted: ##################### library(lattice) singer.split <- with(singer, split(height, voice.part)) singer.ucl <- sapply(singer.split, function(x) { st <- boxplot.stats(x) c(st$stats[3], st$conf) }) singer.ucl <- as.data.frame(t(singer.ucl)) names(singer.ucl) <- c("median", "lower", "upper") singer.ucl$voice.p...
2006 Oct 12
2
adding error bars to lattice plots
...quot;) panel.arrows(lx, y, ux, y, col = 'black', length = 0.25, unit = "native", angle = 90, code = 3) panel.xyplot(x, y, pch = pch, ...) } singer.split <- with(singer, split(height, voice.part)) singer.ucl <- sapply(singer.split, function(x) { st <- boxplot.stats(x) c(st$stats[3], st$conf) }) singer.ucl <- as.data.frame(t(singer.ucl)) names(singer.ucl) <- c("median", "lower", "upper") singer.ucl$vo...
2004 Aug 20
0
Fedora Core2 / Samba / Ldap / smbldap-tools - No account in Domain.
.../etc/samba/smb.conf : [global] netbios name = BURY log file = /var/log/samba/%m.log load printers = yes socket address = xxx.xxx.xxx.xxx socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 #LDAP passdb backend = ldapsam:ldap://server.adastral.ucl.ac.uk idmap backend = ldap:ldap://server.adastral.ucl.ac.uk passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully* ldap delete dn = Yes add user script = /usr/local/sbin/smbldap-useradd -m "%u"...
2008 Jun 13
3
cluster.stats
Dear list, I just tried to use the function cluster.stat in the package fpc. I just have a couple of questions about the syntax: cluster.stats(d,clustering,alt.clustering=NULL, silhouette=TRUE,G2=FALSE,G3=FALSE) 1) the distance object (d) is an object obtained by the function dist() on my own original matrix? 2) clustering is the clusters vector as result of one of the many clustering methods?
2006 Jul 12
12
pass hash as parameter
...uot; } How can I pass that with my request? Is it possible to pass nested hash''es to? Right now, url_for :action => :test, test doesn''t seem to work. Thank you, -- ---------------------------------------------------------------------- Yannick Majoros http://www.inma.ucl.ac.be/~majoros Informaticien UCL/INMA-MEMA 4, avenue G. Lema?tre B-1348 Louvain-la-Neuve Tel: +32-10-47.80.10 Fax: +32-10-47.21.80 ---------------------------------------------------------------------- Mon calendrier en ligne : http://www.inma.ucl.ac.be/~majoros/calendar Accents bizarres ? http://w...
2015 Sep 03
1
Failed to join domain: failed to find DC for administrator@XYZ
...but now I have problems re-joining the samba box to the new AD. It looks like a DNS issue but I am unable to understand why. After the ire-install, I got a new Kerberos ticket with no problem: [root at gouda ~]# klist Ticket cache: FILE:/tmp/krb5cc_0 Default principal: administrator at TESTAD.BIO.UCL.AC.UK Valid starting Expires Service principal 03/09/2015 10:12:56 03/09/2015 10:22:53 krbtgt/TESTAD.BIO.UCL.AC.UK at TESTAD.BIO.UCL.AC.UK ------------------------------------------- Then I tried to join samba to the new AD: [root at gouda ~]# net ads join administrator at TE...
2006 Jun 01
9
access model from controller
...d. In this method, I would like to, say, list all Test objects (but it could be another model if called from another subclass). How could I know that the current model is Test? Thank you, -- ---------------------------------------------------------------------- Yannick Majoros http://www.inma.ucl.ac.be/~majoros Informaticien UCL/INMA-MEMA 4, avenue G. Lema?tre B-1348 Louvain-la-Neuve Belgium Tel: +32-10-47.80.10 Fax: +32-10-47.21.80 Si vous avez des probl?mes pour afficher ce message (accents qui ne passent pas, signature ?lectronique, ...) votre syst?me de mail n''est pas conforme...
2019 Jun 28
1
tools::package_native_routine_registration_skeleton?
...export. So cat(ls("package:quantreg"), sep = ", ") will print the list in a form suitable for including in the export() directive in your NAMESPACE file. Just delete the names that are meant for internal use only. Duncan Murdoch > > Roger Koenker > r.koenker at ucl.ac.uk<mailto:r.koenker at ucl.ac.uk> > Department of Economics, UCL > London WC1H 0AX. > > > On Jun 28, 2019, at 11:23 AM, Georgi Boshnakov <georgi.boshnakov at manchester.ac.uk<mailto:georgi.boshnakov at manchester.ac.uk>> wrote: > > ... reports that the...
2005 Jul 28
1
conversion from SAS
...ParameterEstimates=parmest LSmeans=lsmeans; run;*/ proc glm data=sort_dataset; class year month; model chla=/solution; by station; weight w_chla; where bloom=0; output out=chla_res predicted=pred student=studres cookd=cookd daynumber<-data$date-mdy(1,1,y)+1 rstudent=rstudent ucl=ucl lcl=lcl / alpha=0.02; * lsmeans year / at (cos1 sin1)=(0 0); * ODS output ParameterEstimates=parmest LSmeans=lsmeans; run; quit; data sort_dataset; set chla_res; increase=ucl-pred; if chla>UCL then bloom=1; w_chla=1/(50+5*pred*pred); %if &last=0 %then %do; drop ucl lcl...
2019 Jun 28
2
tools::package_native_routine_registration_skeleton?
...ing is that R CMD check now reports that the fortran names of all the registered fortran functions are ?undocumented objects?. Can someone point me to the officially sanctioned way to deal with this: presumably I don?t need to document them as if they were R functions. Roger Koenker r.koenker at ucl.ac.uk<mailto:r.koenker at ucl.ac.uk> Department of Economics, UCL London WC1H 0AX. [[alternative HTML version deleted]] ------------------------------ Subject: Digest Footer _______________________________________________ R-devel at r-project.org mailing list DIGESTED https://stat....
2009 Dec 31
1
data corruption in samba 3.4.3 ?
...er. If I am using samba-3.3.9 and perform the same operation everything works great. To dump the vm's from Xen I mount a samba share from the domU OS. I use the following xen commands to dump the vm mount -t cifs //172.27.1.100/xenBackups /mnt -o username=sdrinkwater,pass=somepass,dom=ad.pa-ucl.com xe vm-snapshot vm=guest_name new-name-label=backup_vm xe template-param-set is-a-template=false uuid=snapshotUUID xe vm-export vm=snapshotUUID filename=exportfilename.xva xe vm-uninstall uuid=snapshotUUID force=true umount /mnt Has anyone else experienced this ?? My info is as follows XenSer...
2010 Jan 19
5
OT: Software for specific visualisation of data...ideas?
...e pdf can be generated in a specific software application for example? Any suggestions would be most gratefully received by the student concerned. Many thanks, G -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Dr. Gavin Simpson [t] +44 (0)20 7679 0522 ECRC, UCL Geography, [f] +44 (0)20 7679 0565 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street, London [w] http://www.ucl.ac.uk/~ucfagls/ UK. WC1E 6BT. [w] http://www.freshwaters.org.uk %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~...
2010 Feb 20
3
Error Bars in lattice- barcharts
...ux <- as.numeric(ux[subscripts]) panel.arrows(x, ly, x, uy, col = 'black', length = 0.25, unit = "native", angle = 90, code = 3) panel.barchart(x, y, pch = pch, ...) } se <-function(x) sqrt(var(x)/length(x)) err.ucl <- sapply(err.split, function(x) { st <- boxplot.stats(x) c(mean(x), mean(x) + se(x), mean(x) -se(x)) }) err.ucl <- as.data.frame(t(err.ucl)) names(err.ucl) <- c("mean", "upper.se", "lower.se") err....
2004 Sep 02
0
Samba / LDAP no account in domain
...indows 2003 server for this site. Can anyone see what stupid mistake I have made ? (Apart from considering W 2003!) Samba versions tried : 3.0.2 / 3.0.4 / 3.0.6 OS tried : Redhat 9 / Fedora Core 2 Openldap : 2.1.29-1 smbldaptools : 0.8.5 smb.conf : passdb backend = ldapsam:ldap://ldap2.adastral.ucl.ac.uk idmap backend = ldap:ldap://ldap2.adastral.ucl.ac.uk passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully* ldap delete dn = Yes add user script = /usr/local/sbin/smbldap-useradd -m "%u" add machine script = /usr/local...
2006 Jul 05
19
associations question
...#39;t know the name of the method I''m currently in. Hope this is somewhat clear ;-) So, my question is: how should I do that without writing a lot of redundant code? Thank you, -- ---------------------------------------------------------------------- Yannick Majoros http://www.inma.ucl.ac.be/~majoros Informaticien UCL/INMA-MEMA 4, avenue G. Lema?tre B-1348 Louvain-la-Neuve Tel: +32-10-47.80.10 Fax: +32-10-47.21.80 ---------------------------------------------------------------------- Mon calendrier en ligne : http://www.inma.ucl.ac.be/~majoros/calendar Accents bizarres ? http://w...
2007 Sep 11
6
xyplot question
I have the code below and it works fine if I print the xyplot but if I take the print out, then I just get a blank pdf. The same holds if I just send the plot to the console without the print ( I get nothing ). My question is whether this is always the case with xyplot or is there something wrong with my settings ? I am on linux ( redhat ) and using R.2.5.0. Thanks. load("stocks.dat")
2006 Jun 21
5
module and cache/restarting server
Hello, It seems I need to restart webrick everytime I modify a module in order for my modifications to be taken into account. Is this normal and is there a workaround? Regards, -- ---------------------------------------------------------------------- Yannick Majoros http://www.inma.ucl.ac.be/~majoros Informaticien UCL/INMA-MEMA 4, avenue G. Lema?tre B-1348 Louvain-la-Neuve Tel: +32-10-47.80.10 Fax: +32-10-47.21.80 ---------------------------------------------------------------------- Mon calendrier en ligne : http://www.inma.ucl.ac.be/~majoros/calendar Accents bizarres ? http://w...
2015 Jan 27
0
Five PhD Awards in Retail Big Data and Geographic Data Science (UCL and University of Liverpool)
Deadline - 6th February 2015 Five PhD awards to begin September 2015, (one including an additional MRes award in Urban Sustainability and Resilience in collaboration with UCL?s Centre for Urban Sustainability and Resilience), are available for work associated with the Economic and Social Research Council (ESRC) funded Consumer Data Research Centre, based at University College London (UCL) and the University of Liverpool. One of the studentships is the Boots Health Infor...
2020 May 18
2
dbinom link
FWIW the link from ?dbinom to the Loader paper on Binomials is broken but the paper seems to be available here: https://octave.1599824.n4.nabble.com/attachment/3829107/0/loader2000Fast.pdf Roger Koenker r.koenker at ucl.ac.uk<mailto:r.koenker at ucl.ac.uk> Honorary Professor of Economics Department of Economics, UCL Emeritus Professor of Economics and Statistics, UIUC [[alternative HTML version deleted]]
2004 Nov 04
3
sub- and superscript in plot labels
...an any one offer a solution? Many thanks Gavin -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. & ECRC [E] gavin.simpson at ucl.ac.uk UCL Department of Geography [W] http://www.ucl.ac.uk/~ucfagls/cv/ 26 Bedford Way [W] http://www.ucl.ac.uk/~ucfagls/ London. WC1H 0AP. %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%