search for: waisted

Displaying 20 results from an estimated 50 matches for "waisted".

2007 Jun 18
1
how to obtain the OR and 95%CI with 1 SD change of a continue variable
Dear all, How to obtain the odds ratio (OR) and 95% confidence interval (CI) with 1 standard deviation (SD) change of a continuous variable in logistic regression? for example, to investigate the risk of obesity for stroke. I choose the happening of stroke (positive) as the dependent variable, and waist circumference as an independent variable. Then I wanna to obtain the OR and 95% CI with
2023 Nov 03
1
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Hello Everyone, I have three variables: Waist circumference (WC), serum triglyceride (TG) level and gender. Waist circumference and serum triglyceride is numeric and gender (male and female) is categorical. From these three variables, I want to calculate the "Lipid Accumulation Product (LAP) Index". The equation to calculate LAP is different for male and females. I am giving both
2023 Nov 03
1
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Well, something like: LAP <- ifelse(gender =='male', (WC-65)*TG, (WC-58)*TG) The exact code depends on whether your variables are in a data frame or list or whatever, which you failed to specify. If so, ?with may be useful. Cheers, Bert On Fri, Nov 3, 2023 at 3:43?AM Md. Kamruzzaman <mkzaman.m at gmail.com> wrote: > Hello Everyone, > I have three variables: Waist
2023 Nov 03
1
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
df$LAP <- with(df, ifelse(G=='male', (WC-65)*TG, (WC-58)*TG)) That will do both calculations and merge the two vectors appropriately. It will use extra memory, but it should be much faster than a 'for' loop. Regards, Jorgen Harmse. ------------------------------ Message: 8 Date: Fri, 3 Nov 2023 11:10:49 +1030 From: "Md. Kamruzzaman" <mkzaman.m at gmail.com>
2004 Dec 04
5
BLOCKING incoming FAXES on voice line.
At time to time somebody is trying "their luck" and send me most likely a junk fax on my voice line. During normal working hours is not a problem I just pickup the line and hangup the call but after-hours my voice mailbox is intercepting the call and recording those "beeps" (waisting my CPU cycles). Is there a way to block call / issue hangup command if the incoming call is a
2005 May 27
2
CRM integration (was RE: CallerID)
hello everyone, I just had a thought on this subject why not create a daemon process on the Client PC That registers its self and What phone the user is connected. An AGI script could monitor the progress and when answered could send a push to the registered daemon which would push a link to the registered daemon on the telephone operators on the desk top. this would not waist resource as much as
2023 Nov 03
2
I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Just a minor point in the suggested solution: df$LAP <- with(df, ifelse(G=='male', (WC-65)*TG, (WC-58)*TG)) since WC and TG are not conditional, would this be a slight improvement? df$LAP <- with(df, TG*(WC - ifelse(G=='male', 65, 58))) -----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of Jorgen Harmse via R-help Sent: Friday,
2004 Sep 25
2
Cisco Downloads --> was --> Re: Cisco 7960 and Asterisk...not working...
I just had to deal with this yesterday. I called Cisco and they gave me a part number for the support contract. I looked around and it was $90... I posted back to this list and was happy when someone gave me the correct part number, which at CDW was $10... Not too bad. Although I can't believe Cisco waists time with $10 service contracts. At that point just make the damn thing free. Anyway,
2020 Aug 09
5
User mapping?
On 09/08/2020 20:13, Simon Matthews via samba wrote: > I have things sort of working now, but I just want to confirm: there is > no way to manually (and individually) map the IDs? As far as I am aware, not with your setup, If you were using ldap or running AD, then yes, you could allocate an exact ID to each user and group. Rowland
2007 Jun 16
3
What is the motivation for choosing nVidia?
Dear developers I have just noticed your fantastic work, and I am looking forward to send you dumps of my GeForce 6150, when I get vacation in two weeks. It is an integrated GPU on my Asus A8N-VM CSM, so I hope it will work. The reason I post is, I am wondering what the motivation is for doing nVidia and not ATi? I have read the "FAQ:Why are you doing this?", but it doesn't
2023 Nov 03
1
[EXTERNAL] RE: I need to create new variables based on two numeric variables and one dichotomize conditional category variables.
Yes, that will halve the number of multiplications. If you?re looking for such optimisations then you can also consider ifelse(G=='male', 65L, 58L). That will definitely use less time & memory if WC is integer, but the trade-offs are more complicated if WC is floating point. Regards, Jorgen Harmse. From: avi.e.gross at gmail.com <avi.e.gross at gmail.com> Date: Friday,
2003 Nov 04
1
very odd behavior for concurrent file access in Samba3.0.0 with MS Word
Hello, I just installed Samba 3.0.0 on RH9 and began testing the concurrent file access behavior. Leaving all locks/oplocks by default, there is no way of preventing a second MSWord user from opening an already open file with no warning message (in a MS network the message would normally be " ..test.doc is already open by ...Do you want to make a copy?")!! No such thing with Samba,
2005 Sep 23
5
ocfs2 <-> 10G (10.2.01) Clusterware
RHEL 4 (CENT OS) Am I waisting my time trying to get the 10G Clusterware installer to use OCFS2 volumes for the voting and OCR disks ? The ocfs2 setup seems happy on both nodes but the 10G installer says the location entered for the oracle cluster registry (OCR) is not shared across all the nodes in the cluster Do the volumes need to mounted ? I did with no change . [root@green rc5.d]#
2011 Jul 15
1
combining elements in a data frame
Hi all, I have 2 data frames the first contains a list with repeats of words and an associated response time (RT) measure for each word. The second is a tabulation of each unique word and other information such as the amount and of responses for each word. I need to determine the mean RT for each word and add that as a column in the second data frame. Any help would be appreciated Cheers
2010 Sep 20
2
invalid 'row.names' length error when running scatterplots or plot in R Commander
Hello, I teach statistics and use R Commander for teaching. I have 2 students out of 169 that can't get scatterplots or plot to work. I have had them update packages, restart R/R Commander/their computers and even reinstall R/R Commander. One is using Windows 7 on a new pc and the other is a pc user (not sure the OS). They are both using R2.11.1 and R Commander 1.6-0. The data look like
2003 Nov 04
1
MS Word unable to sense file opening by other users
Thank you for answering. I am testing Samba 3.0.1Pre1 on RH9 . MS Word 97 keeps opening already opened files without sending any warning as it would normally do when accessing W2K servers. Same program , same files behave differently with Samba and W2K. However, I found that Powerpoint is nevertheless able to sense correctly the situation by always giving such warnings - " test.ppt is
2007 Mar 18
1
HELP...Running data
We are two french students and we have a problem concerning an exercize. We don't know how to resolve it. It would be fantastic if someone can help us. Thanks. Description: This study examined how the metabolic cost of locomotion varied with speed, stride frequency and body mass. Cost was determined by measuring oxygen consumption (?vo2?), analyzing the oxygen content in air inhaled and
2018 Nov 29
3
Setup a Samba AD DC as an additional DC
> > >What is the running AD DC its os version/build, it was an > MS server? > > 2 AD DCs Windows 2012, 1 is 2008, but the DC for the join is a 2012 > > windows DC > > >Yes, but win 2012 which one? 2012 or 2012R2 Can you open a > dosbox (cmd) and type : ver The build nummer is? > > It is just 2012, not R2. Here is the ver output: Microsoft Windows
2004 Sep 27
1
Cisco Downloads --> was --> Re: Cisco 7960 andAsterisk...not working...
can you please share the cdw part # for the $ 10 service contract ? W. Kevin Hunt CCIE #11841 MCSE, Linux+ SME www.huntbrothers.com > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > Christopher Jacob > Sent: Saturday, September 25, 2004 9:51 PM > To:
2003 Jan 06
1
replacing a w2k machine with samba 2.2.7a
...H 7.3 with the latest kernel, no acl, configured winbind, and ran into the problem described here : http://lists.samba.org/pipermail/samba-technical/2001-October/032017.html it would be helpful if this info made it's way into the winbind.html at the doc directory of the samba distribution - i waisted an hour tracking it down, and other people may just give up on it before finding the solution. After configuring everything, my samba server is running for 2 weeks already , without any major problems. i have a few minor problems though : generally, this server holds a few shares for several diff...