search for: chaudhari

Displaying 20 results from an estimated 58 matches for "chaudhari".

Did you mean: chaudhary
2006 Jul 13
1
Scalling/Centering the Data by an Index
Dear All: I would like to center the data in 'x' by 'group'. The following code scale the data and I have not been able to figure out how to change it so I get the centered data. x <- c(1, 2, 3, 4, 5, 6, 7, 8) group <- c(1,1,1,2,2,2,2,2) unsplit(lapply(split(x,group),scale),group) I would appreciate your help. Ashraf
2004 Dec 17
1
Confidence Intervals from Bootstrap Replications
Hi All: I have to compute bootstrap confidence intervals, the statistic (incremental cost effectiveness ratio) is computed from two samples (intervention and control) of different sizes. All the bootstrap functions that I have seen use one dataset as argument. I may go ahead and get the desired number of bootstrap replications separately. I would appreciate if you could point me to a source of a
2008 Jun 21
1
Fwd: Detection of Answer, hangup, busy etc while using Dial command
---------- Forwarded message ---------- From: Arun Kumar Chaudhary <uniquearun04 at gmail.com> Date: Sat, Jun 21, 2008 at 4:51 PM Subject: Detection of Answer, hangup,busy etc while using Dial command To: asterisk-users at lists.digium.com. Hi Guys, I am in kanpur, India. I am using Dial() command in my phpagi script. I am unable to detect whether it is connected to the dialed number, if
2010 Mar 11
2
logistic model diagnostics residuals.lrm {design}, residuals()
...ossible to transform one of the residual measures into something reasonably 'normal' while retaining information from the residual so I could compare between models (obviously I could blom transform any of the measures, but then I'd always get a standard normal)? Cheers, bimal Bimal P Chaudhari, MPH MD Candidate, 2011 Boston University MS Candidate, 2010 Washington University in St Louis [[alternative HTML version deleted]]
2006 Mar 22
1
lme convergence
Dear All: lme(sbp ~ cengirth, data = family, random= ~ 1 | familyid) converges but lme(sbp ~ cengirth, data = family, random= ~ cengirth | familyid) does not. I get the following message: Error in lme.formula(sbp ~ cengirth, data = family, random = ~cengirth | : iteration limit reached without convergence (9) The data has 488 rows and 154 familyid levels. For
2015 Nov 02
3
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Greetings Richard, Thanks for the pointer. It was helpful. (Note: We have 2 physical machines, one is p2v machine & the other is conversion server. Both the machines have been updated with "*yum install qemu libvirt-client virt-manager virt-viewer guestfish libguestfs-tools virt-top*") We have couple of questions for the exact functioning of virt-p2v: 1. We are unable to
2014 May 27
4
[LLVMdev] Getting LLVM bit-code for programs using a couple of libraries
Hi guys, I am compiling some programs with clang which use a couple of libraries. When I compile with the command - "clang -O2 -I. -o hello -ldl -llttng-ust hello.c tp.c", it goes successful. My aim is to get the bitcode for these programs but if I try to generate the bitcode with -emit-llvm option, it produces linking issues as follows : (also at - http://pastebin.com/zkmL2SAH)
2010 May 10
1
predict() without generating the model within R
...t allowed independent access to the original data)? I have the new/testing data upon which I wish to base my predictions. Thanks, Bimal PS-yes, I know that if my collaborator just used R, he could send me just the model as an Rdata object. That is not going to happen in this instance. Bimal P Chaudhari, MPH Boston University MD Candidate, 2011 Washington University in St. Louis MS Candidate, 2010 Doris Duke Clinical Research Fellow 314-286-2864
2005 Jul 20
1
Re: help me in printer driver
You mean u have no idea to develop printer driver keshu >From: David Collier-Brown <David.Collier-Brown@Sun.COM> >Reply-To: samba@lists.samba.org >To: keshav chaudhary <keshu82_sh@hotmail.com> >Subject: Re: help me in printer driver >Date: Wed, 20 Jul 2005 09:44:53 -0400 > >[Sent to samba-technical by mistake] > >No, but I've forwarded this to the
2015 Nov 02
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Sorry, attached herein is the screenshot On Mon, Nov 2, 2015 at 6:50 PM, Ravi Chaudhary <rc.chaudhary@gmail.com> wrote: > Greetings Richard, > > Thanks for the pointer. It was helpful. (Note: We have 2 physical > machines, one is p2v machine & the other is conversion server. Both the > machines have been updated with "*yum install qemu libvirt-client >
2005 Apr 13
2
extracting one element of correlation matrices from a list poroduced by the 'by' statement
I am producing 2X2 correlation matrices by a class variable. I need to extract a vector of correlation coefficients only. I am doing that in a loop (see below) but I am sure there would be a simpler way. Please help! > by(d1[,c(2,3)],d1[,1],cor) d1[, 1]: 1 c e c 1.0000000 0.1972309 e 0.1972309 1.0000000
2015 Nov 02
2
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
On Mon, Nov 02, 2015 at 06:51:20PM +0530, Ravi Chaudhary wrote: > Sorry, attached herein is the screenshot This error "unexpected end of file waiting for password prompt" is this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1167916#c4 Although it is a bug in virt-p2v -- it should print a clearer error message -- what it really means in this case is that you've got the wrong
2015 Nov 01
2
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Greetings Richard, To add to the above information, we are following the understated steps: 1. We have 2 BL460c (Gen8) with Fedora 21 installed. Both the machines(BL1 & BL2) have been updated with virt-v2v packages 2. On BL1, we execute the following commands: 1. virt-p2v-make-kickstart fedora 2. livecd-creator p2v.ks 3. After creating the
2014 May 27
2
[LLVMdev] Getting LLVM bit-code for programs using a couple of libraries
Thank you so much for the reply, Tim ! I have some follow up questions (in the inline replies), it would be great if you can answer those. On Tue, May 27, 2014 at 1:36 PM, Tim Northover <t.p.northover at gmail.com> wrote: > Hi Sandeep, > > On 27 May 2014 02:58, Sandeep K Chaudhary <babbusandy2006 at gmail.com> wrote: >> My aim is to get the bitcode for these programs
2005 Apr 03
4
Generating a binomial random variable correlated with a normal random variable
Hi All: I would like to generate a binomial random variable that correlates with a normal random variables with a specified correlation. Off course, the correlation coefficient would not be same at each run because of randomness. I greatly appreciate your input. Ashraf
2005 Aug 04
1
Where the error message comes from?
Hi all: I get the following error message that I am not able to resolve. Error in if (const(t, min(1e-08, mean(t)/1e+06))) { : missing value where TRUE/FALSE needed It appears right before the last data.frame statement. Below is the program that simulates data from one way random effects model and then computes normality and bootstrap confidence interval for
2006 Mar 16
6
removing ROWS with missing values
I am trying to find out if R can recognize specific criteria for removing rows (i.e. a prexisting function) I have a matrix myMatrix that is 12000 by 20 I would like to remove rows from myMatrix that have: -999 across all columns -999 across all columns but one -999 across all columns but two -999 across all columns but three -999 across all columns but four -999 across all columns but five
2014 Jun 10
4
[LLVMdev] use of undeclared identifier '__NR_*' error while building clang
Hi guys, I am following this[1] tutorial to install clang. However, I have made a small change in the configure command, and I am running it with '--enable-optimized' option to avoid the debug build. I am getting the errors (given at the end) related to *undeclared identifiers '__NR_*'*. Can someone please provide some input about how to tackle this issue? On my other machine, I
2005 Apr 03
3
'skewing' a normal random variable
Hi All; The following question is directed more to statisticians on the list. Suppose I have a normal random variable. Is there a transformation that I can apply so that the new variable is slightly positively skewed. I greatly appreciate your help. Ashraf
2006 Jul 29
0
Help with clogit in survival - conditional logistic regression
Dear All: I have been struggling to run the conditional logistic regression on a dataset. I am using clogit function in survival package. Here is how the data is generated. I tried to shorted the data by using the second count variable but still the clogit did not run. Why I am not able to run clogit on my dataset. I appreciate any input. Regards, Ashraf age <- c(rep(0,8),rep(1,8)) scc <-