How to Compare Before and After Blood Pressure Readings in Excel With a T Test

How to run a T-test

          install.packages("gdata")        
          Installing bundle into '/Users/jaclynbazsika/Library/R/3.3/library' (equally 'lib' is unspecified) also installing the dependency 'gtools'  trying URL 'https://cran.rstudio.com/bin/macosx/mavericks/contrib/iii.3/gtools_3.5.0.tgz' Content type 'awarding/x-gzip' length 134356 bytes (131 KB) ================================================== downloaded 131 KB  trying URL 'https://cran.rstudio.com/bin/macosx/mavericks/contrib/three.iii/gdata_2.17.0.tgz' Content type 'application/x-gzip' length 1136842 bytes (1.ane MB) ================================================== downloaded 1.1 MB        
                      The downloaded binary packages are in     /var/folders/8s/6xnh03sd7zzc1nny5h0xzx3h0000gn/T//RtmpoRfMSo/downloaded_packages        
          library(gdata)        
          gdata: read.xls support for 'XLS' (Excel 97-2004) files ENABLED.  gdata: read.xls support for 'XLSX' (Excel 2007+) files ENABLED.  Attaching bundle: 'gdata'  The post-obit object is masked from 'package:stats':      nobs  The following object is masked from 'package:utils':      object.size  The following object is masked from 'package:base':      startsWith        
          my.data = read.xls("/Users/jaclynbazsika/Documents/paired t-test_3.xlsx")        
          my.data        

In the following experiment, the information depicts the results of a study taken by 12 random individuals. It shows thier blood pressure taken earlier and after a non-interventional study for XYZ and ABC drug. The purpose was to determine whether the drugs had a positive, negative or nuetral event on the participants. A positive issue would mean that the drug lowered BP. A negative effect would mean it did not lower BP.

          Start_BP= c(155,142,145,160,149,152,157,159,166,163,158,161) XYZ_BP= c(152,142,144,159,150,153,156,160,165,162,159,160) t.exam(Start_BP,XYZ_BP,paired   = TRUE)        
                      Paired t-exam  information:  Start_BP and XYZ_BP t = 1.1639, df = 11, p-value = 0.2691 alternative hypothesis: truthful difference in means is non equal to 0 95 percent conviction interval:  -0.3712632  1.2045965 sample estimates: mean of the differences                0.4166667                  

In this paired, one-sided t-test, we compared the starting blood pressure of the XYZ drug group. This paired t-test examines whether there is a divergence in the starting BP vs. the BP subsequently the drug was administered. Given the data, the results do not indicate a significant difference in results. Therefore, nosotros tin can take the nullhypothesis, in that there is petty to no difference between the two variables. The P-value is greater than 0.05.

          Start_BP= c(155,142,145,160,149,152,157,159,166,163,158,161) XYZ_BP= c(152,142,144,159,150,153,156,160,165,162,159,160) t.test(Start_BP,XYZ_BP,paired   = Truthful, alt="less")        
                      Paired t-test  data:  Start_BP and XYZ_BP t = 1.1639, df = xi, p-value = 0.8655 alternative hypothesis: true difference in means is less than 0 95 percent confidence interval:      -Inf ane.059575 sample estimates: hateful of the differences                0.4166667                  

In this paired, two-sided t-examination, we hypothesized that the Start_BP was less than the XYZ_BP. We are rejecting the null, but accepting the alternative because the starting BP is greater XYZ BP. Therefore, we take a p-value of 0.8655, which is college than 0.05.

          Start_BP= c(155,142,145,160,149,152,157,159,166,163,158,161) XYZ_BP= c(152,142,144,159,150,153,156,160,165,162,159,160) t.test(Start_BP,XYZ_BP,paired   = TRUE, alt="greater")        
                      Paired t-test  data:  Start_BP and XYZ_BP t = 1.1639, df = 11, p-value = 0.1345 alternative hypothesis: true deviation in means is greater than 0 95 percent confidence interval:  -0.2262415        Inf sample estimates: mean of the differences                0.4166667                  

Here, nosotros did a two-sided, paired t-exam. Our alternative hypothesis states that the intital BP. Given the sample set, we are able to run across that the starting BP was in fact higher than the BP taken at the end of the drug trial. We therefore can accept the cipher, since the p-value is greater than 0.05.

          #load data ABC trial ABC_trial= c(150,135,142,153,142,147,152,149,158,155,150,150)        
          #i-sided t-test Start_BP= c(155,142,145,160,149,152,157,159,166,163,158,161) ABC_trial= c(150,135,142,153,142,147,152,149,158,155,150,150) t.test(Start_BP,ABC_trial,paired   = True)        

Here, nosotros shift gears and exercise another paired, one-sided t-exam.We wanted to come across if there was a departure between the starting BP of XYZ and the ABC trial. Given the sample prepare, we tin tell that at that place is in fact a departure between the two groups, and a p-value of iii.582e-07 therefore, we reject the zilch hypothesis.

          Start_BP= c(155,142,145,160,149,152,157,159,166,163,158,161) ABC_trial= c(150,135,142,153,142,147,152,149,158,155,150,150) t.test(Start_BP,ABC_trial,paired   = True, alt="greater")        

In this examination, we evaluated whether the Start_BP was greater compared to the ABC trial. Nosotros were able to reject the null hypothesis, given the p-value i.791e-07, and have the culling hypothesis, which suggests that the BP for XYZ is higher than ABC.

          t.exam(ABC_trial,Start_BP, paired   = TRUE, alt="less")        
                      Paired t-examination  data:  ABC_trial and Start_BP t = -x.747, df = xi, p-value = 1.791e-07 alternative hypothesis: truthful departure in means is less than 0 95 percent confidence interval:      -Inf -v.83027 sample estimates: hateful of the differences                       -7                  
          hist(Start_BP)        

          hist(XYZ_BP)        

          hist(ABC_trial)        

In the final exam, we hypothesized that the BP in ABC_trial was lower than Start_BP. Nosotros rejected the null hypothesis given the p-value 1.791e-07, and accepted the alternative hypothesis, in that the BP was in fact lower at te decision of ABC trial.

Conclusion:

We can ascertain that the drug trial did have a positive effect on participants. Data from the intial BP reading shows that BP was higher compared to the final reading from each drug trial. In that location were no known negative relationships in either experiments. Starting with XYZ, nosotros were able to encounter that the drug has a stastically significant outcome on the sample group; However, if we were to make up one's mind which drug was more effective, so it would be ABC. ABC drug was the but drug where nosotros were able to reject the nada, and accept the alternative hypothesis, and see a positive upshot on the participants. With XYZ, we accepted the null, and the alternative hypothesis. at that place just wasn't a significant difference between the means to reject the cypher hypothesis.

Since we used the same group, we were able to recieve consistent results. Nosotros saw a normal distribution with each sample. Our P-values signal that in cases where nosotros hypothesized that the last BP reading was less than the inital reading, we had a lower value; However, when we stated that the intial BP was in fact lower than the last BP for both drug trials, nosotros saw a higher p-value.

LS0tDQp0aXRsZTogIlQtdGVzdCINCmF1dGhvcjogIkphY2x5biBCYXpzaWthIg0KZm9udDogIkdlb3JnaWEiDQpvdXRwdXQ6IGh0bWxfbm90ZWJvb2sNCi0tLQ0KIVtdKGh0dHA6Ly94d2h5LmNvbWljZ2VuZXNpcy5jb20vY29taWNzLzIwMTQwNjAzYmVsbGUtd2hpc2tlcnMwNS5wbmcpDQoNCiMjSG93IHRvIHJ1biBhIFQtdGVzdA0KDQpgYGB7cn0NCiNJbnN0YWxsIHRoZSAnZ2RhdGEnIHBhY2thZ2UuIFRoaXMgd2lsbCBhbGxvdyBSIFN0dWRpbyB0byByZWFkIFhMU1ggZmlsZS4gDQppbnN0YWxsLnBhY2thZ2VzKCJnZGF0YSIpDQpgYGANCg0KDQpgYGB7cn0NCiNMb2FkIHRoZSBnZGF0YSBsaWJyYXJ5DQpsaWJyYXJ5KGdkYXRhKQ0KYGBgDQoNCmBgYHtyfQ0KI0ltcG9ydCB0aGUgZGF0YQ0KbXkuZGF0YSA9IHJlYWQueGxzKCIvVXNlcnMvamFjbHluYmF6c2lrYS9Eb2N1bWVudHMvcGFpcmVkIHQtdGVzdF8zLnhsc3giKQ0KYGBgDQoNCmBgYHtyfQ0KbXkuZGF0YQ0KYGBgDQpJbiB0aGUgZm9sbG93aW5nIGV4cGVyaW1lbnQsIHRoZSBkYXRhIGRlcGljdHMgdGhlIHJlc3VsdHMgb2YgYSBzdHVkeSB0YWtlbiBieSAxMiByYW5kb20gaW5kaXZpZHVhbHMuIEl0IHNob3dzIHRoaWVyIGJsb29kIHByZXNzdXJlIHRha2VuIGJlZm9yZSBhbmQgYWZ0ZXIgYSBub24taW50ZXJ2ZW50aW9uYWwgc3R1ZHkgZm9yIFhZWiBhbmQgQUJDIGRydWcuIFRoZSBwdXJwb3NlIHdhcyB0byBkZXRlcm1pbmUgd2hldGhlciB0aGUgZHJ1Z3MgaGFkIGEgcG9zaXRpdmUsIG5lZ2F0aXZlIG9yIG51ZXRyYWwgZWZmZWN0IG9uIHRoZSBwYXJ0aWNpcGFudHMuIEEgcG9zaXRpdmUgZWZmZWN0IHdvdWxkIG1lYW4gdGhhdCB0aGUgZHJ1ZyBsb3dlcmVkIEJQLiBBIG5lZ2F0aXZlIGVmZmVjdCB3b3VsZCBtZWFuIGl0IGRpZCBub3QgbG93ZXIgQlAuIA0KYGBge3J9DQpTdGFydF9CUD0gYygxNTUsMTQyLDE0NSwxNjAsMTQ5LDE1MiwxNTcsMTU5LDE2NiwxNjMsMTU4LDE2MSkNClhZWl9CUD0gYygxNTIsMTQyLDE0NCwxNTksMTUwLDE1MywxNTYsMTYwLDE2NSwxNjIsMTU5LDE2MCkNCnQudGVzdChTdGFydF9CUCxYWVpfQlAscGFpcmVkICAgPSBUUlVFKQ0KDQpgYGANCg0KSW4gdGhpcyBwYWlyZWQsIG9uZS1zaWRlZCB0LXRlc3QsIHdlIGNvbXBhcmVkIHRoZSBzdGFydGluZyBibG9vZCBwcmVzc3VyZSBvZiB0aGUgWFlaIGRydWcgZ3JvdXAuIFRoaXMgcGFpcmVkIHQtdGVzdCBleGFtaW5lcyB3aGV0aGVyIHRoZXJlIGlzIGEgZGlmZmVyZW5jZSBpbiB0aGUgc3RhcnRpbmcgQlAgdnMuIHRoZSBCUCBhZnRlciB0aGUgZHJ1ZyB3YXMgYWRtaW5pc3RlcmVkLiBHaXZlbiB0aGUgZGF0YSwgdGhlIHJlc3VsdHMgZG8gbm90IGluZGljYXRlIGEgc2lnbmlmaWNhbnQgZGlmZmVyZW5jZSBpbiByZXN1bHRzLiBUaGVyZWZvcmUsIHdlIGNhbiBhY2NlcHQgdGhlIG51bGxoeXBvdGhlc2lzLCBpbiB0aGF0IHRoZXJlIGlzIGxpdHRsZSB0byBubyBkaWZmZXJlbmNlIGJldHdlZW4gdGhlIHR3byB2YXJpYWJsZXMuIFRoZSBQLXZhbHVlIGlzIGdyZWF0ZXIgdGhhbiAwLjA1Lg0KYGBge3J9DQpTdGFydF9CUD0gYygxNTUsMTQyLDE0NSwxNjAsMTQ5LDE1MiwxNTcsMTU5LDE2NiwxNjMsMTU4LDE2MSkNClhZWl9CUD0gYygxNTIsMTQyLDE0NCwxNTksMTUwLDE1MywxNTYsMTYwLDE2NSwxNjIsMTU5LDE2MCkNCnQudGVzdChTdGFydF9CUCxYWVpfQlAscGFpcmVkICAgPSBUUlVFLCBhbHQ9Imxlc3MiKQ0KYGBgDQpJbiB0aGlzIHBhaXJlZCwgdHdvLXNpZGVkIHQtdGVzdCwgd2UgaHlwb3RoZXNpemVkIHRoYXQgdGhlIFN0YXJ0X0JQIHdhcyBsZXNzIHRoYW4gdGhlIFhZWl9CUC4gV2UgYXJlIHJlamVjdGluZyB0aGUgbnVsbCwgYnV0IGFjY2VwdGluZyB0aGUgYWx0ZXJuYXRpdmUgYmVjYXVzZSB0aGUgc3RhcnRpbmcgQlAgaXMgZ3JlYXRlciBYWVogQlAuIFRoZXJlZm9yZSwgd2UgaGF2ZSBhIHAtdmFsdWUgb2YgMC44NjU1LCB3aGljaCBpcyBoaWdoZXIgdGhhbiAwLjA1Lg0KYGBge3J9DQpTdGFydF9CUD0gYygxNTUsMTQyLDE0NSwxNjAsMTQ5LDE1MiwxNTcsMTU5LDE2NiwxNjMsMTU4LDE2MSkNClhZWl9CUD0gYygxNTIsMTQyLDE0NCwxNTksMTUwLDE1MywxNTYsMTYwLDE2NSwxNjIsMTU5LDE2MCkNCnQudGVzdChTdGFydF9CUCxYWVpfQlAscGFpcmVkICAgPSBUUlVFLCBhbHQ9ImdyZWF0ZXIiKQ0KYGBgDQpIZXJlLCB3ZSBkaWQgYSB0d28tc2lkZWQsIHBhaXJlZCB0LXRlc3QuIE91ciBhbHRlcm5hdGl2ZSBoeXBvdGhlc2lzIHN0YXRlcyB0aGF0IHRoZSBpbnRpdGFsIEJQLiBHaXZlbiB0aGUgc2FtcGxlIHNldCwgd2UgYXJlIGFibGUgdG8gc2VlIHRoYXQgdGhlIHN0YXJ0aW5nIEJQIHdhcyBpbiBmYWN0IGhpZ2hlciB0aGFuIHRoZSBCUCB0YWtlbiBhdCB0aGUgZW5kIG9mIHRoZSBkcnVnIHRyaWFsLiBXZSB0aGVyZWZvcmUgY2FuIGFjY2VwdCB0aGUgbnVsbCwgc2luY2UgdGhlIHAtdmFsdWUgaXMgZ3JlYXRlciB0aGFuIDAuMDUuDQoNCmBgYHtyfQ0KI2xvYWQgZGF0YSBBQkMgdHJpYWwNCkFCQ190cmlhbD0gYygxNTAsMTM1LDE0MiwxNTMsMTQyLDE0NywxNTIsMTQ5LDE1OCwxNTUsMTUwLDE1MCkNCmBgYA0KDQpgYGB7cn0NCiNvbmUtc2lkZWQgdC10ZXN0DQpTdGFydF9CUD0gYygxNTUsMTQyLDE0NSwxNjAsMTQ5LDE1MiwxNTcsMTU5LDE2NiwxNjMsMTU4LDE2MSkNCkFCQ190cmlhbD0gYygxNTAsMTM1LDE0MiwxNTMsMTQyLDE0NywxNTIsMTQ5LDE1OCwxNTUsMTUwLDE1MCkNCnQudGVzdChTdGFydF9CUCxBQkNfdHJpYWwscGFpcmVkICAgPSBUUlVFKQ0KYGBgDQpIZXJlLCB3ZSBzaGlmdCBnZWFycyBhbmQgZG8gYW5vdGhlciBwYWlyZWQsIG9uZS1zaWRlZCB0LXRlc3QuV2Ugd2FudGVkIHRvIHNlZSBpZiB0aGVyZSB3YXMgYSBkaWZmZXJlbmNlIGJldHdlZW4gdGhlIHN0YXJ0aW5nIEJQIG9mIFhZWiBhbmQgdGhlIEFCQyB0cmlhbC4gR2l2ZW4gdGhlIHNhbXBsZSBzZXQsIHdlIGNhbiB0ZWxsIHRoYXQgdGhlcmUgaXMgaW4gZmFjdCBhIGRpZmZlcmVuY2UgYmV0d2VlbiB0aGUgdHdvIGdyb3VwcywgYW5kIGEgcC12YWx1ZSBvZiAzLjU4MmUtMDcgIHRoZXJlZm9yZSwgd2UgcmVqZWN0IHRoZSBudWxsIGh5cG90aGVzaXMuDQoNCmBgYHtyfQ0KU3RhcnRfQlA9IGMoMTU1LDE0MiwxNDUsMTYwLDE0OSwxNTIsMTU3LDE1OSwxNjYsMTYzLDE1OCwxNjEpDQpBQkNfdHJpYWw9IGMoMTUwLDEzNSwxNDIsMTUzLDE0MiwxNDcsMTUyLDE0OSwxNTgsMTU1LDE1MCwxNTApDQp0LnRlc3QoU3RhcnRfQlAsQUJDX3RyaWFsLHBhaXJlZCAgID0gVFJVRSwgYWx0PSJncmVhdGVyIikNCmBgYA0KSW4gdGhpcyB0ZXN0LCB3ZSBldmFsdWF0ZWQgd2hldGhlciB0aGUgU3RhcnRfQlAgd2FzIGdyZWF0ZXIgY29tcGFyZWQgdG8gdGhlIEFCQyB0cmlhbC4gV2Ugd2VyZSBhYmxlIHRvIHJlamVjdCB0aGUgbnVsbCBoeXBvdGhlc2lzLCBnaXZlbiB0aGUgcC12YWx1ZSAxLjc5MWUtMDcsIGFuZCBhY2NlcHQgdGhlIGFsdGVybmF0aXZlIGh5cG90aGVzaXMsIHdoaWNoIHN1Z2dlc3RzIHRoYXQgdGhlIEJQIGZvciBYWVogaXMgaGlnaGVyIHRoYW4gQUJDLiANCg0KYGBge3J9DQp0LnRlc3QoQUJDX3RyaWFsLFN0YXJ0X0JQLCBwYWlyZWQgICA9IFRSVUUsIGFsdD0ibGVzcyIpDQpgYGANCmBgYHtyfQ0KaGlzdChTdGFydF9CUCkNCmBgYA0KDQpgYGB7cn0NCmhpc3QoWFlaX0JQKQ0KYGBgDQoNCmBgYHtyfQ0KaGlzdChBQkNfdHJpYWwpDQpgYGANCg0KSW4gdGhlIGZpbmFsIHRlc3QsIHdlIGh5cG90aGVzaXplZCB0aGF0IHRoZSBCUCBpbiBBQkNfdHJpYWwgd2FzIGxvd2VyIHRoYW4gU3RhcnRfQlAuIFdlIHJlamVjdGVkIHRoZSBudWxsIGh5cG90aGVzaXMgZ2l2ZW4gdGhlIHAtdmFsdWUgMS43OTFlLTA3LCBhbmQgYWNjZXB0ZWQgdGhlIGFsdGVybmF0aXZlIGh5cG90aGVzaXMsIGluIHRoYXQgdGhlIEJQIHdhcyBpbiBmYWN0IGxvd2VyIGF0IHRlIGNvbmNsdXNpb24gb2YgQUJDIHRyaWFsLiANCg0KIyNDb25jbHVzaW9uOg0KDQpXZSBjYW4gYXNjZXJ0YWluIHRoYXQgdGhlIGRydWcgdHJpYWwgZGlkIGhhdmUgYSBwb3NpdGl2ZSBlZmZlY3Qgb24gcGFydGljaXBhbnRzLiBEYXRhIGZyb20gdGhlIGludGlhbCBCUCByZWFkaW5nIHNob3dzIHRoYXQgQlAgd2FzIGhpZ2hlciBjb21wYXJlZCB0byB0aGUgZmluYWwgcmVhZGluZyBmcm9tIGVhY2ggZHJ1ZyB0cmlhbC4gVGhlcmUgd2VyZSBubyBrbm93biBuZWdhdGl2ZSByZWxhdGlvbnNoaXBzIGluIGVpdGhlciBleHBlcmltZW50cy4gU3RhcnRpbmcgd2l0aCBYWVosIHdlIHdlcmUgYWJsZSB0byBzZWUgdGhhdCB0aGUgZHJ1ZyBoYXMgYSBzdGFzdGljYWxseSBzaWduaWZpY2FudCBlZmZlY3Qgb24gdGhlIHNhbXBsZSBncm91cDsgSG93ZXZlciwgaWYgd2Ugd2VyZSB0byBkZXRlcm1pbmUgd2hpY2ggZHJ1ZyB3YXMgbW9yZSBlZmZlY3RpdmUsIHRoZW4gaXQgd291bGQgYmUgQUJDLiBBQkMgZHJ1ZyB3YXMgdGhlIG9ubHkgZHJ1ZyB3aGVyZSB3ZSB3ZXJlIGFibGUgdG8gcmVqZWN0IHRoZSBudWxsLCBhbmQgYWNjZXB0IHRoZSBhbHRlcm5hdGl2ZSBoeXBvdGhlc2lzLCBhbmQgc2VlIGEgcG9zaXRpdmUgZWZmZWN0IG9uIHRoZSBwYXJ0aWNpcGFudHMuIFdpdGggWFlaLCB3ZSBhY2NlcHRlZCB0aGUgbnVsbCwgYW5kIHRoZSBhbHRlcm5hdGl2ZSBoeXBvdGhlc2lzLiB0aGVyZSBqdXN0IHdhc24ndCBhIHNpZ25pZmljYW50IGRpZmZlcmVuY2UgYmV0d2VlbiB0aGUgbWVhbnMgdG8gcmVqZWN0IHRoZSBudWxsIGh5cG90aGVzaXMuIA0KDQpTaW5jZSB3ZSB1c2VkIHRoZSBzYW1lIGdyb3VwLCB3ZSB3ZXJlIGFibGUgdG8gcmVjaWV2ZSBjb25zaXN0ZW50IHJlc3VsdHMuIFdlIHNhdyBhIG5vcm1hbCBkaXN0cmlidXRpb24gd2l0aCBlYWNoIHNhbXBsZS4gT3VyIFAtdmFsdWVzIGluZGljYXRlIHRoYXQgaW4gY2FzZXMgd2hlcmUgd2UgaHlwb3RoZXNpemVkIHRoYXQgdGhlIGZpbmFsIEJQIHJlYWRpbmcgd2FzIGxlc3MgdGhhbiB0aGUgaW5pdGFsIHJlYWRpbmcsIHdlIGhhZCBhIGxvd2VyIHZhbHVlOyBIb3dldmVyLCB3aGVuIHdlIHN0YXRlZCB0aGF0IHRoZSBpbnRpYWwgQlAgd2FzIGluIGZhY3QgbG93ZXIgdGhhbiB0aGUgZmluYWwgQlAgZm9yIGJvdGggZHJ1ZyB0cmlhbHMsIHdlIHNhdyBhIGhpZ2hlciBwLXZhbHVlLiAgDQoNCg0KDQo=

blackburntagoink.blogspot.com

Source: https://rstudio-pubs-static.s3.amazonaws.com/265768_fdacdeb17dd640a580da2d3307a7fa3d.html

0 Response to "How to Compare Before and After Blood Pressure Readings in Excel With a T Test"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel