search for: anaysis

Displaying 12 results from an estimated 12 matches for "anaysis".

Did you mean: analysis
2012 Jun 24
2
[LLVMdev] Does anaysis group only contain passes?
I found that ProfileInfo is contained in an analysis group, but ProfileInfo class itself is not derived from any base classes of passes, so it appears not to be a pass. Anything I missed here? Thanks, -Thomson -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120624/7f26ca93/attachment.html>
2012 Jun 25
0
[LLVMdev] Does anaysis group only contain passes?
On 6/24/12 10:37 AM, Thomson wrote: > I found that ProfileInfo is contained in an analysis group, but > ProfileInfo class itself is not derived from any base classes of > passes, so it appears not to be a pass. Anything I missed here? This is just a guess, but I suspect that the ProfileInfo class defines the interface which all passes in that analysis group are expected to
2012 Jun 26
0
[LLVMdev] Does anaysis group only contain passes?
...lyses (like points-to analysis) in which one analysis tries to get a result and, if it can't get as good a result as it likes, asks the next analysis in the chain (see http://llvm.org/docs/WritingAnLLVMPass.html#AU::addRequired). > If yes, which pass will be used for the call of > getAnaysis<AnalysisGroup>()? I believe the chain is in reverse order. So if you specify opt -pass1 -pass2 -pass3 -transform, and transform queries the analysis group to which pass1, pass2, and pass3 belong, then pass3 is queried first. If pass3 then queries another pass in the analysis group, the...
2012 Jun 26
2
[LLVMdev] Does anaysis group only contain passes?
Thanks, John. This sounds reasonable that the analysis group just provides an interface to its implementors (pass). Then I have another question, is it allowed to specify multiple pass in the same analysis group in the command line for opt? If yes, which pass will be used for the call of getAnaysis<AnalysisGroup>()? -Thomson On Mon, Jun 25, 2012 at 10:34 PM, John Criswell <criswell at illinois.edu>wrote: > On 6/24/12 10:37 AM, Thomson wrote: > > I found that ProfileInfo is contained in an analysis group, but > ProfileInfo class itself is not derived from any base c...
2013 Apr 24
2
Regression on stratified count data
...data: age case oc count 1 1 1 21 1 1 2 26 1 2 1 17 1 2 2 59 2 1 1 18 2 1 2 88 2 2 1 7 2 2 2 95 age: 1:<40y 2:>40y case: 1:patient 2:health oc: 1:use drug 2:not use drug My purpose: Anaysis whether case and oc are correlated, and age is a stratified variable. My solution: 1,Mantel-Haenszel test by using function "mantelhaen.test" 2,loglinear regression by using function glm(count~case*oc,family=poisson).But I don't know how to handle variable "age",which is t...
2007 May 06
1
simple table ordering question
...uot;,37),rep("Agree",64)) table(mytable) this gives me Agree Disagree 64 37 but I didn't ask for it to be in alphabetic order. How can I get it in original order? Disagree Agree 37 64 Thanks, Jeff Jeffrey. M. Miller, PhD Statistics & Data Anaysis Consultant CEO - AlphaPoint05, Inc <http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=2792+SE+27th+Ave&csz=Gainesv ille%2C+FL+32641&country=us> 2792 SE 27th Ave Gainesville, FL 32641 <mailto:jeffmiller@alphapoint05.net> jeffmiller@alphapoint05.net <http://www.alphapoin...
2004 Feb 10
0
[Bug 732] Number of logins mandated by PAM doesn't work correctly
...----- Are you actually using PAM challenge-response for authentication? You should have "PasswordAuthentication no" in your sshd_config. ------- Additional Comments From djm at mindrot.org 2004-02-10 13:46 ------- This looks like password auth vs PAM auth. Please reopen the bug if this anaysis is incorrect. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2004 Dec 29
0
12 CANCEL's followed by 12 INVITE's in 5 secs
...t' in context 'sip' WHERE X.X.X.X=ASTERISK SEREVR ------- I do tcpdump and see 12 INVITES going from asterisk to sipua,and then 12 CANCEL in a span of 5 secs and the session terminates with being call established. Please tell me what could be the problem here ? ----*------- for you anaysis: i have put my extensions.conf here.. [globals] ;AbsoluteTimeout(3) [incoming] ;incoming context is tied with channel 4 FXO device exten => s,1,Answer exten => s,2,Background(beep) exten => s,3,Dial(Zap/1,40,tr) exten => s,4,Playback(vm-isunavail) ;exten => s,5,Dial(SIP/clienta,10,...
2004 Dec 27
0
Call Placing timeouts
...run: Timeout, but no rule 't' in context 'sip' ------- I do tcpdump and see 12 INVITES going from asterisk to sipua,and then 12 CANCEL in a span of 5 secs and the session terminates with being call established. Please tell me what could be the problem here ? ----*------- for you anaysis: i have put my extensions.conf here.. [globals] ;AbsoluteTimeout(3) [incoming] ;incoming context is tied with channel 4 FXO device exten => s,1,Answer exten => s,2,Background(beep) exten => s,3,Dial(Zap/1,40,tr) exten => s,4,Playback(vm-isunavail) ;exten => s,5,Dial(SIP/clienta,10,...
2007 Jan 17
2
Effect size in GLIM models
Dear All, I wonder if anyone can advise me as to whether there is a consensus as to how the effect size should be calculated from GLIM models in R for any specified significant main effect or interaction. In investigating the causes of variation in infection in wild animals, we have fitted 4-way GLIM models in R with negative binomial errors. These are then simplified using the STEP procedure,
2004 Jan 25
3
warning associated with Logistic Regression
Hi All, When I tried to do logistic regression (with high maximum number of iterations) I got the following warning message Warning message: fitted probabilities numerically 0 or 1 occurred in: (if (is.empty.model(mt)) glm.fit.null else glm.fit)(x = X, y = Y, As I checked from the Archive R-Help mails, it seems that this happens when the dataset exhibits complete separation. However, p-values
2000 May 02
16
R Documentation(s)
Dear all, I am interested by the various messages sent to the r-help mailing list these last few days about documentation on R. Yet, there are a lot of issues actually open on this topic, and it is not clear to me what is the "urgent need for documentation" on R. R comes with the 'Introduction to R' by Venables et al. I recommend the colleagues and students in my lab who are