search for: overweight

Displaying 20 results from an estimated 21 matches for "overweight".

2013 Jan 06
4
random effects model
Hi A.K Regarding my question on comparing normal/ obese/overweight with blood pressure change, I did finally as per the first suggestion of stacking the data and creating a normal category . This only gives me a obese not obese 14, but when I did with the wide format hoping to get a obese14,normal14,overweight 14 Vs hibp 21, i could not complete any of the model...
2012 Dec 28
3
help with reshaping wide to long format
...ssionAt1410 = c(NA, 0L, NA, 0L, > 0L, 0L, NA, 0L, NA, NA, 0L, 0L, NA), CBCLInternalisingAt1410 = c(NA, > 0L, NA, 0L, 0L, 0L, NA, 0L, NA, NA, 0L, 0L, NA), Obese14 = c(NA, > 0L, NA, 0L, 0L, 0L, NA, NA, NA, NA, 0L, 0L, NA), Obese21 = c(NA, > 0L, NA, 1L, 0L, 0L, NA, 0L, NA, NA, 0L, 0L, NA), Overweight14 = c(NA, > 0L, NA, 0L, 0L, 0L, NA, NA, NA, NA, 0L, 0L, NA), Overweight21 = c(NA, > 1L, NA, 1L, 0L, 0L, NA, 0L, NA, NA, 1L, 0L, NA), hibp14 = c(NA, > 0L, NA, 0L, 0L, 0L, NA, NA, NA, NA, 1L, 1L, NA), hibp21 = c(NA, > 0L, NA, 0L, 0L, 0L, NA, 0L, NA, NA, 1L, NA, NA)), .Names = c("CODE...
2015 Aug 02
3
ayuda con análisis de supervivencia
...abólico (Si=1,No=0) bmi: Indice de masa corporal (IMC) cuando se produce la conversión a MetS+ . Para los que permancen MetS-, esta variable indica el bmi cuando hay censura (por abandono del estudio o al finalizar el estudio en el año 25). bmi0: IMC al inicio del estudio (categórica, levels=normal/overweight/obese) apoE4: Genotipo de interés (E4, no-E4) -Mi hipótesis es que la interacción genotipo~MetS depende del IMC al principio del estudio. Concretamente, individuos 'overweight' al inicio del estudio y con el genotipo E4 hacen la conversión a MetS+ a valores de IMC mas bajos que los que tie...
2010 May 26
3
Simple whole volume copy
I have a volume at 192.168.0.2 on my local network. I'd like to rsync the entire volume to a backup volume, skip all files already present on the backup volume (same name and the same or earlier timestamp), and include all flags, dates, etc. as applicable to Mac OS X 10.6.x. Can someone tell me the proper command to do this.
2005 Sep 07
1
fitting distribution tails
...n an optimization algorithm starts. The objective function could be a goodness-of-fit criterion, for a first try e.g: Minimize the sum over all squared deltas [empirical - theoretical distribution]. In *any* case should be found parameters that fulfill the condition. The criterion should be able to overweight observations the higher they are. What do you think about ? Regards, Carsten [[alternative HTML version deleted]]
2005 Sep 01
1
More block diagonal matrix construction code
Folks: In answer to a query, Andy Liaw recently submitted some code to construct a block diagonal matrix. For what seemed a fairly straightforward task, the code seemed a little "overweight" to me (that's an American stock analyst's term, btw), so I came up with a slightly cleaner version (with help from Andy): bdiag<-function(...){ mlist<-list(...) ## handle case in which list of matrices is given if(length(mlist)==1)mlist<-unlist(mlist,rec=FALSE) csdim<...
2016 Aug 09
0
Centos 7 - how to resurrect /dev/fb0? Or an alternative to fbterm for 256 color tty terminals?
...is available if you install a xen kernel from centos-xen, but it's 16 colors. vmwgfx doesn't seem to make a framebuffer either, and it's questionable if that'll work across both virtualbox and vmware in any case. An alternative would be to use xvfb or some such but that's super overweight. So, finally, a question - does anyone know how you solve this today? Best, --Nick Cammorato
2011 Feb 03
0
Mixed Model Logistic Weighting
I am trying to run a mixed model logistic regression with participants nested within state with a certain amount of covariates. Here is what my model looks like: m1 <- lmer(Overweight ~ age + factor(A_RACE_G) + Prevalance + HH_Income_Dicot + Unemployment_Rate + Intensity_effect + (1 | state2) + GSD_EFFECT + FMA_EFFECT + BMI_EFFECT + DBS_EFFECT + NSM_EFFECT + NCF_EFFECT + ACF_EFFECT + NES_EFFECT + AMS_EFFECT + FTS_EFFECT + PRI_EFFECT + PUI_EFFECT + MLR_EFFECT + PES_EFFECT + PAS...
2009 Dec 02
3
CentOS 5.3 - changing display settings
I've just installed CentOS 5.3 on my desktop and need to change the installed display setting from 1280x1024 to 1024x768 (more suitable for my monitor). When I try this on the Display Settings tab, I get the message: "Display settings changed You need to log out and restart the X server for the changes to take effect. Configuration was written to /etc/X11/xorg.conf, original
2005 Nov 02
4
must cut the line down too much for shaping to work
Hi, my situation: One internet connection 256 kbps uplink/downlink, pretty stable speed, a Linux router with three NICs (one to ISP, one to DMZ and one with VLANs enabled to our LAN). Each of three VLANs (1, 10, 11) is a region for me; id 1 gets guaranteed 128 kbps, id 10 and 11 both get guaranteed 64 kbps (both uplink and downlink). Simple configuration. After I read relevant parts of lartc
2011 May 31
2
Latin Hypercube Sampling with a condition
Hello all, I am trying to do a Latin Hypercube Sampling (LHS) to a 5-parameter design matrix. I start as follows: library(lhs) p1<-randomLHS(1000, 5) If I check the distribution of each parameter (column), they are perfectly uniformly distributed (as expected).For example, hist(p1[,1]) Now the hard (maybe strange) question. I want the combination of the first three parameters to sum up to
2019 Nov 07
8
Enable Contributions Through Pull-request For LLVM
...> unestabilished contributors, but i personally feel it *significantly* > raises the bar for the existing contributors, reviewers. > We don't live in perfect world. Aspirational goals are aspirational. > They should be attempted to be reached, but they shouldn't shadow and > overweight, take over the main goal of the LLVM project. > > Personally, i don't see that benefits out-/over- weight the drawbacks. > > Roman. > > On Thu, Nov 7, 2019 at 8:32 AM Mehdi AMINI via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > Hi all, > >...
2019 Nov 07
2
Enable Contributions Through Pull-request For LLVM
...> unestabilished contributors, but i personally feel it *significantly* > raises the bar for the existing contributors, reviewers. > We don't live in perfect world. Aspirational goals are aspirational. > They should be attempted to be reached, but they shouldn't shadow and > overweight, take over the main goal of the LLVM project. > > Personally, i don't see that benefits out-/over- weight the drawbacks. > > Roman. > > On Thu, Nov 7, 2019 at 8:32 AM Mehdi AMINI via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > Hi all, > >...
2019 Sep 24
7
[centos/centos.org] branch master updated (2459e4e -> 6c8ca10)
...nd links, builds and looks good - number of small layout issues visible in rendering -- hack/workaround to create bullet-like effect for two paras, <ul> tagset didn't work - links verified but should double check links when site is live just in case new 0577071 Fixed design - visual overweight; imbalance + fix links - Had to hack up a solution without bullets - Links are all good to best of, still test when live new 6c8ca10 thanks to arrfab's quick eyes, fixed a leftover URL fragment The 7 revisions listed above as "new" are entirely new to this repository and will b...
1999 Jun 29
3
Anyone successfully using a HP 8000 DN (with JetDirect module and IP) with samba?
Anyone successfully using a HP 8000 DN or HP 5 Lsi (with JetDirect module and assigned IP) with samba? Subject says it all. If you're successfully doing this, what configs made it work? FAQs tell how to set up with a print server, but what if the printer itself is the server? Trust me, the HP doesn't know jack about port 139. Using samba 2.0.4 on Solaris 7 and NT 4.0 SP5 with
2019 Nov 07
3
Enable Contributions Through Pull-request For LLVM
...> unestabilished contributors, but i personally feel it *significantly* > raises the bar for the existing contributors, reviewers. > We don't live in perfect world. Aspirational goals are aspirational. > They should be attempted to be reached, but they shouldn't shadow and > overweight, take over the main goal of the LLVM project. > > Personally, i don't see that benefits out-/over- weight the drawbacks. > > Roman. > > On Thu, Nov 7, 2019 at 8:32 AM Mehdi AMINI via llvm-dev > <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrot...
2019 Nov 07
3
Enable Contributions Through Pull-request For LLVM
...feel it *significantly* >>> > raises the bar for the existing contributors, reviewers. >>> > We don't live in perfect world. Aspirational goals are aspirational. >>> > They should be attempted to be reached, but they shouldn't shadow and >>> > overweight, take over the main goal of the LLVM project. >>> > >>> > Personally, i don't see that benefits out-/over- weight the drawbacks. >>> > >>> > Roman. >>> > >>> > On Thu, Nov 7, 2019 at 8:32 AM Mehdi AMINI via llvm-dev >&gt...
2019 Nov 07
19
Enable Contributions Through Pull-request For LLVM
Hi all, Now that we're on GitHub, we can discuss about pull-requests. I'd like to propose to enable pull-request on GitHub, as a first step as an experimental channel alongside the existing methods for contributing to LLVM. This would allow to find workflow issues and address them, and also LLVM contributors in general to start getting familiar with pull-requests without committing to
2019 Nov 07
2
Enable Contributions Through Pull-request For LLVM
...cantly* >>>> > raises the bar for the existing contributors, reviewers. >>>> > We don't live in perfect world. Aspirational goals are aspirational. >>>> > They should be attempted to be reached, but they shouldn't shadow and >>>> > overweight, take over the main goal of the LLVM project. >>>> > >>>> > Personally, i don't see that benefits out-/over- weight the drawbacks. >>>> > >>>> > Roman. >>>> > >>>> > On Thu, Nov 7, 2019 at 8:32 AM Mehdi AM...
2007 Jun 19
5
Wx::ToolBar#insert_tool
Hey guys, Wx::ToolBar#insert_tool, is either not referenced right, or needs to be updated. 1.) Wx::ToolBar#insert_tool(size_t pos, ToolBarToolBase tool) comes up with a No overloading function type error, AKA 404 Not Found 2.) Wx::ToolBar#insert_tool(size_t pos, Integer toolId, Bitmap bitmap1, Bitmap bitmap2 = NullBitmap, Boolean isToggle = false, Object clientData = nil, String shortHelpString