search for: maclean

Displaying 20 results from an estimated 53 matches for "maclean".

2012 Nov 07
9
Executing SAS Codes in R
Is there a way of executing SAS codes in R environment?   Peter Maclean Department of Economics UDSM [[alternative HTML version deleted]]
2007 Feb 24
7
Creation of additional image within a domU
...- use fdisk? Not sure if that''s possible for a file-based image. Can''t run it within the domU 2 - run dd to create another partiton? Not sure how that would work 3 - create the new image from scratch and create the new partition as required and tell /etc/fstab about it. -- John Maclean - 07739 171 531 MSc (DIC) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
1998 Jan 06
0
R-beta: losing attributes in binary ops
...lt;- 1:4 attr(x,"foo") <- "bar" attributes(x < 4) returns NULL. The "foo" attribute has been lost in the "x < 4" operation. The blue book says that the result of binary operations should have the attributes of the longer operand. Thanks, Gordon Maclean Nat'l Center for Atmospheric Research Boulder CO -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "bod...
2010 Dec 08
2
Puppet in a virtual environment
Morning chaps, From my understanding the puppet master must have a hostname of "puppet". Is this correct? I''d like to be able to call this box whatever I like. I think that I can do that within /etc/puppet/puppet.conf. -- John Maclean MSc (DIC) Enterprise Linux Systems Engineer -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@goog...
2011 Jul 11
3
fitdistr() Error
I am trying to estimate a gamma function using real data and I am getting the following error messages. When I set a lower limit; the error message is "L-BFGS-B needs finite values of fn" ? For other method the error message is: Error in optim(x = c(0.105286666666667, 0.3472275, 2.057625, 0.329675,? : ? non-finite finite-difference value [1] The codes works fine for simulated data
2010 Apr 06
2
kickstart + domU for static IP
...off = "destroy" on_reboot = "restart" on_crash = "restart" disk = [ "tap:aio:/home/jayeola/virt/images/centos_domU/dns1.img,xvda,w" ] vif = [ "bridge=xenbr0,script=vif-bridge" ] extra = "text ks=http://192.168.1.120/dns1-ks.cfg" -- John Maclean 07739 171 531 MSc (DIC) Enterprise Linux Systems Engineer
2005 Dec 09
1
Residuals from GLMMs in the lme4 package
...s from the model but get a similar output: > catfit<-fitted(m1) > catfit numeric(0) Do you think there may be something wrong with the model itself or is it just that there is an alternative way to checking residuals in GLMMs? I would be very grateful for any help! Many thanks Mairead Maclean Centre for Ecology and Conservation Biology Exeter University Tremough Campus CORNWALL UK TR10 9EZ
2013 Feb 22
3
Help xyplot
...ble = T, type = c("l", "l","p"), ylim=c(min, max), layout=c(1,4)) ) dev.off()#The actual data have more than 5 thousand data points, Just want to plot a few #selected randomly. Also, if I can put 5 data points (nearest grids) in one graph #will be more helpful. Peter Maclean Department of Economics UDSM [[alternative HTML version deleted]]
2011 Jul 17
1
FOMULATING TIME SERIES DATA FROM DATA FRAME
...d(year, R1,R2)) ? d<- zoo(d,year)? VaR(d) #Error in checkData(R, method = "xts", ...) ? #When I use d <- as.xts(d,order.by =year, frequency = 1) ? #Error in xts(coredata(x), order.by = order.by, frequency = frequency,? : ?# order.by requires an appropriate time-based object Peter Maclean Department of Economics UDSM
2012 Jun 13
1
Indexing Grouped Data
...1.8)) > > df1   id age dose 1  1   4  1.8 2  2   5  1.8 3  2  10  1.6 4  2  12  1.2 5  3   4  1.8 6  3   6  1.6 7  4   2  1.8 > df2   id age ind dose 1  1   4   1  1.8 2  2   5   1  1.8 3  2  10   2  1.6 4  2  12   3  1.2 5  3   4   1  1.8 6  3   6   2  1.6 7  4   2   1  1.8 > Peter Maclean Department of Economics UDSM [[alternative HTML version deleted]]
2011 Nov 16
1
HELP DATA CLIPPING AND DATA OVERLAY ON A MAP
...= rainbow(length(levels(gadm$NAME_2))) spplot(gadm, "NAME_2", col.regions=col, auto.key = FALSE, main="TZA Regions") #How do I clipp or overaly X in data on TZA_adm2 polygon? #Also how to remove the legent or putting the names in the map. auto.key=FALSE does not work.   Peter Maclean Department of Economics UDSM [[alternative HTML version deleted]]
2006 Dec 15
12
Numbering of releases
Am I right in thinking that the numbering of the versions are in synch with the gcc version that one is recommened to build with? In other words "use gcc version 3.foo". -- John Maclean - 07739 171 531 MSc (DIC) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2002 Oct 02
2
Audio from fifo
...s 2 test.mpg (in another): mplayer -vo null -ao pcm -aofile stream.wav -aop list=resample:fout=44100 (in another): strace encoder_example -a 1 -v 1 stream.wav stream.yuv > movie.ogg 2>enc.err <p>That's a bit wasteful, but I think it will work. I haven't tried it. -- Caspian Maclean --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'theora-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages...
2011 Aug 11
1
legend position in interaction.plot
How do I move the legend from default position (right and within the plot)?to the "bottomleft" of the plot? ? interaction.plot(YEAR, ID?GROWTH, legend=TRUE, col = 2:7,xlab="Year", ?????? ylim=c(0,2), ylab="Growth",leg.bty = "o") Peter Maclean Department of Economics UDSM
2010 Apr 04
1
Cobbler or manual set up for local repo
Chaps, Is cobbler overkill or is it simpler to set up a local repo and rsync it with a mirror? -- John Maclean 07739 171 531 MSc (DIC) Enterprise Linux Systems Engineer
2013 Oct 04
0
R-help Digest, Vol 128, Issue 5
...The ssconvert tool (part of gnumeric) is very good at converting spreadsheets to csv-files. There is a wrapper in the "gnumeric" package on cran. Cheers, Thomas > Date: Fri, 4 Oct 2013 09:08:50 +0100 > From: Barry Rowlingson <b.rowlingson at lancaster.ac.uk> > To: Peter Maclean <pmaclean2011 at yahoo.com> > Cc: "r-help at r-project.org" <r-help at r-project.org> > Subject: Re: [R] Importing odf file into R > Message-ID: > <CANVKczMtrLD2rw_UWhRoJo5CUP- > 7taUcmiZO+swRRRvKONMUVw at mail.gmail.com> > Content-Type: text/plain; ch...
2011 Jun 30
2
Saving fExtremes estimates and k-block return level with confidence intervals.
I am estimating a large model by groups. How do you save the results and?returns the associated quantiles? For this example I need a data frame n?? ?xi??????? mu????????beta 1?? 0.1033614? 2.5389580 0.9092611 2? ?0.3401922? 0.5192882 1.5290615 3?? 0.5130798? 0.5668308 1.2105666 I also want to apply gevrlevelPlot() for each "n" or group. ? #Example n <- c(1, 1, 1, 1, 1, 1, 2, 2, 2,
2012 Jul 17
1
python-rpy DEB broken - but hopefully easy to fix
..., but as the software I'm needing to run is the Galaxy server (galaxy.psu.edu) it's not trivial to get it using the new python-rpy2. (I'm working on it!) Cheers, TIM -- Tim Booth <tbooth at ceh.ac.uk> NERC Environmental Bioinformatics Centre Centre for Ecology and Hydrology Maclean Bldg, Benson Lane Crowmarsh Gifford Wallingford, England OX10 8BB http://nebc.nerc.ac.uk +44 1491 69 2705 -- This message (and any attachments) is for the recipient ...{{dropped:23}}
2013 Feb 20
2
xyplot help
...type = c("l", "l","p"), ylim=c(min, max),        layout=c(1,4)) dev.off()   ############################## #I want to remove the lat and lon rows and put the numbers inside the graph ############################################################################ Peter Maclean Department of Economics UDSM [[alternative HTML version deleted]]
1998 Jan 03
1
R-beta: NextMethod(.Generic) bug
...uot;. I assume it is a bug. It works in Splus 3.4. Is there a fix/workaround? Also, why doesn't the "!" operator work on numeric values? Thanks a bunch to all you R developers! I was very pleased to find R, mainly because I want an "S" which runs on intel Unix. Gordon Maclean Nat'l Center for Atmospheric Research Boulder CO USA -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "b...