search for: dhruv

Displaying 19 results from an estimated 19 matches for "dhruv".

2008 Oct 19
3
pairs plots in R
...the whole matrix is slow and the resulting matrix is tiny. Also the variable of interest for me is a binary var Y or N . Is there an efficient way to graphically view many variable relationships that does not look teeny ? I could do pairs 10 at a time but this seems too brute force. thanks Dhruv [[alternative HTML version deleted]]
2010 Mar 06
3
r code to generate interaction columns
...g can create terms but i want the columns to be part of the data set so that i can feed this into Random forest to pick out predictive interaction terms as regression cannot reliably handle correlated interaction terms. if anyone has some simple code that can do this that would be helpful. thanks Dhruv [[alternative HTML version deleted]]
2008 Jul 07
5
question on lm or glm matrix of coeficients X test data terms
...var1,var2 10,100 so I want to get .5, 60 back in a vector. This is a one row example but I would want to get a matrix of multiplied out coefficients and terms for use in comparing contribution of variables to final score. As in a scorecard using logistic regression. Please advise. thanks Dhruv
2008 Oct 02
2
aggregate empty row for pretty appearance also subtotal if possible
...420164905 5 420164905 original data is something like: data Group1 Group2 x A Y 1 B N 1 A Y 1 B N 420164904 A N 3 thanks Dhruv [[alternative HTML version deleted]]
2008 Oct 27
0
Displaying number of Y/N affected by tree in rule form RE: R question/request on rules from rpart
...ded now the function returns the rules along with Y and N count affected by the resulting rule. I am ccing the r-help post in case anyone wants to reuse this updated version as well. This is a great little function. Thanks for developing it and suggesting how to make the enhancement. Regards, Dhruv listrules<-function(model) { if (!inherits(model, "rpart")) stop("Not a legitimate rpart tree") # # Get some information. # frm <- model$frame names <- row.names(frm) ylevels <- attr(model, "ylevels") ds.size <- model$frame[1,]$n...
2017 Jun 22
6
[Bug 101559] New: Displays fail to wake up when booting machine away from Display Port KVM switch
...Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: dhruv.a.thakkar at leidos.com QA Contact: xorg-team at lists.x.org Created attachment 132142 --> https://bugs.freedesktop.org/attachment.cgi?id=132142&action=edit Xorg.0.log Description of problem: We are trying to solve an issue in which displays fail to wake up when booting a Rhel 7...
2008 Nov 20
1
rpart tuning question
Hi, In a binary classification dataset is there a way to tune rpart to now allow any false positives. I.e. is there some setting that will enforce no false positives (prior etc)? (and yet Without making the tree pick all 0 or 1 outcome) Dhruv [[alternative HTML version deleted]]
2008 Dec 23
1
sorting regression coefficients by p-value
Hi, Is there a way to get/extract a matrix of regression variable name, coefficient, and p values? (for lm and glm; which can be sort by p value?) thanks Dhruv [[alternative HTML version deleted]]
2008 Sep 29
1
persistence of model in R to a file
...ing column C is missing from the data. Anyway it seems like the models would be more compact without having to include within them data from the original data set used to build them but that is an aside. If models can be persisted and loaded selectively later that would neat. thanks Dhruv [[alternative HTML version deleted]]
2008 Sep 21
2
r format questions
...I do a summary so I can't -1 them away. 2) is there an easy way to then take my aggregate matrix and then format the sum wtih $ and commas. for e.g instead 10000 it should show $10,000.00? I am trying to create a report and am piping the aggregate into an xtable and feeding it R2html. thanks Dhruv ------------------------------------------------------------ Medical Billing and Coding Training ools. http://tagline.excite.com/fc/JkJQPTgMxYL8ba16zHPqHis4q6x4p3rbpaGcEAQIui8YyxCoQBNUxa/ [[alternative HTML version deleted]]
2009 Sep 12
1
[LLVMdev] Cache optimizations and data layout
...w to LLVM. I am using an x86 code generator. I need to write a few passes based on cache blocks and data layout information. Does LLVM provide a way for me to see the data layout and analyze what are the cache blocks? If not is it possible to implement the same in the current framework? Thank You Dhruv Choudhary -- School of Electrical and Computer Engineering Georgia Institute of Technology (M) +1 770 827 9264 Personal Email : choudharydhruv at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20...
2008 Sep 21
1
design question on piping multiple data sets from 1 file into R
...I wanted to know if there is an elegant and clean way to read in 1 csv file but to read the seperate matrices on different rows into seperate R data objects. if this is easy then I can read the 8 datasets in the csv file into 8 r objects and pipe them to time series objects for graphs. thanks Dhruv ------------------------------------------------------------ Email Fax It's easy to receive faxes via email. Click now to find out how! http://tagline.excite.com/fc/JkJQPTgLMRGrZRz1SpXTBEyJ7zsqYo4Wrxjvd4ml8SSHhbc6NzbNSo/ [[alternative HTML version deleted]]
2010 Nov 29
3
question
...d group=B,C', ifelse(Age<=50 then group=N,A, 'Age<=50 then group=N,A'))) this way the rpart tree can be used to segment the data by the rule that does with it to do performance on each tree. any solution to traverse the rpart tree into if else statement would be helpful. thanks Dhruv Email transmitted across the Internet is normally not protected and may be intercepted and viewed by others. Therefore, you should refrain from sending any confidential or private information via unsecured email to PenFed. We will not ask you to send confidential information to us via email...
2009 Oct 12
3
[LLVMdev] Accessing Loop Variables
Hi, How do I access the loop variables in a loop. for(i = 0; i < N; i++) for(j = 0; j < M; j++) A[i][j+k] = i + j; Is there anyway for me to know that in A[i][j+k], i & j are loop variables whereas k is not! Regards, Prasenjit Chakraborty Performance Modeling and Analysis IBM Systems & Technology Lab
2009 Jun 18
3
Getting started with puppet
Hey Folks, I''m just starting to look into Puppet though am finding it a bit confusing as to how to get it setup on the network I administer. At the moment it is a combination of RHEL 4 and SLES 10 boxes with windows and novell also. I know that windows / novell is beside the point though am wondering how to get puppet setup on the RHEL and SLES side of things. Any good howto''s
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
...quot; (Jesse Young) 58. Sweave and UTF8/Win XP (Jacques Ropers) 59. Testing this significance of a factor in a mixed-model "ANCOVA" (Jesse Young) 60. Re: How to remove columns of table in R recursively (Patrick Connolly) 61. persistence of model in R to a file (Sharma, Dhruv) 62. Integrating functions in R (kvest at al.umces.edu) 63. Simple question about extracting a subset of data (Josh B) 64. Re: Simple question about extracting a subset of data (rmailbox at justemail.net) 65. Re: Integrating functions in R (Jorge Ivan Velez) 66. Re: persistence of m...
2008 Sep 22
1
R-help Digest, Vol 67, Issue 23
...I do a summary so I can't -1 them away. 2) is there an easy way to then take my aggregate matrix and then format the sum wtih $ and commas. for e.g instead 10000 it should show $10,000.00? I am trying to create a report and am piping the aggregate into an xtable and feeding it R2html. thanks Dhruv ------------------------------------------------------------ Medical Billing and Coding Training ools. http://tagline.excite.com/fc/JkJQPTgMxYL8ba16zHPqHis4q6x4p3rbpaGcEAQIui8YyxCoQBNUxa/ [[alternative HTML version deleted]] ------------------------------ Message: 24 Date: Sun, 21 Sep 200...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...groups programming assitance (Gabor Grothendieck) 58. Re: Summary information by groups programming assitance (Gabor Grothendieck) 59. Re: Problem in passing on an argument via ... how do I access it? (David Winsemius) 60. sorting regression coefficients by p-value (Sharma, Dhruv) 61. Tabular output: from R to Excel or HTML (Stavros Macrakis) 62. Re: sorting regression coefficients by p-value (David Winsemius) 63. Re: Tabular output: from R to Excel or HTML (Tobias Verbeke) 64. Re: Tabular output: from R to Excel or HTML (David Winsemius) 65. Re: AR(2) coefficient...
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...rate A B A B perhaps the best structure might be t, AA, AB, BA, BB. is there already a package for this ? i know i could hard code a solution but i was hoping there is a package for this so if thre are t time windows then t-1 markov chains could be generated. hope this makes sense. thanks Dhruv -----Original Message----- From: r-help-bounces at r-project.org on behalf of r-help-request at r-project.org Sent: Sat 12/11/2010 6:00 AM To: r-help at r-project.org Subject: R-help Digest, Vol 94, Issue 11 Send R-help mailing list submissions to r-help at r-project.org To subscribe or unsubs...