search for: tgroup

Displaying 5 results from an estimated 5 matches for "tgroup".

Did you mean: group
2018 May 08
0
Fitting problem for Cox model with Strata as interaction term
...al variable which violate the PH assumption in Cox. I first used the survSplit() function to break the data set into different time intervals, and then fit the model. The procedures can be described as follows: > data <- survSplit(Surv(time, status)~., data=data, cut=c(5, 10), episode= "tgroup", id="id") #data split > data$SEX <- as.factor(data$SEX) > data$SEX <- relevel(data$SEX, ref="1") > str(data$SEX) Factor w/ 2 levels "1","2": 1 1 1 2 2 2 2 2 2 2 ... > xtabs(~status+SEX, data) SEX status 1 2 0 6764...
2008 Jun 20
1
Unexpected Behavior (potentially) in t.test
...nitial samples and ",t2N," extra samples",sep="")) #feedback for (lcv in 1:t1Nsim) #Run simulation t1Nsim times... { if (lcv %% 20000 == 0) {print(paste((lcv/t1Nsim)*100,"%",sep=""))} #feedback Cgroup <- rnorm(t1N) #Initial random draw for Group1 Tgroup <- rnorm(t1N) #Initial random draw for Group 2 currentp <- t.test(Cgroup,Tgroup)[["p.value"]] #Get t1 p value t1pvals[lcv] <- currentp #Store t1 p value #If p >= .05 or <= continue threshold then run more subjects if ((currentp <= contthreshold) & (currentp >=...
2005 Feb 03
1
FastAgi Help
...k is great idea because i can balance the CPU load using more Box, but how I can translate my simple perl script and use it on FastAGI? Usually i used the Asterisk::perl library and i put some AGI script on my dialplan like this: exten => 100,103,DeadAGI(prepaid_.agi,lcr,${called},${destid},${tgroup}, ${lcrorder}) in this mode i also send some parameter to the perl script. Looking inside the fastagi-test example i cant understand how i can simple pass some value to the script.. Some help is welcome.. Also i have see that eoj have made some modification to the FastAGI: > send script parame...
2004 Sep 16
1
Non-PRI T1 showing red
...el => 97 ; TDM40 stations in ports 1-4 signalling=fxo_ks group= context=internal callgroup=1 pickupgroup=1 channel => 98-101 ;------ /etc/asterisk/extensions.conf -- extension definitions ; [general] static=no writeprotect=no [globals] CONSOLE=Console/dsp ; Console interface for demo TGROUP=Zap/g1 ; T1 channels PGROUP=Zap/g2 ; Pots channels [incomingT1] exten => s,1,Dial,Zap/98 [incomingDID] exten => s,1,AGI(acs.agi) [incomingPots] exten => s,1,Dial,Zap/99 [internal] ignorepat => 9 exten => _9X.,1,Dial,Zap/g2/${EXTEN:1} exten => 111,1,Dial,Zap...
2002 Mar 02
2
Support for AIX native (.bff) packages: patch available
Hello All, I've written basic support for creating AIX native packages (ie installp/SMIT installable .bff's) that lives in contrib/aix. It is based on Ben Lindstrom's Solaris buildpkg.sh. It requires no special tools and all code was either written by me or derived from the openssh distribution itself. It is made available under the same terms as buildpkg.sh (ie public domain).