Displaying 2 results from an estimated 2 matches for "e_products".
Did you mean:
e_product
2003 Nov 05
3
New Phone Review: Clipcomm 101
Hello,
I have received yet another new phone today, the ClipComm 101
(http://www.clipcomm.co.kr/eng/e_product/e_product_voip_ip_phone.html)
I bought it for $165 directly from the Korean Manufacturer(No US distributer
yet). Here are the features:
- Built-in NAT functionality, you can switch from Hub to Nat, great for home
DSL/Cable users
- This includes some limited port forwarding
2006 Jan 20
3
command in survival package
Hi there,
I have a question about one command sentence when I follow the example
in the book of "Survival analysis in S":
> aml1<-aml[aml$group==1]
but I got the error warning: NULL data frame with 23 rows
Thus, I couldn't keep going on the next command:
esf.fit<-survfit(Surv(aml1,status)~1).
and also when I try
> aml1<-aml[aml$group==1,]