search for: m15

Displaying 11 results from an estimated 11 matches for "m15".

Did you mean: 15
2012 Feb 17
6
convert zoo object to "standard" R object so I can plot and output to csv file
...ron(paste(d, t), format = fmt) z <- read.zoo(text = Lines, index = 1:2, FUN = toChron) # 1 minute spline fit m1 <- times("00:01:00") g <- seq(trunc(start(z), m1), end(z), by = m1) na.spline(z, xout = g) # this did what I want but what is the vector name? # 15 minute aggregates m15 <- times("00:15:00") ag15 <- aggregate(z, trunc(time(z), m15), mean) the results of the na.spline(z, xout = g) function below (10/11/11 23:30:00) (10/11/11 23:31:00) (10/11/11 23:32:00) (10/11/11 23:33:00) (10/11/11 23:34:00) (10/11/11 23:35:00) 432.2189 432....
2010 May 07
2
glm contrasts
Hi, I have some data on the effect of cycle shape (categorical) and frequency (continuous) on the efficiency of muscle contraction. My minimum adequate model is: m15<-glm(efficiency~cycle.shape*freq, family=quasipoisson) However, I wish to know where significant differences lie between specific combinations of treatments. I guess I want an equivalent of a post hoc test following an ANOVA. Is there a way of doing this for 2 explanatory variables with...
2008 Mar 30
0
[kvm-ia64-devel] [09/17] [PATCH] kvm/ia64: Add mmio decoder for kvm/ia64.
...; + if (inst.M10.s) > + temp -= post_update; > + else > + temp += post_update; Ditto. > + post_update = (inst.M10.i << 7) + inst.M10.imm7; > + if (inst.M10.s) > + temp -= post_update; > + else > + temp += post_update; Ditto. > + post_update = (inst.M15.i << 7) + inst.M15.imm7; > + if (inst.M15.s) > + temp -= post_update; > + else > + temp += post_update; Ditto. Tristan.
2012 Feb 18
2
still need read.zoo command help
...-comma-ITPower.txt", format="%m/%d/%Y %H:%M:%S", tz="", FUN=NULL, regular=FALSE, header=FALSE, sep=",", index.column=1) library(zoo) library(chron) #this code from Gabor Grothendieck - thanks # 15 minute aggregate averages m15 <- times("00:15:00") ag15 <- aggregate(z, trunc(time(z), m15), mean) write.zoo(ag15,file="ITPower15minv2.txt",index.name="Time",row.names=FALSE,col.names=FALSE) # this may also have a problem. #2011-10-11 2011-10-11 is all that is written in the file #data in...
2012 May 22
4
Need to help to get value for bigger calculation
Hello R-Experts, I want to calculate values like 15^200 or 17^300 in R. In normal case it can calculate the small values of b (a^b). I have fixed width = 10000 and digits = 22 but still answers are Inf. How to deal the cases like these? Thanks in advance. Regards, rehena [[alternative HTML version deleted]]
2011 May 19
2
Unicorn preload_app and upstart
...You''ll love cloud hosting with Serverlove! Find out more at http://www.serverlove.com Phone us 0161 232 0125 | Email us rob.greenwood at melbourne.co.uk Visit us http://www.melbourne.co.uk | Follow us http://twitter.com/melbournehost Office Address | Turing House, Archway, Manchester, M15 5RL Melbourne Server Hosting Ltd Registered in England and Wales, Company Number 4091836. Please don?t print this email unless necessary. Our Environmental and Ethical Policy can be found at: http://www.melbourne.co.uk/env
2006 Jul 03
1
panel ordering in nlme and augPred plots
Hi, I'm new at this, I'm very confused, and I think I'm missing something important here. In our pet example we have this: > fm <- lme(Orthodont) > plot(Orthodont) > plot(augPred(fm, level = 0:1)) which gives us a trellis plot with the females above the males, starting with "F03", "F04", "F11", "F06", etc. I thought the point of
1998 Nov 24
1
printers.def
Hello ! I am sure this has been posted before but I can not find it. I have used a file to check witch files a .inf file shall use. This util was very good to have when making a printers.def file. My problem is that I can not find the file anymore and I do not know the name of it. Thanks, /Mikael
2015 Mar 30
5
mysql can't connect from localhost -strange behavior
Hey all, I've been having some trouble creating a mysql user that can connect to the database from localhost. It's always been a straight forward thing to do in the past, so its time for a sanity check, if you guys don't mind. Ok, so here's the actual command with actual simplified password that I'm using. It's on localhost so I don't think it's a security threat
2010 May 19
8
Generating all possible models from full model
...)) #Two terms - 21 models m12<-glm.convert(glm.nb(mantas~site*year, data=mydata)) #Interaction term to account for hotel being closed at Keauhou for some years m13<-glm.convert(glm.nb(mantas~site+cosmonth,data=mydata)) m14<-glm.convert(glm.nb(mantas~site+sinmonth,data=mydata)) m15<-glm.convert(glm.nb(mantas~site+coslunar,data=mydata)) m16<-glm.convert(glm.nb(mantas~site+sinlunar,data=mydata)) m17<-glm.convert(glm.nb(mantas~site+plankton,data=mydata)) #Should this have an interaction term? Plankton may varry by site m23<-glm.convert(glm.nb(mantas~year+co...
2011 Oct 08
6
CentOS 6 is a bear
Gotta say, centos has been tough to install and get working. The anaconda installer makes large drive setups horridly tedious (especially if reinstalling a lot). Package selection seems a bit off... I did a virtualization package, no custom..did not install qemu, libvirt, and all attempts to do any virtualization failed due to non-installed packages. Then I decided to select all the