search for: zubin

Displaying 20 results from an estimated 29 matches for "zubin".

Did you mean: rubin
2017 Nov 30
1
How to count instructions in a function?
...haps callgraph wasn't setup by the time runOnModule() was called internally. If you know why, kindly enlighten me and perhaps document the behavior for the benefit of others. Your email was the best thing to happen to me all day. I really appreciate you taking out the time to help. Sincerely, Zubin On Thu, Nov 30, 2017 at 11:33 AM, John Criswell <jtcriswel at gmail.com> wrote: > Dear Zubin, > > If I were you, I would write a ModulePass that uses the CallGraph analysis > to get a call graph. I would then iterate over the nodes in the call graph > and propagate informati...
2017 Nov 29
2
How to count instructions in a function?
...es, but iterating through the module's CallGraph is proving to be confusing. I believe I have to use CallGraphWrapperPass to get both module pass and its CallGraph. How do I iterate through the CallGraph in runOnModule()? A simple print callee names example would be highly appreciated. Thanks, Zubin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171129/35239a01/attachment.html>
2006 Jul 19
2
voronoi tessellations
...raw data, the mosaic should have each data point in 1 cell, however that is not the case - any help would be appreciated. However if you run data(tritest) x <- tritest$x y <- tritest$y vm <- voronoi.mosaic(x,y) plot(vm) par(new=T) plot(x,y,col='blue') it looks at it should. -zubin > > From: Prof Brian Ripley <ripley at stats.ox.ac.uk> > Date: 2006/07/19 Wed AM 03:15:51 EDT > To: Don MacQueen <macq at llnl.gov> > CC: zubin <binabina at bellsouth.net>, r-help at stat.math.ethz.ch > Subject: Re: [R] voronoi tessellations > > On Tue...
2008 Sep 14
5
string functions
Hello, trying to locate all the string commands in the base version of R, can't seem to find an area that describes them. I am in need to do some serious parsing of text data to create my dataset. Is there a summary link to all the character operators? string manipulations that would help in parsing text.
2006 May 19
6
bayesian belief networks to determine causality
Hello, does R estimate belief networks to estimate chains of causality. Anyone point me to the right direction, or the most developed library? looking at DEAL>
2009 Sep 26
3
evaluate a set of symbols within an IF statement
Hello, writing some R code to cleanse a data set, if the following set of symbols are identified then perform some actions. trying to write the minimum code to do this. tname = "VIX" checkticker = c("VIX", "TYX", "TNX", "IRX") if (tname == checkticker) { //perform some operations } result i get is > tname == checkticker
2009 May 25
2
cairoDevice.dll error, but it exists..?
...dule could not be found. Error: package 'cairoDevice' could not be loaded However, i navigate to the location in the path above and i do see the cairoDevice.dll file, so i can't figure out what's going on. Again, i tested 2 machines, with R2.9 and Vista, same error on both. -zubin [[alternative HTML version deleted]]
2017 May 19
1
Null pointer dereference?
...1fontinfo */ - if(font) { - font->metrics.KernPairs = NULL; - } + font->metrics.KernPairs = NULL; if (!font) warning(_("failed to allocate Type 1 font info")); return font; Could I submit this as a patch if it looks alright? Thanks so much, Zubin
2010 Mar 31
3
creating a variable using concatenation
A general problem i run into, i know there must be a simple solution. I like to create a variable by appending a 1 for example, (i need to loop later on from 1 to X, thus the reason for this). So i assign the variable vplot with this value, however it has quotes and when i use it in a barplot, it throws an error. but the tcenter$X1 does exist, its an element of a data frame. So if i type
2009 Nov 09
4
prcomp - principal components in R
Hello, not understanding the output of prcomp, I reduce the number of components and the output continues to show cumulative 100% of the variance explained, which can't be the case dropping from 8 components to 3. How do i get the output in terms of the cumulative % of the total variance, so when i go from total solution of 8 (8 variables in the data set), to a reduced number of
2004 Apr 20
1
multi-user engine
...about 10 statisticians with R. Anyone have any backround or information they can share to help me get jump-started on setting up R in this environment? Does each user have their own worksession with the serving executing the submitted R code? Has it been done, any feedback? thx in advance.. -zubin
2004 May 02
2
r dev site is down
the R developer site has been down for some time, what gives? http://developer.r-project.org/
2006 Aug 14
1
lasso for variable selection
...Friedman skipped a lot of details on his rule ensemble in that talk, due to time constraint. In his implementation he was using his own algorithm, PathSeeker, for which paper and software are available on his web page. PathSeeker is a different generalization of LASSO than LAR. HTH, Andy From: zubin > > Attended JSM last week and Friedman mentioned the use of > LASSO for variable selection (he uses it for rules > ensembles). I am an econometrician and not familiar with, i > started running the examples in > R this week and you get to the plots section of the LARS packag...
2011 Apr 15
2
str() on a data frame with 600 variables
Hello.. How do I get str() to show all variables in a data frame? It seems to be "list output truncated" at about 99 variables, the data frame has over 600 but i can't seem to figure out how to show all variables, we see list.len() but again can't seem to figure this out - help will be appreciated. R> str(raw) 'data.frame': 1201 obs. of 626 variables: . . $
2004 Oct 23
2
JDBC DB access in R
Hello, i see packages referencing using ODBC access to databases via R, are there any packages that use JDBC to submit SQL to a database and return into a data frame? -zubin
2009 Mar 29
2
Mature SOAP Interface for R
Hello, we are writing rich internet user interfaces and like to call R for some of the computational needs on the data, as well as some creation of image files. Our objects communicate via the SOAP interface. We have been researching the various packages to expose R as a SOAP service. No current CRAN SOAP packages however. Found 3 to date: RSOAP (http://sourceforge.net/projects/rsoap/)
2009 Jan 22
2
time date stamp since, january 1st 1970
Hello, we are receiving some data, sample below - with a weird time/date stamp format, we need some help with R on converting this time date stamp to a useable field in R, date and time in a data-frame. The developer says its the number of milliseconds since midnight, January 1, 1970. sample: *1232558018624* --------------------- How do I interpret the time stamp? Is there a date, i need
2008 Apr 21
3
optFederov/AlgDesign - help avail?
Hello, we are needing to generate optimal (Fractional) designs for discrete choice applications, where we will be using logistic regression or multinomial logit as the modeling technique. It looks like optFederov, in the AlgDesign package may work, but not sure if this algorithm works when the variable of interest is binary or nominal? Anyone who are experts in this area, anyone interested
2009 Nov 23
2
dynlm predict with newdata?
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091122/6a079ab8/attachment-0001.pl>
2009 Oct 01
1
caret package for time series applications
Hello, I have some time series applications, where i have a large set of X variables (hundreds) and thousands of time data points (sampling every minute). I like to use the caret package to support the analysis, variable selection and model selection. However, reading the documentation, it looks like caret uses resampling methods. Not sure if these methods work with time series, as you