Displaying 4 results from an estimated 4 matches for "imp5".
Did you mean:
imp
2012 Jan 20
2
mail_max_userip_connections exceeded.
...ubscribed folder. However, I know
that user doesn't have 10 folders, let alone 10 subscribed folders! I
can increase, it but it's not going to scale well. And there are
people on this list with many 1000x users than I have - so how do they
deal with that?
127.0.0.1 is obviously webmail (IMP5).
So, how/why am I seeing this, and should I be concerned?
Simon
2004 Aug 06
4
Icecast embeddable ?
Hello all,
I'm quit new to icecast, but I have project dealing with streaming (currently
only audio) for web radio, and I would love to use the icecast protocol as it
already has everything I need.
But, In order to be usable for us, we need to be able to 'embed' the icecast
server (in a dll or statically) in our program, and control it programatically.
We need his to reconfigure the
2012 Oct 26
0
combined output with zelig is not working!?!
...uot;imp1.csv", header=TRUE,sep=",")
d.2 <- read.table("imp2.csv", header=TRUE,sep=",")
d.3 <- read.table("imp3.csv", header=TRUE,sep=",")
d.4 <- read.table("imp4.csv", header=TRUE,sep=",")
d.5 <- read.table("imp5.csv", header=TRUE,sep=",")
#####my zelig code#####
model3=zelig(DKA.counts~age+as.factor(sex)+bmi_value+hba1c_value,model="poisson",data=mi(d.1,d.2,d.3,d.4,d.5))
summary(model3)
Till so far it is fine... but after this I get separate output for each
dataset! I have tried...
2013 Jan 28
6
Thank you your help.
Hi,
temp3<- read.table(text="
ID CTIME WEIGHT
HM001 1223 24.0
HM001 1224 25.2
HM001 1225 23.1
HM001 1226 NA
HM001 1227 32.1
HM001 1228 32.4
HM001 1229 1323.2
HM001 1230 27.4
HM001 1231 22.4236 #changed here to test the previous solution
",sep="",header=TRUE,stringsAsFactors=FALSE)
?tempnew<- na.omit(temp3)
?grep("\\d{4}",temp3$WEIGHT)
#[1] 7 9 #not correct