search for: varibale

Displaying 20 results from an estimated 35 matches for "varibale".

Did you mean: variable
2020 Jun 18
4
FileCheck
...to dump the input first, then followed by the error message, so that I can the errors first, and then decide to scroll up if I am interested to do so. * dump it to a separate file (controlled with an option). I am interested in changing the behaviour, because I think I find setting environment varibale "FILECHECK_OPTS="--dump-input never"" inconvenient. My 2 pennies. Sjoerd. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200618/17fa984e/attachment.html>
2009 Sep 01
2
numerical summaries across variables.
...% n Alice mean sd 0% 25% 50% 75% 100% n Barbara mean sd 0% 25% 50% 75% 100% n it is nothing but a numerical summaries across varibales. is it possible. Thanks in Advance. -- View this message in context: http://www.nabble.com/numerical-summaries-across-variables.-tp25234915p25234915.html Sent from the R help mailing list archive at Nabble.com.
2007 Jun 15
2
method of rpart when response variable is binary?
...111110 * 3) x>=19.5 28 6.107143 0.32142860 * If I use 1.25 and 19.5 as the cutting points, change x into factor by >x2 <- cut(q34b,breaks=c(0,1.25,19.5,200),right=F) The coef in y~x2 is significant and makes sense. My problem is: is it OK use the default method in rpart when response varibale is binary one? Thanks. -- Ronggui Huang Department of Sociology Fudan University, Shanghai, China
2006 Jun 05
1
Format Values from a date_select
Hi I have two date select options in a form, when I try and grab these values using somthing like @pMax = params[:max] I get this in the varibale name max(1i)2006max(2i)6max(3i)5 which has the correct data, jsut with added things like max(1i) Whats the best way of grabbbing this data into a variable without the extra titles? Scott -- Posted via http://www.ruby-forum.com/.
2003 May 24
1
...listable functions...
Hi R-helpers. I have the following problem: I would like to apply my function gain(df,X,A) to a list of arguments. df is a data frame X,A are the varibales od data frame. When I do > gain(kyphosis,"Kyphosis",c("Start","Number")) [1] "Start" "Number" I get the following error... Error in unique.default(x) : unique() applies only to vectors I tried lapply and apply, it didn't seem to work... Ca...
2011 May 19
1
Converting Variable Name into String
...= diff(GDPPcSa , 1) in an automated fashion so that I loop over Quartely data to compute the first difference of its variables and add them to the dataframe. .It would be great to get a way to create the string "D1GdpPcSa" knowing that the name of the var is GdpPcSa. Then I can add the varibale D1GdpPcSa to the dataframe and work on its names attribute. Thanks Paolo [[alternative HTML version deleted]]
2012 Dec 05
3
[LLVMdev] how to get and modify a global variable inside a module
...ol AllowInternal=false) const GlobalVariable * getNamedGlobal (StringRef Name) const but i think these functions just return the ID or something else (not the Global Variable's main memory address, i am not sure) here is the thing. i want to know the exact main memory address of the Global Varibale's address when ExecutionEngine execut the *.ll code. further more, i want to change the address, is it possible? do you have some good idea? thank you very much -- View this message in context: http://llvm.1065342.n5.nabble.com/how-to-get-and-modify-a-global-variable-inside-a-module-tp52289p...
2009 Aug 21
2
gantt chart for dataset
...ot;2004/09/09")), ends =Ymd(c("2004/03/03","2004/05/05","2004/05/05","2004/08/08","2004/12/12")), priorities =c(1,2,3,4,5)) gantt.chart(gantt.info,main="Calendar date Gantt chart") the above code is fworking for individual varibale, that variables we have to specify manually for each variable. but my question is assume that above data stored in a excel file 'sample'. now i want gantt chart for the 'sample' dataset. -- View this message in context: http://www.nabble.com/gantt-chart-for-dataset-tp25079653p250...
2012 Dec 02
1
Fwd: How to calculate different groups of varialbes importance level?
...les (i.e Strategy and industry) For example let me say that strategy has 2 sub varialbes and industry has four different variables! Can I simply add the importance of those four industry variables importance over each other and say that the importance level of industry is the total of those four varibales' importance? Can I also do the same thing and add the importance of two strategic variables and have a strategic level importance? After these simple calculation, can I compare the importance of those groups? Thanks for the kind help Best regards -- Solmaz Filiz KARABAG -- Solmaz Fili...
2011 Oct 03
1
Assigning factor names to interaction plot
...tion plot now the groups are referred to as '1', '2' and '3' and the citys are referred to '1', 2'. Hoewever, Id like to pass string character names to those ('Therapy 1, 'therapy 2 and therapy 3). I'd also like to pass string character names to the varibale 'city' ('Amsterdam', "Rotterdam', etc.) I'm a quite new user (since two weeks), and normally I can easily find the solution to my problems on the internet, but however this time I'm frustrated because I cant find solutions that are helping me. I'd be very gl...
2020 Jun 18
4
FileCheck
...to dump the input first, then followed by the error message, so that I can the errors first, and then decide to scroll up if I am interested to do so. * dump it to a separate file (controlled with an option). I am interested in changing the behaviour, because I think I find setting environment varibale "FILECHECK_OPTS="--dump-input never"" inconvenient. My 2 pennies. Sjoerd. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200618/c9f49a9d/attachment.html>
2011 Jan 04
5
Help with "For" instruction
Hi, I am having a problem in doing something similar to this example: Suppose I have this vector a, and from it I wish to create 5 other vector each one with less one value than what object a has So I have "a" a<-c(1,2,3,4,5) and I want a1 that shoud have (2,3,4,5) a2 that should have (1,3,4,5) a3 that should have (1,2,4,5) a4 that should have (1,2,3,5) a5 that should have
2012 Nov 03
7
some help
...a scatterplot of two variables (I think after further explanation scatter plot itself will not be needed). I have two columns of two different variables (that I produces before), column 1 with variable 1 and column 2 with variable 2. I would like to order them by one variable and 0,01 interval (the varibale values will range between 0 and 1). >From each 0,01 interval (100 intervals) i want to pick the maximum and minimum value of variable 2. 3. From the obtained max and min of values of each interval i would like to make a linear least square regression. I hope someone can help me out! Thanks S...
2016 Mar 23
1
Open Project : Inter-procedural Register Allocation [GSoC 2016]
...ale.com> wrote: > From the research and code I've seen - Doesn't this break regalloc > down into a global and location allocation strategy? (maybe I'm > remembering incorrectly) > > Yes I think you are correct. If I recall IP Reg allocation allocates some registers to varibale that are used across the procedures and after that remaining allocation will be done at IP level. > On Wed, Mar 23, 2016 at 12:04 PM, Mehdi Amini via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > >> On Mar 22, 2016, at 6:04 PM, Matthias Braun via llvm-dev < &g...
2000 May 16
4
How do I add fitted curves to coplots?
...retty much done and have estimates for all the model parameters from the nlme object. Now I want to add the fitted lines to my coplot of the data in the manner of figure 10.3. How would I do this? I owuld guess that I use the lines function or the panel function but I can''t find an index varibale to tell me what panel I''m in. Any suggestions? John Walker -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe"...
2020 Jun 18
3
FileCheck
...e, so >> that I can the errors first, and then decide to scroll up if I am >> interested to do so. >> - dump it to a separate file (controlled with an option). >> >> I am interested in changing the behaviour, because I think I find setting >> environment varibale "FILECHECK_OPTS="--dump-input never"" inconvenient. >> >> >> >> My 2 pennies. >> >> Sjoerd. >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lis...
2020 Jun 18
2
FileCheck
...owed by the error message, so that > I can the errors first, and then decide to scroll up if I am interested to > do so. > - dump it to a separate file (controlled with an option). > > I am interested in changing the behaviour, because I think I find setting > environment varibale "FILECHECK_OPTS="--dump-input never"" inconvenient. > > > > My 2 pennies. > > Sjoerd. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llv...
2020 Jun 18
3
FileCheck
...owed by the error message, so that > I can the errors first, and then decide to scroll up if I am interested to > do so. > - dump it to a separate file (controlled with an option). > > I am interested in changing the behaviour, because I think I find setting > environment varibale "FILECHECK_OPTS="--dump-input never"" inconvenient. > > > > My 2 pennies. > > Sjoerd. > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinf...
2012 Dec 05
0
[LLVMdev] how to get and modify a global variable inside a module
On 05/12/12 12:07, Dong Chen wrote: > recently, i use LLVM API to write a program to read *.ll and excute it > automatically. > Further more, i want to change some global variables inside a module. > i tried some functions provided by Module.h and ExecutionEngine.h but none > were seemed to match my need. > did someone have the experience or some advices? > thank you ;) You
2012 Dec 05
0
[LLVMdev] how to get and modify a global variable inside a module
On 12/5/12 2:49 PM, Dong Chen wrote: > here is the thing. i want to know the exact main memory address of the > Global Varibale's address when ExecutionEngine execut the *.ll code. further > more, i want to change the address, is it possible? I assume you want to adjust the value at that address, right? Then you might want to check the ExecutionEngine::getPointerToGlobal method. You can just cast the void* to the a...