Displaying 4 results from an estimated 4 matches for "posl".
Did you mean:
poll
2012 Dec 06
1
Fitting a multinomial model to a multi-way factorial design with repeated measures: help on package and syntax
...;)
per=c("p1","P2","p3")
tim=paste("t",1:21,sep="")
mydata=expand.grid(tim=tim,per=per,sub=sub,pre=pre,hab=hab)
#random generation of the response variable,with an effect of factor pre
(by adding a vector of probability weights)
require(plyr)
posl=paste("z",1:8,sep="")
mydata$pos=factor(NA,levels=posl)
n=length(mydata$pos[pre=="a"])
mydata$pos[mydata$pre=="a"]=replicate(n,sample(posl,1,prob=c(0.05,0.05,0.05,0.4,0.3,0.05,0.05,0.05)))#strong
preference for z3 and z4
mydata$pos[mydata$pre=="p&qu...
2012 Dec 18
0
R function for computing Simultaneous confidence intervals for multinomial proportions
...t;")#tim, RM within period
mydata<-expand.grid(tim=tim,per=per,sub=sub)
#for simplicity, let's consider that period is not a repeated measure
within subject. Hence, we have 12 trials ("independent") of 21 observations
#random generation of the response variable
require(plyr)
posl<-paste("z",1:8,sep="")
mydata$pos<-factor(NA,levels=posl)
n=nrow(mydata)
mydata$pos<-replicate(n,sample(posl,1,prob=c(0.05,0.05,0.05,0.4,0.3,0.05,0.05,0.05)))#strong
preference for z3 and z4
##pre-treatment of the above row data, number of time (out of 21) each
posit...
2010 May 19
2
a2billing DID and Queues
Hi all,
I have configured asterisk and a2billing.for inbound i have also configured
did and its forwarded to sip extensions.
But i want to enable queues with inbound numbers(DID).But i could not find a
way to do this in a2billing.
I want enable that if some did comes to asterisk/a2billing it should be
forwarded to queues not sip extensions and
their i want to enable hunting so if one
2020 May 11
2
4.12.2 breaks with win clients NT_STATUS_SHARING_VIOLATION
...nfig * : backend = tdb
??????? case sensitive = No
??????? hosts allow = 192.168. 127.
[homes]
??????? browseable = No
??????? comment = Home Directories
??????? read only = No
[arhiv]
??????? comment = Arhiv
??????? invalid users = nobody
??????? path = /1-Arhiv
??????? read only = No
[posl-prog]
??????? comment = Programi
??????? create mask = 0777
??????? force create mode = 0777
??????? force directory mode = 0777
??????? guest ok = Yes
??????? invalid users = nobody
??????? path = /data/1-Program
??????? read only = No
------------------------------------------------------...