search for: laura

Displaying 20 results from an estimated 475 matches for "laura".

2005 Feb 16
4
Passing colnames to graphics title
Hi, Just a quick query - if I'm creating a function to produce a number of histograms per page of output (one per column from a matrix), how can I pass the column name of the matrix into the title (or indeed to form part of the x-axis label)? TIA, Laura Laura Quinn Institute of Atmospheric Science School of Earth and Environment University of Leeds Leeds LS2 9JT tel: +44 113 343 1596 fax: +44 113 343 6716 mail: laura at env.leeds.ac.uk
2004 Sep 07
6
Further png() question
...ible to pass a par() argument to the png() command? I am wanting to produce 4 plots per object, which I normally acheive on an X window by par(mfrow=c(1,4)). I have tried calling a new plot and setting par in this way but this has no bearing when I call png(). Any suggestions? Thanks in advance, Laura Quinn Institute of Atmospheric Science School of Earth and Environment University of Leeds Leeds LS2 9JT tel: +44 113 343 1596 fax: +44 113 343 6716 mail: laura at env.leeds.ac.uk
2006 Jan 28
3
Creating 3D Gaussian Plot
...ncatenate this with its inverse as a means for a "next best" situation. It seems that this isn't sufficient for my needs and I'm really after creating a continuous 3d gaussian mesh with a "positive" and "negative" dipole. Can anyone offer any pointers at all? Laura Quinn Institute of Atmospheric Science School of Earth and Environment University of Leeds Leeds LS2 9JT tel: +44 113 343 1596 fax: +44 113 343 6716 mail: laura at env.leeds.ac.uk
2011 Apr 12
2
a question on the use of 'solve'
Dear R users, I am in trouble using the function solve(matrix) in a loop. When it happens that I have a singular matrix, I get an error message saying so and the loop stops. My question is if there in any way to keep on going in the loop. Thank you in advance, Laura *---------------------------------------------------------* Laura Antolini, PhD Department of Clinical Medicine and Prevention University Milano-Bicocca Monza - Italy *---------------------------------------------------------* [[alternative HTML version deleted]]
2004 Aug 11
2
str and Surv objects
...following object: >a <- Surv(1:4,2:5,c(0,1,1,0)) a [1] (1,2+] (2,3 ] (3,4 ] (4,5+] >str(a) Error in "[.Surv"(object, 1:ile) : subscript out of bounds > Why does str(a) give an error, please? Or did I do something wrong? Thanks in advance. R Version 1.9.1 Windows Sincerely, Laura Holt mailto: lauraholt_983 at hotmail.com
2019 Apr 11
4
failed: read(/var/run/dovecot/dns-client)
??????? Original Message ??????? On Thursday, April 11, 2019 12:55 AM, John Fawcett via dovecot <dovecot at dovecot.org> wrote: > On 11/04/2019 00:51, Laura Smith via dovecot wrote: > > > ??????? Original Message ??????? > > On Wednesday, April 10, 2019 11:48 PM, John Fawcett via dovecot dovecot at dovecot.org wrote: > > > > > On 11/04/2019 00:18, Laura Smith via dovecot wrote: > > > > > > > ??????? Or...
2005 Mar 01
3
Reconstructing Datasets
Hi, Is it possible to recreate "smoothed" data sets in R, by performing a PCA and then reconstructing a data set from say the first 2/3 EOFs? I've had a look in the help pages and don't seem to find anything relevant. Thanks in advance, Laura Laura Quinn Institute of Atmospheric Science School of Earth and Environment University of Leeds Leeds LS2 9JT tel: +44 113 343 1596 fax: +44 113 343 6716 mail: laura at env.leeds.ac.uk
2004 Aug 15
3
Stacking Vectors/Dataframes
...99 cY99 ... tY99 I have tried to use a for loop (simply assigning and also with rbind) to do this but am having difficulty correctly assigning the destination in the new dataframe. Can anyone offer a quick and easy way of doing this (or even a long winded one if it works!!) Thank you in advance, Laura Quinn Institute of Atmospheric Science School of the Environment University of Leeds Leeds LS2 9JT tel: +44 113 343 1596 fax: +44 113 343 6716 mail: laura at env.leeds.ac.uk
2005 Feb 02
2
Runnning R remotely
...#39;t run the model: Error in X11(paste("png::", filename, sep = ""), width, height, pointsize, : unable to start device PNG In addition: Warning message: unable to open connection to X11 display`' Could somebody please advise a way around this? Thanks in advance, Laura Laura Quinn Institute of Atmospheric Science School of Earth and Environment University of Leeds Leeds LS2 9JT tel: +44 113 343 1596 fax: +44 113 343 6716 mail: laura at env.leeds.ac.uk
2019 Apr 11
1
failed: read(/var/run/dovecot/dns-client)
??????? Original Message ??????? On Thursday, April 11, 2019 9:05 AM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > On 11 April 2019 11:02 Laura Smith via dovecot dovecot at dovecot.org wrote: > > ??????? Original Message ??????? > > On Thursday, April 11, 2019 12:55 AM, John Fawcett via dovecot dovecot at dovecot.org wrote: > > > > > On 11/04/2019 00:51, Laura Smith via dovecot wrote: > > > > > &gt...
2008 Jun 13
3
cluster.stats
...LSE) 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? Thank you very much in advance and sorry for such basic question, but I did not manage to clarify my mind. Laura [[alternative HTML version deleted]]
2009 Feb 25
2
: record which entry in one file doesn't appear in a different file
...all the names from file one and a few more (one column and more than 100000 rows) What I want is to add a column in file 2 that says which name appeared in file 1 and which doesn't (yes and no would work as a code) It's very important to keep the order of the names in file 2. Thank you! Laura
2019 Apr 10
2
failed: read(/var/run/dovecot/dns-client)
??????? Original Message ??????? On Wednesday, April 10, 2019 11:48 PM, John Fawcett via dovecot <dovecot at dovecot.org> wrote: > On 11/04/2019 00:18, Laura Smith via dovecot wrote: > > > ??????? Original Message ??????? > > On Wednesday, April 10, 2019 10:24 PM, Aki Tuomi aki.tuomi at open-xchange.com wrote: > > > > > > On 10 April 2019 23:56 Laura Smith via dovecot < dovecot at dovecot.org> wrote: > > >...
2012 Dec 29
2
Error in plot.envfit(ef, p.max = 0.1) : (subscript) logical subscript too long
...ing something! could you please give me a hand? species<-metaMDS(species_matrix)ef<-envfit(species,environmentaldata_file,permu=999,na.rm=TRUE)efplot(species, dis="sites")plot(ef,p.max=0.1) Error in plot.envfit(ef, p.max = 0.1) : (subscript) logical subscript too long Many thanks! Laura [[alternative HTML version deleted]]
2019 Apr 11
1
failed: read(/var/run/dovecot/dns-client)
??????? Original Message ??????? On Thursday, April 11, 2019 9:01 PM, John Fawcett via dovecot <dovecot at dovecot.org> wrote: > On 11/04/2019 10:02, Laura Smith via dovecot wrote: > > > ??????? Original Message ??????? > > On Thursday, April 11, 2019 12:55 AM, John Fawcett via dovecot dovecot at dovecot.org wrote: > > > > > On 11/04/2019 00:51, Laura Smith via dovecot wrote: > > > > > > > ??????? Ori...
2006 Jan 22
3
White Noise
I'm wanting to create a series of near-identical matrices via the addition of "white noise" to my starting matrix. Is there a function within R which will allow me to do this? Thank you Laura Quinn Institute of Atmospheric Science School of Earth and Environment University of Leeds Leeds LS2 9JT tel: +44 113 343 1596 fax: +44 113 343 6716 mail: laura at env.leeds.ac.uk
2019 Dec 19
4
update samba help to download
...ess, ive given up trying to update samba, might as well go back to win server this weekend unless someone can send me a ftp mirrorlist or url to samba.org page with this list On Fri, Dec 13, 2019 at 8:29 PM Rowland penny via samba < samba at lists.samba.org> wrote: > On 13/12/2019 10:24, Laura Steynes wrote: > > i have full speed from the mirror, it is samba.org <http://samba.org> > > that is unusable to me > > the mirror is outdated by many version as you should know look at 4.9. > > you see is only 15. > > > > I jest viewed email from someone a...
2009 Jun 26
2
Matching data to a new column
...I need to create a new column for 'mothers age' which puts the age of the individual with 'mothers i.d' into the row for her offspring (so individual 01 would have 16 in the mothers age column, as thats the age of individual 03) Hope that makes sense, any help appreciated, Thanks Laura [[alternative HTML version deleted]]
2017 Dec 12
1
Can't access DNS from RSAT
...last hour googling and have come up with nada. >> >>>> >> >>>> Any help you can provide would be VERY appreciated! >> >>>> >> >>>> -- >> >>>> *Taylor Hammerling* | *IT Manager* >> >>>> 2800 Laura Lane | Middleton, WI 53562 >> <https://maps.google.com/?q=2800+Laura+Lane+%7C+Middleton,+WI+53562&entry=gmail&source=g> >> >>>> *O *(608) 669-9070 *| C *(608) 512-7849 >> >>>> tcsbasys.com | ubiquistat.com >> >>>> >> &g...
2013 Apr 15
2
regression with paired left-censored data
...ork - or perhaps suggest another package that I could use? I have also looked at multiple imputation packages but they all seem to impute data depending on other columns - whereas I would want to impute data between zero and the censored value. Any guidance/advice would be very much appreciated. Laura ? Dr Laura MacCalman Msci MSc PhD Gradstat Senior Statistician Institute of Occupational Medicine Research Avenue North Riccarton Edinburgh EH14 4AP Tel:?0131 449 8078 Fax: 0131 449 8084 Mob:?07595 054 881 Email: Laura.MacCalman at iom-world.org Web: http://www.iom-world.org ? ---------------...