Displaying 6 results from an estimated 6 matches for "fictious".
2011 Mar 19
1
strange PREDICTIONS from a PIECEWISE LINEAR (mixed) MODEL
...yy[order(x)],col=2,lwd=2)
#--lme
#grouping factor, unbalanced
g<-as.character(c(1:200))
id<-sample(g,size=1000,replace=T,
prob=sample(0:1,200,rep=T))
table(id) #unbalanced
mod2<-lme(y~x+x*(x>-1),random=~x|id,
data=data.frame(x,y,id))
summary(mod2)
newframe<-data.frame( #fictious id
id="fictious",
x)
newframe[1:5,]
#predictions
yy2<-predict(mod2,level=0, newdata=newframe)
lines(x[order(x)],yy2[order(x)],col="blue",lwd=2)
# add variable in the model
z<-rgamma(1000,4,6)
mod3<-lme(y~x+x*(x>-1)+z
,random=~x|id,
data=data.frame(x,y,z,id)...
2010 Oct 26
2
anomalies with the loess() function
...easy experiment below
#------SCRIPT----------------------------------------------
#I explore the functionalities of lowess() & loess()
#because I have encountered problems in execute local weighted regressions
#with lowess() (in presence of NAs) & with loess() (always!!!)
#I generate 2 fictious vectors
a<-sample(c(sample(1:1000,100),rep(NA,50)))
b<-sample(c(sample(1:1000,100),rep(NA,50)))
#lm() has no problems..can handle the missing values
plot(a,b)
abline(lm(b~a),col="red",lwd=2)
#loess return a plain mess like it would go dizzed with ordering or
something.
#Off cour...
2011 Mar 18
1
PREDICTIONS from a PIECEWISE LINEAR (mixed) MODEL: THEY AIN'T LINEAR BETWEEN BREAK POINTS!!
...ok 2007, Wiley),
# rt+rt*(rt>15)
I run the model, is a mixed effect one.......
PCWISE<-lme(chol~rt+rt*(rt>15)
+sex+age+cd4+cd4:rt+
cd4:rt*(rt>15)+nadir+hivbl+
pharmac2:rt+resp2:rt+
resp2:rt*(rt>15)+hbs+hcv+
switch,data=frame3,
random= ~rt|id,
na.action=na.omit)
# I prepare a fictious data.frame for the predictions , in fact lme predict
values inside the clusters
, id in my case, they are patients..
I need instead a population result...
nx<-seq(
min(cd4,na.rm=T),
max(cd4,na.rm=T),
length.out=200)
nt<-seq(
min(rt,na.rm=T),
max(rt,na.rm=T),
length.out=200)
newframe<...
2006 Jun 17
0
Zap problem when calling out
...ort 1"
"qozap: CRC error for HDLC frame on card 1 (cardID 0) S/T port 2"
appear frequently.
lsmod lists zaptel and qozap, and not ztdummy, zaphfc, etc.
lspci nicely lists the card, and there are no IRQ conflicts.
Any ideas?
Thanks in advance.
(by the way, the telephone numbers are fictious, because of privacy reasons, the actual dialed numbers do exist and work properly)
Here are my configuration files:
extensions.conf:
[salsa-helpdesk-day]
exten => s,1,Dial(Zap/g1/0201234567,30)
exten => s,2,Background(salsa-helpdesk)
exten => s,3,Voicemail(s44)
exten => s,4,Hangup
[i...
2012 Jun 10
3
SNMP agent for NUT
...NG: xxx
NUT-MIB::deviceName.3 = STRING: upsoutlet
NUT-MIB::deviceName.4 = STRING: ups3p1
NUT-MIB::deviceName.5 = STRING: ups3p2
NUT-MIB::deviceName.6 = STRING: ups3
NUT-MIB::deviceDesc.1 = STRING: UPS2 10 KVA Lacerda Titan Black
tri-mono 10KVA (220v) Serial A08823221
NUT-MIB::deviceDesc.2 = STRING: Fictious
NUT-MIB::deviceDesc.3 = STRING: Example outlet
NUT-MIB::deviceDesc.4 = STRING: phases1
NUT-MIB::deviceDesc.5 = STRING: phases2
NUT-MIB::deviceDesc.6 = STRING: test3
NUT-MIB::deviceModel.1 = STRING: Titan Black tri-mono 10KVA
NUT-MIB::deviceModel.2 = STRING: Titan Black tri-mono 10KVA
NUT-MIB::devic...
2012 Jun 10
3
SNMP agent for NUT
...NG: xxx
NUT-MIB::deviceName.3 = STRING: upsoutlet
NUT-MIB::deviceName.4 = STRING: ups3p1
NUT-MIB::deviceName.5 = STRING: ups3p2
NUT-MIB::deviceName.6 = STRING: ups3
NUT-MIB::deviceDesc.1 = STRING: UPS2 10 KVA Lacerda Titan Black
tri-mono 10KVA (220v) Serial A08823221
NUT-MIB::deviceDesc.2 = STRING: Fictious
NUT-MIB::deviceDesc.3 = STRING: Example outlet
NUT-MIB::deviceDesc.4 = STRING: phases1
NUT-MIB::deviceDesc.5 = STRING: phases2
NUT-MIB::deviceDesc.6 = STRING: test3
NUT-MIB::deviceModel.1 = STRING: Titan Black tri-mono 10KVA
NUT-MIB::deviceModel.2 = STRING: Titan Black tri-mono 10KVA
NUT-MIB::devic...