search for: stot

Displaying 8 results from an estimated 8 matches for "stot".

Did you mean: stop
2007 Jan 23
1
How to evaluate an lm() object for generating warning statement in a function
...<- tapply(dataframe[,1], dataframe[,2], length) #number of cases per treatment level nisq<-ni^2 no<-(1/(length(ni)-1))*(sum(ni)-(sum(nisq)/sum(ni))) #required to calculate variance components s2a<-((MStreat-MSErr)/no) stot<-s2a + MSErr treatvar<-s2a/stot*100 #calculate variance components as a percentage of the total errorvar<-MSErr/stot*100 list(treat.var.comp=s2a, err.var.comp=MSErr, p.var.treat=treatvar, p.var.err=errorvar)...
2007 Jan 22
0
Advice on an appropriate condition for warning in a function
...for the lm MStreat<-anovmod[1,3]; MSErr<-anovmod[2,3] #extract Mean Squares dataframe<- as.data.frame(object.lm[13]) ni <- tapply(dataframe[,1], dataframe[,2], length) nisq<-ni^2 no<-(1/(length(ni)-1))*(sum(ni)-(sum(nisq)/sum(ni))) s2a<-((MSTreat-MSErr)/no) stot<-s2a + MSErr treatvar<-s2a/stot*100 errorvar<-MSErr/stot*100 list(treat.var.comp=s2a, err.var.comp=MSErr, p.var.treat=treatvar, p.var.err=errorvar) } comp.var.estimates(object1) I'd like to include a "warning" statement in the function that returns 'funct...
1999 Jan 18
1
Problems seting Samba 2.0.0
...e problems, i cannot see the samba server from nt workstation , not in the Network Neighborhood and not even in Start/Find/Computer. i can see the samba server from Win95 but only via Start/Find/Computer and not in the Network Neighborhood . Any Ideas/Solutions/Hints/Whatever ............ Regards Stots +================================================================+ |Stotsky Haim, | Email: stots@elbit.co.il | P.O.B 539 | |System Admin, | Phone: +972-4-8315-768 | Haifa, 31053 | |Elbit Ltd. | Fax: +972-4-8315-120 | Israel | +===========================...
2005 Oct 19
2
Filter design in R?
Dr. Williams, I ran across your inquiry on one of the R-help mailing lists regarding digital filter design and implementation. I found no response to your email in the archives and was wondering if you were able to find anything. Thanks, Israel -- Israel Christie, Ph.D. Email: ichristie at gmail.com Phone: 865.766.0214 Mobile: 865.406.4615
1998 Jun 02
0
Problems browsing samba using nt 4.0
...which is solaris 2.5.1) any more ... i got this message : nt_name_machine is not accessible. The list of servers for this workgroup is not currently available . What's wrong ??????????? I did not change anything in the smb.conf file , should i ???? Please send some solutions .... regards Stots
2020 Feb 27
1
Problem with PXE/UEFI
...start tcpdump uefi pxe boot --- 13:43:01.140936 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from f8:ca:b8:06:7d:ed (oui Unknown), length 347 13:43:04.417984 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from f8:ca:b8:06:7d:ed (oui Unknown), length 359 --- stot tcpdump uefi pxe boot --- As you can see, nothing happens, no ARP or anything else. But it will show up in dnsmasq-log while trying UEFI PXE Boot: --- start dnsmasq-dhcp-uefi-boot --- Feb 27 10:52:44 dhcpd.localdomain dnsmasq-dhcp[19542]: 3645383917 available DHCP range: 172.22.132.2 -- 172.22.13...
2013 Mar 15
4
[PATCHv3 vringh] caif_virtio: Introduce caif over virtio
...(vq_tx, &len); + spin_unlock_irqrestore(&cfv->tx_lock, flags); + + /* Stop looping if there are no more buffers to free */ + if (!buf_info) + break; + + free_buf_info(cfv, buf_info); + + /* watermark_tx indicates if we previously stopped the tx + * queues. If we have enough free stots in the virtio ring, + * re-establish memory reserved and open up tx queues. + */ + if (cfv->vq_tx->num_free <= cfv->watermark_tx) + continue; + + /* Re-establish memory reserve */ + if (cfv->reserved_mem == 0 && cfv->genpool) + cfv->reserved_mem = + gen_p...
2013 Mar 15
4
[PATCHv3 vringh] caif_virtio: Introduce caif over virtio
...(vq_tx, &len); + spin_unlock_irqrestore(&cfv->tx_lock, flags); + + /* Stop looping if there are no more buffers to free */ + if (!buf_info) + break; + + free_buf_info(cfv, buf_info); + + /* watermark_tx indicates if we previously stopped the tx + * queues. If we have enough free stots in the virtio ring, + * re-establish memory reserved and open up tx queues. + */ + if (cfv->vq_tx->num_free <= cfv->watermark_tx) + continue; + + /* Re-establish memory reserve */ + if (cfv->reserved_mem == 0 && cfv->genpool) + cfv->reserved_mem = + gen_p...