search for: cance

Displaying 20 results from an estimated 25 matches for "cance".

Did you mean: chance
2003 Nov 17
1
Generalized linear model
Hi all! I am fitting a Poisson model, using the following command: > fit2<-glm(canc~id1+year1+time+lnpa,family=poisson) where 'id1', 'year1' and 'time' are factors. I defined them with: > id1<-C(factor(id1), treatment) and 'lnpa' is a continuous variable. The 'summary' function gives me all the effects estimates, that is, for id1, I
2007 Aug 16
4
residual plots for lmer in lme4 package
...this, we used the lmer function to perform a logistic mixed model below. I apologise in advance for the lack of subscripts. logit P(yij=1) = â0 + Ui + â1Patholij where Ui~N(0, óu2), i indexes patient, j indexes measurement, Pathol is an indicator variable (0,1) for benign epithelium versus cancer and yij is the staining indicator (0,1) for each core where yij equals 1 if the core stains positive and 0 otherwise. (I have inserted some example R code at the end of this message) I was wondering if you knew how I could test that the errors Ui are normally distributed in my fit. I am...
2002 Nov 18
2
Boot problem: may you help me?
Hello! I have a boot problem with ISOLinux 2.00, downloaded yesterday. The CD works fine with every PC except on an IBM Thinkpad. If I poweron the TP and try to boot from CD I get back a "isolinux: disk error 01, ax = 4211,8B". Then, if I reboot (ctrl-alt-canc) your isolinux works fine. May you help me? -- Stefano Pettini spettini at inwind.it New ICQ number: 159144497 Notary of
2006 Dec 12
1
SPA2100 sends an unexpected BYE message when transmitting a FAX
...lem arises when I try to send a fax: the Asterisk server initiates the call and, after a few seconds, the Linksys hangs the call by sending a BYE message: DEBUG[7416]: chan_sip.c:11375 handle_request: **** Received ACK (6) - Command in SIP ACK DEBUG[7416]: chan_sip.c:1396 __sip_ack: ** SIP TIMER: Cancelling retransmit of packet (reply received) Retransid #258 DEBUG[7416]: chan_sip.c:1407 __sip_ack: Stopping retransmission on 'e793a727-98582c99@192.168.6.222' of Response 102: Match Found <-- SIP read from 192.168.6.222:5060: BYE sip:9021111111@192.168.6.220 SIP/2.0 Via: SIP/2.0/UDP 19...
2011 Mar 23
1
spa8000 t38 faxing
Hi I'm trying to get the spa 8000 used with a fax machine using t38 passthru i have tried with 1.6.2 and 1.8.3 and is still a no go the provider i use is 012 in israel wich supports t38 (i use it with ffa) could anybody give me a clue how to get this working if it should t38pt is set to yes in sip.conf Thanks, Israel -------------- next part -------------- An HTML attachment was
2010 Nov 21
0
How to configure a Linksys PAP2T ATA to connect an analog fax machine to Asterisk
I was having problems getting a Linksys PAP2T-NA to work with Pitney Bowes mailing station so it could use its modem to dial home and download postage/software updates. After scowering the web, I couldn't seem to find a definite how to article on what settings were needed. I finally came up some settings by combining the information from various places around the 'net. I have typed out
2006 Dec 10
1
Problem faxing with SPA2100 in passthru mode.
...ses when I try to send a fax: the Asterisk server initiates the call and, after a few seconds, it hangs the Zaptel channel. I'm using the following configuration in the SPA2100: - Network jitter buffer: very high - Jitter buffer adjustment: disable - Call Waiting: no - 3 Way Calling: no - Echo Canceller: no - Silence suppression: no - Preferred Codec: G711a - Use pref. codec only: yes - Silence Threshold = medium - Echo Canc Enable = no - Echo Canc Adapt Enable = no - Echo Supp Enable = no - FAX CED Detect Enable = no - FAX CNG Detect Enable = no - FAX Passthru Codec = G711a - FAX Passthru Met...
2005 May 23
0
spa-1001 not getting a dial tone on my pbx
hello my friend has the proxy set up his extention set up his password set up but he isn't getting a dial tone is there a second setting we need to put the address in? he is going to advenced settings line1 and in the proxy address box he is putting the info in below is the way he has it set up Sipura SPA Configuration Sipura Technology Inc Info System SIP Provisioning Regional Line 1 User 1
2017 Nov 29
2
binary form of is() contradicts its unary form
...aQ&c=eRAMFD45gAfqt84VtBcfhQ&r=BK7q3XeAvimeWdGbWY_wJYbW0WYiZvSXAJJKaaPhzWA&m=AptypGUf1qnpkFcOc1eU_vdGSHsush3RGVUyjk7yDu8&s=OzNPwqjAWVsXOGKMCmd4Fa7Udcm21ewfJmUN78LenQY&e=> > -- Herv? Pag?s Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpages at fredhutch.org Phone: (206) 667-5791 Fax: (206) 667-1319
2017 Nov 29
2
binary form of is() contradicts its unary form
...class2)' be equivalent to 'class2 %in% is(object)'? Furthermore, is there any reason why 'is(object, class2)' is not implemented as 'class2 %in% is(object)'? Thanks, H. -- Herv? Pag?s Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpages at fredhutch.org Phone: (206) 667-5791 Fax: (206) 667-1319
2017 Nov 29
0
binary form of is() contradicts its unary form
Hi Herve, I think you are confusing subclasses and classes. There is no contradiction. `is` documentation is very clear: `With one argument, returns all the super-classes of this object's class.` Note that object class is always `data.frame` here, check: > class(data.frame()) [1] "data.frame" > is(data.frame(), "data.frame") [1] TRUE Best, Mehmet On 29 Nov
2011 Nov 22
1
help to setting a multiple (linear) regression model with a 5% significance level (threshold) for the inclusion of the model variables.
Dear Researchers, someone know the right syntax to chose a 5% significance level (threshold) for the inclusion of the model variables in a multiple (linear) regression in backward way? I set the formula in this way, but I don't know to choose the 5% significance? lmodelV <- step(lm(formula=MyFormula[[1]],data=LR.train),direction="backward") thanks in...
2003 Jan 25
0
(no subject)
>Message: 1 >Date: Fri, 24 Jan 2003 18:03:19 +0100 >To: samba@lists.samba.org >From: Davide Cavaleri <davide.cavaleri@libero.it> >Subject: [Samba] linux server completely hangs copying files with samba > >hi, >i'm experiencying a strange problem with a mandrake 9.0 machine, >kernel 2.4.19, samba (different versions, including latest). >when I copy large
2004 Sep 29
0
sambaPwdMustChange not properly set with smbldap
I'm using samba 3.0.6 on fedora core 1 with LDAP enabled and smbldap-tools. When I change a user password with smbldap-passwd <username>, i find that sambaPwdMustChange attribute is correctly set to 30 days later as set in smbldap_conf. But, if I try to change password from any Win2000 or WinXP client with CTRL+ALT+CANC --> CHANGE PASSWORD i notice that sambaPwdMustChange attribute
2011 Feb 07
0
Samba 3.5.6 - Windows 2008r2 domain trust fail
Hi, I'm trying to configure a Domain trust between Samba 3.5.6 (TEST domain) and Windows 2008 r2 (WTEST Domain). Samba is the trusting side and Windows is the trusted side. I created the "incoming trust" in the W2K8 called TEST. Then I executed the "net rpc trustdom establish WTEST" and got: Enter TEST$'s password: Could not connect to server W2K8SERVER Could not
2010 Aug 21
0
Fw: RESTORATION of POWER .... I seem to have cabling & drivers set up correctly for a contact closure UPS BUT ..........
...toration between commencement of (shutdown -h +20) ....... & execution of (shutdown -h +20) during the 20 minute wait period of shutdown or whatever the "time" variable is. .... the shutdown still commences. I would expect that once power is restored the shutdown should be cancelled. Is it possible with "contact closure " UPS's that "nut" software can perform this? So again after the log entry .......... "Executing automatic power-fail shutdown" Can the proccess be canced by a "power restored alert" like log entry...
2017 Nov 29
0
binary form of is() contradicts its unary form
...r=BK7q3XeAvimeWdGbWY_wJYbW0WYiZvSXAJJKaaPhzWA&m=AptypGUf1qnpkFcOc1eU_vdGSHsush3RGVUyjk7yDu8&s=OzNPwqjAWVsXOGKMCmd4Fa7Udcm21ewfJmUN78LenQY&e=> >> > > -- > Herv? Pag?s > > Program in Computational Biology > Division of Public Health Sciences > Fred Hutchinson Cancer Research Center > 1100 Fairview Ave. N, M1-B514 > P.O. Box 19024 > Seattle, WA 98109-1024 > > E-mail: hpages at fredhutch.org > Phone: (206) 667-5791 > Fax: (206) 667-1319
2010 May 14
2
Unix password sync
Hi! I'm new in this list and i'm quite new to samba. I'm trying to configure samba as a PDC for a Windows XP network. Samba version: 3.2.5 on Debian Lenny 5.0.4 The domain works, as well profiles. The problem is the "unix password sync" options. My values are: |unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *New*UNIX*password* %n\n
2003 Jan 24
10
linux server completely hangs copying files with samba
hi, i'm experiencying a strange problem with a mandrake 9.0 machine, kernel 2.4.19, samba (different versions, including latest). when I copy large amount of data from any win98 machine to a share directory on linux, after a random time the linux machine hangs; not responding even to ctrl-alt-canc, only possibility is to reset. I was using a realtek 8139 (driver 8139too) which I know
2007 Feb 15
0
yum does not update x86_64
...olerant=1 exactarch=1 retries=20 obsoletes=1 gpgcheck=1 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d --------------------------------- /etc/yum.repos.d/CentOS-Base.repo --------------------------------- [base] name=CentOS-$releasever - Base baseurl=ftp://rodolf.cance.fr/centos/$releasever/os/$basearch/ baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 #released updates [update] name=CentOS-$releasever - Updates baseurl=http://mirror.centos.org/centos/$releasever/updates/$bas...