search for: diastol

Displaying 13 results from an estimated 13 matches for "diastol".

Did you mean: diastole
2009 Aug 18
4
Transpose a dataset
Hi Everyone, I have a dataset like this mean sd 0% 25% 50% 75% 100% n BODY TEMPERATURE 36.41099 0.4015699 35.1 36.22222 36.5 36.66667 37.1 89 DIASTOLIC BLOOD PRESSURE 73.60079 9.4656186 50.0 67.00000 73.0 80.00000 95.0 253 HEIGHT 171.94000 9.2011670 153.5 166.50000 173.0 176.25000 190.0 20 PULSE RATE 67.48221 11.7657645 40.0 60.00000 68.0 75.00000 97.0 253 SYSTOLIC BLOOD PRESSURE 131.91700 14.49866...
2010 Jun 08
2
problem with if else statement
Dear colleagues, What did I not understand ? ->my intention I want to create a new variable: In plain language: If someone is taking anithypertensive treatment (med.hyper==1) table(med.hyper) med.hyper 0 1 472 97 I want to subtract 5 mmHg (rr.dia.2m-5) from the measured diastolic blood pressure (rr.dia.2m) if not treated - the value of the measured diastolic blood pressure should remain the same ->my code (data frame is attached !) rr.dia2.corr<-if(med.hyper==1) { rr.dia.2m-5 } else { rr.dia2.corr==rr.dia.2m } R warning Warnmeldung: In if (med.hyper == 1) { :...
2010 May 13
1
What's data() for?
Hi there, >library(faraway) >pima pregnant glucose diastolic triceps insulin bmi diabetes age test 1 6 148 72 35 0 33.6 0.627 50 1 2 1 85 66 29 0 26.6 0.351 31 0 >data(pima) >pima pregnant glucose diastolic triceps insulin bmi diabetes age test 1 6 148...
2015 Aug 06
3
Asterisk uses "Anonymous", but why?
...atch exten but you do not have a leading '_' to indicate that it is a pattern so this exten will only match a literal "1619xxxxxxx". > Answer(); > Playback(welcomesystole); > Read(digito1,,3); > Playback(diastole); > Read(digito2,,3); > Agi(agi:// > 10.10.22.171:4573/hello.agi?systole=${digito1}&diastole=${digito2}); > Hangup() > } > It is up to you where you want to send the originated call to in your dialplan. Since you appear to wan...
2009 Dec 01
1
An R vs. SAS Discrepancy: How do I determine which is correct?
...Parameter Standard Variable Label DF Estimate Error t Value Intercept Intercept 1 58.20326 1.57802 36.88 SEX SEX 1 2.91108 0.35753 8.14 DIABP Diastolic BP mmHg 1 0.20675 0.01504 13.75 AGE Age (years) at examination 1 -0.08085 0.02088 -3.87 Parameter Estimates Variable Label DF Pr > |t| Intercept Inte...
2015 Aug 06
4
Asterisk uses "Anonymous", but why?
On Thu, Aug 6, 2015 at 11:56 AM, Murthy Gandikota <murthy64 at hotmail.com> wrote: > Tested with X-Lite and it worked fiine. Is there some way to replace > "Anonymous" with a config parameter? > > Thanks for your kind help > > ---------------------------------------- > > From: murthy64 at hotmail.com > > To: asterisk-users at lists.digium.com >
2015 Aug 06
2
Asterisk uses "Anonymous", but why?
...n pattern match exten but you do not have a > > leading '_' to indicate > > that it is a pattern so this exten will only match a literal > "1619xxxxxxx". > > > > Answer(); > > Playback(welcomesystole); > > Read(digito1,,3); > > Playback(diastole); > > Read(digito2,,3); > > > > Agi(agi:// > 10.10.22.171:4573/hello.agi?systole=${digito1}&diastole=${digito2}< > http://10.10.22.171:4573/hello.agi?systole=$%7bdigito1%7d&diastole=$%7bdigito2%7d > >); > > Hangup() > > } > > > > It...
2003 Aug 21
3
Diamond graphs
...to from the URI posted in the original message) can be summarised as Systolic >= 180 BIG Systolic 160..179 moderate Everything else pretty much small which is quite easy to see if "systolic" is the horizontal or vertical axis, but when the vertical axis is "systolic + diastolic" and the horizontal is "diastolic - systolic" (a bit of hand-waving here, because the buckets aren't the same width, so + and - are a bit dodgy), it gets rather harder to see. Turn to the examples on page 174 of Tufte again, where the number of values for one variable (6) is n...
2009 Mar 11
1
regsubsets() [leaps package] - please share some good examples of use
...he point of the plot() method, where you can look at hundreds of best models from 30 or so variables and see which variables are in most of the good models, and which variables tend to occur together or separately -- for example, if you have two related variables such as systolic blood pressure and diastolic blood pressure do they substitute for each other or do they tend to occur in the same model. Thanks all (and again - thanks Thomas for all your patient answers so far) Tal ---------------------------------------------- My contact information: Tal Galili Phone number: 972-50-3373767 FaceBo...
2003 Sep 25
1
Diamond graphs, again.
...have not yet seen any diamond graphs with three explanatory variables... b. Figures 4-6 display (age-adjusted rate of end-stage renal disease due to any cause per 100,000 person-years) as the thing to be explained, with systolic blood pressure (measured in mm Hg) and diastolic pressure (measured in mm Hg) as the explanatory variables. Once again the explanatory variables are continuous, not categorical. They are cut to 6 levels each. With the raw data, one could perhaps get a contour plot of fitted disease rate and a scatterplot of the explanatory variab...
2008 Sep 24
1
possible interesting R projects for undergrads
Dear R People: I finally (Yay!) got R installed in a classroom! Anyhow, I have a respectful request, please: could anyone recommend some nice undergrad projects in R, please? This is in a statistical computation class; first time being run. Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto:
2004 Sep 09
2
Rd syntax error detected in CRAN daily checks
...c]{rcspline.eval}}, \code{\link[Hmisc]{rcspline.restate}}, \code{\link{Design}}, \code{\link{cph}}, \code{\link{lrm}}, \code{\link{ols}}, \code{\link{datadist}} } \examples{ \dontrun{ options(knots=4, poly.degree=2) country <- factor(country.codes) blood.pressure <- cbind(sbp=systolic.bp, dbp=diastolic.bp) fit <- lrm(Y ~ sqrt(x1)*rcs(x2) + rcs(x3,c(5,10,15)) + lsp(x4,c(10,20)) + country + blood.pressure + poly(age,2)) # sqrt(x1) is an implicit asis variable, but limits of x1, not sqrt(x1) # are used for later plotting and effect estimation # x2 fitted with restricted cubic spli...
2008 Jun 13
4
Sweave: looping over mixed R/LaTeX code
Dear guRus, I would like to loop over a medium amount of Sweave code, including both R and LaTeX chunks. Is there any way to do so? As an illustration, can I create a .tex file like this using a loop within a .Rnw file, where the "1,2,3" comes from some iteration variable in R? ################################################ \documentclass{article} \usepackage{Sweave} \begin{document}