Displaying 4 results from an estimated 4 matches for "count5".
Did you mean:
count
2007 Oct 19
0
calculating power of log rank test
hie
Im trying to calculate the power of the logrank test for different values of rho .I was just wandering whether the following programme would do it. any suggestions are welcome
s=50
number=1
count1=0;count2=0;count3=0;count4=0;count5=0;count6=0;count7=0;count7=0;
count8=0;count9=0
while(s!=0){
n=20
n1=n/2
n2=n/4
a11=1 ;a12=1.4 ;a21=16 ;a22=a12 * a21
t1<-array(1,c(n1))
t2<-array(2,c(n1))...
2008 Feb 14
0
help in simplyfiying programme
my program given below can some one make it presentable. I trying to simulate survival data and calculate the power. I think i could have done better.
s=10
number=0
count1=0;count2=0;count3=0;count4=0;count5=0;count6=0;count7=0;count8=0;
count9=0;
count11=0;count22=0;count33=0;count44=0;count55=0;count66=0;count77=0;
count88=0;count99=0;
while(s!=0){
n=100
n1=n/2
n2=n/4
t1<-array(1,c(n1))
t2<-array(2,c(n1))
treatgrp=matrix(c(t1,t2))...
2008 Apr 30
0
why my code is not computing significance level and power correctly
I am trying to compare Levene,bartlett, count5 tests for a random normal
sample for the significance level and power, the problem seems bug free but
with obvious wrong result, anyone can help, I send the R code as attachment.
Thanks http://www.nabble.com/file/p16992744/758%2Bproject 758+project
--
View this message in context: http://www.nabb...
1999 Aug 20
0
Solaris 2.6 Samba 2.0.4b Server <-> Win 3.11 Client struggle
...t;<<<END<<<<<<
but seems to provide normal output after using smbclient.
My smb.conf file is here (beware: could contain really stupid mistakes,
please help):
>>>>>START>>>>>
[global]
workgroup = MCSS
netbios name = COUNT
netbios aliases = COUNT5
server string = MCSS Samba Server
hosts allow = 127. 172.16.82.43 172.16.82.53 172.16.82.36
log file = /opt/samba/var/log.%m
max log size = 50
security = share
;security = user
;socket options = TCP_NODELAY
wide links = no
os level = 33
domain logons = yes
logon home = \\%N\%U
logon drive = h:
logo...