search for: bp

Displaying 20 results from an estimated 1488 matches for "bp".

Did you mean: ebp
2013 Jan 06
4
random effects model
...estion 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 models. This time I classified obese=1 & overweight=1 as obese itself. Can you tell me if I can use the geese or geeglm function with this data eg: : HIBP~ time* Age Here age is a factor with 3 levels, time: 2 levels, HIBP = yes/no. It says geese/geeglm: co...
2012 Feb 29
1
Error occurred during mean calculation of a column of a data frame, which is apparently contents numeric data
...he data frame or matrix from the following character object called "str_got". It has 14 entries and each entry has 8 values, separated by commas. Please go thru the following R commands to know how I tried to unstring and unlist the values to form a data frame. > str_got [1] "bp,67,2011-12-09T19:59:44.044+05:30,9830576102,68.0,124.0,58.0,66.0" "bp,67,2011-12-09T20:19:31.031+05:30,9830576102,72.0,133.0,93.0,40.0" [3] "bp,25155,2011-12-12T13:08:48.048+05:30,9830576102,79.0,143.0,105.0,38.0" "bp,25155,2011-12-12T13:10:44.044+05:30,983...
2001 Nov 21
1
X11DRV problem? (Backtrace)
...32.DLL' (0x411b9000) No debug information in 32bit DLL 'SHELL32.DLL' (0x410dc000) Unhandled exception: c0000092 in 32-bit code (0x40acc1a5). In 32-bit mode. 0x40acc1a5 (X11DRV.DLL.Polygon+0x185): fmul %st(6),%st Wine-dbg>bt Backtrace: >0 0x40acc1a5 (X11DRV.DLL.Polygon+0x185) (ebp=407d5c74) 1 0x40a3ba95 (GDI32.DLL.Polygon+0x55) (ebp=407d5c94) 2 0x409a95e8 (USER32.DLL.DrawEdge+0x12e8) (ebp=407d5de0) 3 0x409aa1dc (USER32.DLL.DrawFrameControl+0x6c) (ebp=407d5e00) 4 0x409c708c (USER32.DLL.AdjustWindowRectEx+0x117c) (ebp=407d5e3c) 5 0x409c7b1a (USER32.DLL.AdjustWindowRe...
2012 Dec 28
3
help with reshaping wide to long format
Hi, Sorry, but how did you bring it out? Thanks On Fri, Dec 28, 2012 at 8:48 AM, arun kirshna [via R] < ml-node+s789695n4654093h10@n4.nabble.com> wrote: > Hi, > bp.sub<- structure(list(CODEA = c(1L, 3L, 4L, 7L, 8L, 9L, 10L, 11L, 12L, > 13L, 14L, 16L, 17L), C45 = c(NA, 2L, 2L, 2L, 2L, 1L, NA, 1L, > 1L, 2L, 1L, 2L, 1L), ragek = c(3L, 3L, 3L, 4L, 4L, 3L, 3L, 3L, > 3L, 3L, 3L, 3L, 3L), ra80 = c(4L, 3L, 6L, 6L, 4L, 6L, 3L, 4L, > 4L, 4L, 4L, 4L, 4L),...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed
2012 Aug 10
1
[PATCH 4/4] Support sectors >512
....com> --- mbr/gptmbr.S | 42 +++++++++++++++++++++++++++++------------- 1 files changed, 29 insertions(+), 13 deletions(-) diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S index b0c11b9..f0955b2 100644 --- a/mbr/gptmbr.S +++ b/mbr/gptmbr.S @@ -77,6 +77,12 @@ next: ADJUST_DRIVE pushw %dx /* 0(%bp) = %dl -> drive number */ + movw %sp, %bp /* %bp -> frame pointer: LEAVE UNCHANGED */ + + /* prepare to read sector size */ + sub $0x1c, %sp /* -28(%bp) == %sp */ + pushw $0x1e /* -30(%bp) == %sp */ + movw $0x200, -6(%bp) /* -6(%bp) sector size */ /* Check to see if we have EBIOS */ pu...
2007 Nov 14
1
graphics in cocorresp package
I'm using cocorresp package with predictive co-correspondence analysis model. i would need to visulize inside the graphic (plot function) the sample site numbers (is it possible to consider this a "label"?). is there any function to do this? thanks for your help. Elisa Dr. Elisa Santi Dipartimento di Scienze Ambientali "G. Sarfatti" Unità di Ricerca Biodiversità
2013 Feb 08
6
[PATCH] 4k_sector: Support dynamic sectors in GPT MBR
This patches add support for dynamic sectors to GPT MBR code. First 3 patches are trick and optimizations to gain some space for the forth patch. I have a modified version of SeaBIOS, some code and some script o test it I'll send on a different mail.
2009 Mar 11
0
Working up examples of barplots with customized marginal items
...beside=T, names=c("Men","Women")) valueNames <- c("Very Strong","Somewhat Strong","Not Strong","Somewhat Weak","Very Weak") ### Use mtext to write in the margin so that labels on plot are nice. par(mar=c(10,4.1,5.1, 2.1)) bp <- barplot(xmatr, beside=T, names=NULL) ### bp contains the positions of the bars. mtext(valueNames, side=1, las=3, at=bp) mtext(c("Men","Women"), side=1, at=c(bp[3],bp[8]),line=8, cex=2) ### Adding numbers to the bars may clarify text ( bp, as.vector(xmatr), labels=as.vec...
2015 Aug 05
2
Linux Workstation x SMB4 DC
....003s > > Just how many users do you have ? > > Can we see your smb.conf ? > > This could be a network problem, have you investigated this possibility > ? > > Rowland Around 4700 users... [root at CTA1PAPAN001645 ~]# cat /etc/samba/smb.conf [global] workgroup = BP realm = BP.NET security = ads idmap uid = 10000-99999 idmap gid = 10000-99999 idmap config BP:backend = rid idmap config BP:range = 10000000-19999999 winbind enum users = no winbind enum groups = no winbind use default domain = yes template homedir = /home/BP...
2020 Jun 11
2
[PATCH] efi/main: add retry to exit_boot()
...gt; --- efi/main.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 70 insertions(+), 11 deletions(-) diff --git a/efi/main.c b/efi/main.c index 6a748412..d7fb637e 100644 --- a/efi/main.c +++ b/efi/main.c @@ -1008,16 +1008,81 @@ static int exit_boot(struct boot_params *bp) EFI_MEMORY_DESCRIPTOR *map; EFI_STATUS status; uint32_t e820_type; - UINTN i, nr_entries, key, desc_sz; + UINTN i, nr_entries, key, desc_sz, buf_sz, map_sz; UINT32 desc_ver; + /* + * Call once with empty buffer size to + * see how large the buffer should be. + */ + buf_sz = 0; + statu...
2002 Feb 26
0
DDE problems
...I may be missing something obvious. Thanks in advance for any help. Miguel Feitosa TRACE First chance exception: page fault on read access to 0xc032090d in 32-bit code (0x400a47d6). In 32-bit mode. Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0277 GS:0000 EIP:400a47d6 ESP:40ca69ac EBP:40ca69b0 EFLAGS:00010202( R- 00 I - - 1 ) EAX:c032090f EBX:40100ef8 ECX:000003e7 EDX:c032090d ESI:c032090f EDI:40ca6a10 Stack dump: 0x40ca69ac (_end+0x237d58): 406c1c84 40ca69c8 406266c6 c032090f 0x40ca69bc (_end+0x237d68): 406c1c84 080745a8 40ca6b70 40ca6a84 0x40ca69cc (_end+0x237d78):...
2011 May 18
1
strucchange package Linux help
...run the code below on Macintosh and Windows, the plot comes out fine. However, on Linux, the png generated is invalid from R console, and loading strucchange crashes rkward. Is this a known issue on Linux and, if so, is there a workaround? Many thanks! require(strucchange) data("RealInt") bp.ri <- breakpoints(RealInt~1, h=15) summary(bp.ri) fac.ri <- breakfactor(bp.ri, breaks = 3, label='seg') fm.ri <- lm(RealInt~0 + fac.ri) summary(fm.ri) vcov.ri <- function(x,...) kernHAC (x, kernel = 'Quadratic Spectral', prewhite = 1, approx = 'AR(1)', ...) coef(...
1998 Dec 02
4
Net help analyzing logfiles: Printer permissions in Domain
...As soon as I have the account that is destined to do the printing print, it can't log in. I have included my smb.conf file and two log excerpts - one successful, one not successful. I suspect that the account definetely needs to be present on the samba machine as well. Is any entry to /etc/smbpasswd enough or does the account also have to be present in /etc/passwd? Can I set this account's UNIX password to "*" preventing local login? Any hints will be appreciated. Greetings Marc |[global] | workgroup = BARTSCH | guest account = nobody | keep alive = 30 | os level...
2009 Aug 19
2
mild and extreme outliers in boxplot
dear all, could somebody tell me how I can plot mild outliers as a circle(?) and extreme outliers as an asterisk(*) in a box-whisker plot? Thanks very much in advance -- View this message in context: http://www.nabble.com/mild-and-extreme-outliers-in-boxplot-tp25040545p25040545.html Sent from the R help mailing list archive at Nabble.com.
2009 Mar 04
3
Table Transformation
Dear R-experts, recently, I started to discover the world of R. I came across a problem, that I was unable to solve by myself (including searches in R-help, etc.) I have a flat table similar to key1 key2 value1 abcd_1 BP 10 abcd_1 BSMP 1A abcd_1 PD 25 abcd_2 BP 20 abcd_3 BP 80 abcd_4 IA 30 abcd_4 PD 70 abcd_4 PS N I wish to transform this table to obtain the following result: key2 key1 BP BSMP IA PD PS abcd_1 "10" "1A" "" "25" "" abcd_2 "20" "&q...
2002 Jun 02
1
PATCH for Symbios/LSIlogic scsi and isolinux
...d by the user otherwise, for the 4 sector read, this change shouldn't have much impact on other systems. (boot speed was very fast). Regards, Ruud L. --- isolinux.asm.ORIG Sat Jun 1 09:52:41 2002 +++ isolinux.asm Sun Jun 2 14:14:12 2002 @@ -498,9 +498,9 @@ mov [si+8],eax .loop: push bp ; Sectors left - cmp bp,byte 32 + cmp bp,byte 1 ; 1 works for LSIlogic jbe .bp_ok - mov bp,32 + mov bp,1 .bp_ok: mov [si+2],bp push si
2005 Jun 02
3
How to change all name of variables
Dear R-helpers, First I apologize if my question is quite simple I have a large datasets which more 100 variables. For a research I need to change all name of variables with add one or more letters on each variables. For example, > data(Pima.tr) > Pima.tr[1:5,] npreg glu bp skin bmi ped age type 1 5 86 68 28 30.2 0.364 24 No 2 7 195 70 33 25.1 0.163 55 Yes 3 5 77 82 41 35.8 0.156 35 No 4 0 165 76 43 47.9 0.259 26 No 5 0 107 60 25 26.4 0.133 23 No > > dimnames(Pima.tr)[[2]] [1] "npreg" "glu"...
2007 May 17
4
using lm() with variable formula
...call lag() to offset non-response terms. I can not assume a specific number of columns in the data.frame; might be 3, might be 20. My central problem is that the formula given to lm() is different each time. For example, say a data.frame had columns with the following headings: height, weight, BP (blood pressure), and Cals (calorie intake per time frame). In that case, I'd need something like the following: lm(height ~ weight + BP + Cals) lm(height ~ weight + BP) lm(height ~ weight + Cals) lm(height ~ BP + Cals) lm(weight ~ height + BP) lm(weight ~ height + Cals) etc. In gener...
2004 Aug 31
1
[PATCH] supporting a remote scp path option in scp
...v[i]) + strlen(src) + (tuser ? strlen(tuser) : 0) + strlen(thost) + strlen(targ) + - strlen(ssh_options) + CMDNEEDS + 20; + strlen(ssh_options) + strlen(rscpcmd) + 20; bp = xmalloc(len); if (host) { *host++ = 0; @@ -403,7 +418,7 @@ "%s%s %s -n " "-l %s %s %s %s '%s%s%s:%s'", ss...