search for: cltype

Displaying 4 results from an estimated 4 matches for "cltype".

Did you mean: ltype
2011 Sep 05
1
SAS code in R
...input sex treat; DATALINES; 0 0 1 0 0 1 1 1 ; run; /* Survival estimates for the above combinations */ proc phreg data = pudat2; model withtime*wcens(0) = sex treat /ties = efron; baseline out = surv2 survival = survival lower = slower upper = supper covariates = test2 /method = ch nomean cltype=loglog; run; /* Survival estimates at 1 year */ proc print data = surv2 noobs; where withtime = 364; run; I now would like to do the same thing but in a competing risks setting (cumulative incidence rather than Cox model version (crr from cmprsk in R) however there is no pre-set routine for this i...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...; > ./include: > clamscan > libclamav > shared > > ./include/clamscan: > clamscan_opt.h > global.h > manager.h > others.h > treewalk.h > > ./include/libclamav: > aspack.h > autoit.h > binhex.h > blob.h > cab.h > chmunpack.h > clamav.h > cltypes.h > cvd.h > dconf.h > dsig.h > elf.h > encoding_aliases.h > entconv.h > entitylist.h > execs.h > filetypes.h > fsg.h > hashtab.h > htmlnorm.h > iana_tld.h > is_tar.h > jscript.h > line.h > lockdb.h > matcher-ac.h > matcher-bm.h > matcher....
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that