Thursday, August 24, 2017

Effect of population screening for type 2 diabetes

Effect of population screening for type 2 diabetes
by Medical Xpress August 24, 2017
"Three large trials published today in Diabetologia (the journal of the European Association for the Study of Diabetes) show that screening for type 2 diabetes and cardiovascular risk factors may not reduce mortality and cardiovascular disease in the general population. However, for individuals diagnosed with diabetes, screening is associated with a reduction in mortality and cardiovascular disease risk. " full text

Articles mentioned in this news:

Friday, August 11, 2017

continuing professional education

Continuing Professional Education & Glossary by JECH


2008
2007
2006
2005
2004
2003

Wednesday, August 09, 2017

how to estimate the risk and relative risk from logistic regression

How to estimate the risk and relative risk from logistic regression of a case-control study (OR to RR)
One advantage of odds ratios is that we can estimate it in a case-control study, when we usually oversample the cases. However, we cannot directly calculate the probability using logistic regression in a case-control study, since the beta(0) of the case-control study cannot represent the target population, which beta(0) of the target population is equal to beta(0) of the case-control study - log(sampling probability for cases/sampling probability for controls).

Monday, July 10, 2017

The Celiac Surge

Article: The Celiac Surge
by Catherine Offord (TheScientist)
A rapid increase in the global incidence of the condition has researchers scrambling to understand the causes of the trend, and cope with the consequences. (Full Text)
Inforgraphic: Immune Irritation in the Gut

Wednesday, April 05, 2017

R! related

R! related

Blog: R Documentation and Learning Resources

IDE and GUI
  • RStudio is an IDE for R. RStudio combines an intuitive user interface with powerful coding tools to help you get the most out of R. RStudio Webinars
  • Rcmdr is a GUI of R.
  • esquisse is a great addin for ggplot2
  • Deducer is a good but relative old GUI for exploring data like JMP with ggplot2 behind (Plot Builder). JGR is a Java GUI for R. (ggplot2 – much easier with JGR and Deducer). To use Deducer, you need - install.packages(c("JGR", "Deducer", "DeducerExtras")) -, submit: - library(JGR) -, - JGR() -; then, in the JGR console, to load Deducer, go to 'Packages & Data' > 'Package Manager' and select Deducer and DeducerExtras. more: all-in-one installing JGR and Deducer. Notes: 1) to set JAVA location using --- options(java.home="xxx/Java/") ---. 2) rJAVA ver 9.6 needs running under the 32 bit R! on my computers.
  • GrapheR (pdf) is another GUI for draw customized graphs without knowing any R commands.
  • Tessera - Open source environment for deep analysis of large complex data (Divide and recombine)
  • The application Bio7 is an integrated development environment for ecological modelling and contains powerful tools for model creation, scientific image analysis (ImageJ) and statistical analysis.
Communication between SAS and R


Graphical parameters


R! How can I include Greek letters in my plot labels?
Revolutions: How to make a heat map in R, Superheat: supercharged heatmaps for R

    Chart Chooser —  improves Excel and PowerPoint charts. there is R! version of Chart Chooser (not many charts on the site, but the idea is great)


      Packages (rdrr.ioCRANRdocumentation, Inside-R, Quick-R, Bioconductor)