search for: mwa

Displaying 7 results from an estimated 7 matches for "mwa".

Did you mean: mw
2010 Nov 13
2
interpretation of coefficients in survreg AND obtaining the hazard function for an individual given a set of predictors
...xample of the codes that points out my problem: - data is stc1 - the factor is dichotomous with 'low' and 'high' categories slr <- Surv(stc1$ti_lr, stc1$ev_lr==1) mca <- coxph(slr~as.factor(grade2=='high'), data=stc1) mcb <- coxph(slr~as.factor(grade2), data=stc1) mwa <- survreg(slr~as.factor(grade2=='high'), data=stc1, dist='weibull', scale=0) mwb <- survreg(slr~as.factor(grade2), data=stc1, dist='weibull', scale=0) > summary(mca)$coef coef exp(coef)...
2010 Nov 16
1
Re : interpretation of coefficients in survreg AND obtaining the hazard function for an individual given a set of predictors
...problem: > - data is stc1 > - the factor is dichotomous with 'low' and 'high' categories > > slr <- Surv(stc1$ti_lr, stc1$ev_lr==1) > > mca <- coxph(slr~as.factor(grade2=='high'), data=stc1) > mcb <- coxph(slr~as.factor(grade2), data=stc1) > mwa <- survreg(slr~as.factor(grade2=='high'), data=stc1, dist='weibull', > scale=0) > mwb <- survreg(slr~as.factor(grade2), data=stc1, dist='weibull', scale=0) > >> summary(mca)$coef > coef >...
2010 Nov 15
1
interpretation of coefficients in survreg AND obtaining the hazard function
...xample of the codes that points out my problem: - data is stc1 - the factor is dichotomous with 'low' and 'high' categories slr <- Surv(stc1$ti_lr, stc1$ev_lr==1) mca <- coxph(slr~as.factor(grade2=='high'), data=stc1) mcb <- coxph(slr~as.factor(grade2), data=stc1) mwa <- survreg(slr~as.factor(grade2=='high'), data=stc1, dist='weibull', scale=0) mwb <- survreg(slr~as.factor(grade2), data=stc1, dist='weibull', scale=0) > summary(mca)$coef coef exp(coef) se(coef) z Pr(>|z|) as.fac...
2001 Jun 08
0
SSH / X11 auth: needless complexity -> security problems?
...ervers in question all map the client's root to anonymous). In fact, one of the (many) reasons I'm motivated to replace the rest of our ssh.com servers with openssh servers is *because* I'll get rid of ssh.com's "I'll just munge the .Xauthority file in your home directory, mwa ha ha!" behavior. Openssh's behavior is conceptually cleaner, even if the price that is paid for it is careful attention to the creation/deletion of the cookie file (and its containing directory). (There's also no real way I can implement the placement myself. My shell rc file autom...
2000 Jan 29
1
HDF5 as a module
...DdX01M8KYQ3q6YC7Jq9Tf/ezn6qeizIvBDj4Ky0Aa8GdnFy2Zml3h/AjczpnFMKXujjSwpDTyGF NJ/xe1EdpMJ60TAlof9sPsRpi+v3zmkugy3937Dvy47Sqj9XdZELeclg+IdW/ZmXQ3jkCmuIRBuK TyT4DaWUGQ3F7/M0FPPNbChlsKXxXYZCQzGLaShmKDaUc+iGIqPUqg/OKjZzdVF3UrKoITnmq1ox 1VcXFTLJohoCu7vDUaNcHGMcRSkFjWx4AtxROge9+zoUhc+ANifJy1N0DXgkpX473YOUk+mwa+AS TaBerxKXSvtEodoWihPKz3q0j9NJ76uvv5njpNesJXtGCIT6krDHbTqnrkCIJiNSH0NdBaLQqKqE zGojwfeLofi/SZYkj2vL4QE9hp7Rky1nHXztFhk9eUyKoKEHUaqKqAn6gZvgCYQVgVjpxuoeOxw+ 0COc+QQlsZ3z88El48AvLXPv0JNoVDsdYJOPFfuhsu1eOUyuO85+vb7+xxxnQ8Uwux0VR3mIffbL NBunvervemSMbHZuAyugQhcTKMKCJuI6yvCw+CuJ8Xiy1geLWcLOqmOzea7J+vXGx...
2001 Nov 14
0
OPEN ssh pkg
...7J5CW0P4-+37$?W'VM(;F_@:.S28;I, M1PPT/:W,*-\](L>&3B_:JQRHIP6AW@*0@!T9ZIZ:;J_R+)O4-<92]QK at QB8] MBEJ18R0I52<95AU'8'6M3MFXNF.' @)RG!+T0FC(9YVS4^D"4JPK !4 at T-47 M41 \.H"+IUX:;,CVP/_F T4A-/ !LGX4Z(#BBNT,G3/P& 60Q9N[<W_NT#VZ 72_?I3MVKNW6_[M@]NVOW[<[=N[MWA^X4 end
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
...? For the curios: Why to recompile the kernel? I want to rebuild the kernel because I created a patch to decrease the kernel timer frequency from 1000 to 100 HZ. The CentOS4.6 kernel doesn't have the divider option available in CentOS5.2 This prevent timing problems and high CPU load in VMware ESX.