Asians Eat Weird Things
Disclaimer: This blog site is intended solely for sharing of information. Comments are warmly welcome, but I make no warranties regarding the quality, content, completeness, suitability, adequacy, sequence, or accuracy of the information.
Tuesday, July 23, 2013
Saturday, July 20, 2013
Debating obesity the disease
Debating obesity the disease
Source: MedScape
Follow the Money?
Fat Equals Sick: Is This About the Money?
Getting Paid for Treating Obesity, Now That It's a Disease
AMA: Diagnosis by Majority
Is It an Addiction? Can Obesity Be an Addiction?
Also Weighing in on the Disease Debate Obesity: It's a Risk! It's a Symptom! It's a Disease!
Obesity as a Disease? 'It's Academic'
News Behind the Perspectives AMA Declares Obesity a Disease
Obesity Disease Classification Will Help With Treatment, Docs Say
Source: MedScape
Follow the Money?
Fat Equals Sick: Is This About the Money?
Getting Paid for Treating Obesity, Now That It's a Disease
AMA: Diagnosis by Majority
Is It an Addiction? Can Obesity Be an Addiction?
Also Weighing in on the Disease Debate Obesity: It's a Risk! It's a Symptom! It's a Disease!
Obesity as a Disease? 'It's Academic'
News Behind the Perspectives AMA Declares Obesity a Disease
Obesity Disease Classification Will Help With Treatment, Docs Say
Thursday, July 11, 2013
How to turn on/off and diagnose the ANC (active noise cancellation) system of 2013 Honda Pilot
How to turn off/on the ANC (active noise cancellation) system of 2013 Honda Pilot
This is a similar approach for Acura
- Turn the ignition switch on the I (radio) position.
- Turn the radio on and check it operates normally, and turn the radio off.
- Press and hold the preset buttons #1, #6, and volumn (VOL) push button at the same time.
- when you see 'DIAG' appears on the display, you can release the buttons
- Press the #1 preset button, you see 'ANC ON' on the display.
- Press the #1 preset button again to turn the ANC OFF and hear a humming/booming noise coming from the speakers for about 1 minutes.
- You can press the #1 button repeatedly for ON and OFF, but the humming/booming noise will not come up repeatedly except repeating step 1, 3-6 again.
This is a similar approach for Acura
Wednesday, July 03, 2013
Data visulization - a tutorial
Data visulization - a tutorial
Source: Tyler Rinker's blog
Source: Tyler Rinker's blog
This is a nice video about how to visualize your data more effectively.
Monday, July 01, 2013
How to test proportionality assumption in survival analysis using SAS
How
to test proportionality assumption in survival analysis using SAS
What’s New of PROC PHREG of SAS 9.2 (pdf)
There are
several approaches to test proportionality assumption in survival analysis:
- Graphical Approach is to plot Log–Log survival
function by researched major predictor. If the two line is parallel
without cross each other, the assumption is considering confirmed.
PROC LIFETEST DATA=ONE; METHOD=KM PLOTS=(S,LLS);
TIME SURVTIME*EVENT(0);
STRATA RISK0;
RUN;
PROC PHREG DATA=ONE;
MODEL SURVTIME*EVENT(0)=RISK1 AGE SEX;
BASELINE OUT=LLSOUT LOGLOGS=LOGLOGS;
RUN;
PROC GPLOT DATA=LLSOUT;
PLOT LOGLOGS*SURVTIME=RISK1;
RUN;
TIME SURVTIME*EVENT(0);
STRATA RISK0;
RUN;
PROC PHREG DATA=ONE;
MODEL SURVTIME*EVENT(0)=RISK1 AGE SEX;
BASELINE OUT=LLSOUT LOGLOGS=LOGLOGS;
RUN;
PROC GPLOT DATA=LLSOUT;
PLOT LOGLOGS*SURVTIME=RISK1;
RUN;
- Or, you can include an interaction term of a
predictor and follow up time in the model. If this interaction term is not
significant, there is no violation of assumption. For example:
PROC PHREG DATA=ONE;
MODEL SURVTIME*EVENT(0)=RISK1 TIMEX;
TIMEX=RISK1*(LOG(SURVTIME)-LOG(average followup time));
* someone also uses simple forms: TIMEX=RISK1*LOG(SURVTIME);
* or even: TIMEX=RISK1*SURVTIME; (not good enough);
PROPORTIONALITY_TEST: TIMEX;
RUN;
TIMEX=RISK1*(LOG(SURVTIME)-LOG(average followup time));
* someone also uses simple forms: TIMEX=RISK1*LOG(SURVTIME);
* or even: TIMEX=RISK1*SURVTIME; (not good enough);
PROPORTIONALITY_TEST: TIMEX;
RUN;
- Possibly, the easiest and powerful approach after
SAS 9.2 is to use ASSESS statement, for example:
ODS GRAPHICS ON;
PROC PHREG DATA=ONE;
MODEL SURVTIME*EVENT(0)=RISK1;
ASSESS PH/resample;
RUN;
ASSESS PH/resample;
RUN;
ODS GRAPHICS OFF;
Thursday, June 27, 2013
American Medical Association declared obesity a “disease.”
American Medical Association declared obesity a “disease.”
"RESOLVED, That our American Medical Association recognize obesity as a disease state with 24 multiple pathophysiological aspects requiring a range of interventions to advance obesity 25 treatment and prevention. (New HOD Policy - Resolution 420)" - 06/16/2013
"RESOLVED, That our American Medical Association recognize obesity as a disease state with 24 multiple pathophysiological aspects requiring a range of interventions to advance obesity 25 treatment and prevention. (New HOD Policy - Resolution 420)" - 06/16/2013
- New York Times (2013). A.M.A. Recognizes Obesity as a Disease
- Time.com (2013). The Best Cure for Obesity? Personal Responsibility.
- Boston.com (2013). Has obesity been mislabeled as a disease? Why doctors don’t mind.
- Bays (2013). Obesity, adiposity, and dyslipidemia: A consensus statement from the National Lipid Association.
Wednesday, June 26, 2013
Risk prediction and model comparison
Risk prediction and model comparison
The potential approaches of prediction and comparison:
The potential approaches of prediction and comparison:
- Relative risk/hazard ratio/odds ratio, P-value.
- Sensitivity/specificity
- Area under ROC (receiver operating characteristics) curve (AUC)/Harrell's c statistic
- Somers' D (Kendall's Tau): the mathmatic conversion of Somers'D and c statistic are: [c statistic = D/2+0.5] or [D = (c - 0.5) x 2]. (SAS: PROC FREQ)
- NRI (net reclassification improvement)
- IDI (integrated discrimination improvement).
- K-fold cross-validation - Wikipedia
- ...
- Pencina (2011). Extensions of net reclassification improvement calculations to measure usefulness of new biomarkers (Comment).
- Pencina (2013). Understanding increments in model performance metrics.
- Pencina (2008). Evaluating the added predictive ability of a new marker: From area under the ROC curve to reclassification and beyond.
- Measuring the Accuracy of Prediction Models - An International Symposium (2008): IDI, NRI and different c statistics (pdf)
- Hilden (2013). A note on the evaluation of novel biomarkers: do not rely on integrated discrimination improvement and net reclassification index.
- Liu (2012). Evaluating a New Risk Marker’s Predictive Contribution in Survival
- Mühlenbruch (2013). Assessing improvement in disease prediction using net reclassification improvement: impact of risk cut-offs and number of risk categories (Commentary).
- Cassell (2007). Don't be loopy: re-Sampling and simulation the SAS way (pdf).
- Kerr (2011). Evaluating the incremental value of new biomarkers with integrated discrimination improvement.
- Pepe Lab has some homemade software for biomarker/risk evaluation using Stata, SAS, R, SPSS, and even FORTRAN.
- Stata: to install 'Risk Prediction Package' (predcurve and incrisk), in a Stata session type: ".net from http://labs.fhcrc.org/pepe/stata/" and follow the instruction.To update the risk_prediction package at a later time, in Stata type: ".adoupdate risk_prediction, update".
- UCR posted SAS, Stata, and R codes for NRI & IDI on the website.
- Stata: How can I get a Somers' D after logistic regression in Stata?
Thursday, June 13, 2013
Multicollinearity Issue
Multicollinearity Issue
Multicollinearity happens when two or more predictor/independent variables/regressors are highly correlated. I have been discussed about this issue many times by colleagues and journal reviewers. Paul Allison has a blog of some rules of thumb: When Can You Safely Ignore Multicollinearity? Wikipedia also has a article about this issue. It's true this is issue theoretically, but based on my experience in public health of chronic diseases, if the selection of predictors based on the logic/knowledge behind the model but not dump everything in one model, this should not be an issue.
Multicollinearity happens when two or more predictor/independent variables/regressors are highly correlated. I have been discussed about this issue many times by colleagues and journal reviewers. Paul Allison has a blog of some rules of thumb: When Can You Safely Ignore Multicollinearity? Wikipedia also has a article about this issue. It's true this is issue theoretically, but based on my experience in public health of chronic diseases, if the selection of predictors based on the logic/knowledge behind the model but not dump everything in one model, this should not be an issue.
Tuesday, June 11, 2013
Do We Really Need Zero-Inflated Models?
Do We Really Need Zero-Inflated Models?
Source: Statistical Horizon blog by Paul Allison
"... Of course, there are certainly situations where a zero-inflated model makes sense from the point of view of theory or common sense. For example, if the dependent variable is number of children ever born to a sample of 50-year-old women, it is reasonable to suppose that some women are biologically sterile. For these women, no variation on the predictor variables (whatever they might be) could change the expected number of children.
So next time you’re thinking about fitting a zero-inflated regression model, first consider whether a conventional negative binomial model might be good enough. Having a lot of zeros doesn’t necessarily mean that you need a zero-inflated model."
Read full text here
This question has haunted me for a while, thank Dr. Allison answered this question in such a layman-kind way. I like his book "Survival Analysis Using SAS: A Practical Guide" much; I don't have his book "Logistic Regression Using SAS: Theory and Application". Hope this logistic regression related book is in the same style.
More Blog on Statistical Horizon Blog
Source: Statistical Horizon blog by Paul Allison
"... Of course, there are certainly situations where a zero-inflated model makes sense from the point of view of theory or common sense. For example, if the dependent variable is number of children ever born to a sample of 50-year-old women, it is reasonable to suppose that some women are biologically sterile. For these women, no variation on the predictor variables (whatever they might be) could change the expected number of children.
So next time you’re thinking about fitting a zero-inflated regression model, first consider whether a conventional negative binomial model might be good enough. Having a lot of zeros doesn’t necessarily mean that you need a zero-inflated model."
Read full text here
This question has haunted me for a while, thank Dr. Allison answered this question in such a layman-kind way. I like his book "Survival Analysis Using SAS: A Practical Guide" much; I don't have his book "Logistic Regression Using SAS: Theory and Application". Hope this logistic regression related book is in the same style.
More Blog on Statistical Horizon Blog
Friday, May 31, 2013
My favorite quotes of Magic School Bus
My favorite quotes of Magic School Bus (1994-1998)
It was my happy time watching Magic School Bus with my kids around 2000. The series is informative and educative, and the last but the best is a mindset of exploring and innovation. There are several quotes I don't want to forget.
It was my happy time watching Magic School Bus with my kids around 2000. The series is informative and educative, and the last but the best is a mindset of exploring and innovation. There are several quotes I don't want to forget.
- Ms. Frizzle, "Take chances, make mistakes, get messy."
- Ms. Frizzle, "Never say 'never.'"
Diease or not disease, a diabetic question
Diease or not disease, a diabetic question
Last a few days, I read two diabetic related articles, which both are not my cup of tea; but I am really appreciating their thoughts and contrast.
- The Lie That's Killing Us: Pre-Diabetes (Riva Greenberg) on Huffpost defines the Type 2 diabetes as a diesase into four stages, which includes pre-diabetes as the stage 1.
- No Such Thing As Type 2 Diabetes? (Alice G. Walton) on Forbes is on the another side. The original article is published on Lancet (Is type 2 diabetes a category error? by Edwin AM Gale)
Friday, May 24, 2013
Dance with my father - Luther Vandross
Dance With My Father, In Memory of My Fathers
Back when I was a child, before life removed all the innocence
My father would lift me high and dance with my mother and me and then
Spin me around ‘til I fell asleep
Then up the stairs he would carry me
And I knew for sure I was loved
If I could get another chance, another walk, another dance with him
I’d play a song that would never, ever end
How I’d love, love, love
To dance with my father again
When I and my mother would disagree
To get my way, I would run from her to him
He’d make me laugh just to comfort me
Then finally make me do just what my mama said
Later that night when I was asleep
He left a dollar under my sheet
Never dreamed that he would be gone from me
If I could steal one final glance, one final step, one final dance with him
I’d play a song that would never, ever end
‘Cause I’d love, love, love
To dance with my father again
Sometimes I’d listen outside her door
And I’d hear how my mother cried for him
I pray for her even more than me
I pray for her even more than me
I know I’m praying for much too much
But could you send back the only man she loved
I know you don’t do it usually
But dear Lord she’s dying
To dance with my father again
Every night I fall asleep and this is all I ever dream
"Dance With My Father"
Back when I was a child, before life removed all the innocence
My father would lift me high and dance with my mother and me and then
Spin me around ‘til I fell asleep
Then up the stairs he would carry me
And I knew for sure I was loved
If I could get another chance, another walk, another dance with him
I’d play a song that would never, ever end
How I’d love, love, love
To dance with my father again
When I and my mother would disagree
To get my way, I would run from her to him
He’d make me laugh just to comfort me
Then finally make me do just what my mama said
Later that night when I was asleep
He left a dollar under my sheet
Never dreamed that he would be gone from me
If I could steal one final glance, one final step, one final dance with him
I’d play a song that would never, ever end
‘Cause I’d love, love, love
To dance with my father again
Sometimes I’d listen outside her door
And I’d hear how my mother cried for him
I pray for her even more than me
I pray for her even more than me
I know I’m praying for much too much
But could you send back the only man she loved
I know you don’t do it usually
But dear Lord she’s dying
To dance with my father again
Every night I fall asleep and this is all I ever dream
Friday, May 17, 2013
Impact Factor Distortions
Impact Factor Distortions by Bruce Alberts
Source: Science
"This Editorial coincides with the release of the San Francisco declaration on research Assessment (DORA), the outcome of a gathering of concerned scientists at the December 2012 meeting of the American Society for Cell Biology. To correct distortions in the evaluation of scientific research, DORA aims to stop the use of the "journal impact factor" in judging an individual scientist's work. The Declaration states that the impact factor must not be used as "a surrogate measure of the quality of individual research articles, to assess an individual scientist's contributions, or in hiring, promotion, or funding decisions." DORA also provides a list of specific actions, targeted at improving the way scientific publications are assessed, to be taken by funding agencies, institutions, publishers, researchers, and the organizations that supply metrics. These recommendations have thus far been endorsed by more than 150 leading scientists and 75 scientific organizations, including the American Association for the Advancement of Science (the publisher of Science). Here are some reasons why: "
Source: Science
"This Editorial coincides with the release of the San Francisco declaration on research Assessment (DORA), the outcome of a gathering of concerned scientists at the December 2012 meeting of the American Society for Cell Biology. To correct distortions in the evaluation of scientific research, DORA aims to stop the use of the "journal impact factor" in judging an individual scientist's work. The Declaration states that the impact factor must not be used as "a surrogate measure of the quality of individual research articles, to assess an individual scientist's contributions, or in hiring, promotion, or funding decisions." DORA also provides a list of specific actions, targeted at improving the way scientific publications are assessed, to be taken by funding agencies, institutions, publishers, researchers, and the organizations that supply metrics. These recommendations have thus far been endorsed by more than 150 leading scientists and 75 scientific organizations, including the American Association for the Advancement of Science (the publisher of Science). Here are some reasons why: "
Tuesday, May 14, 2013
How to make compost
How to make compost
- A very helpful Youtube video from howdini.com. Scott's teaching how to make compost using cheap chicken wire.
- Garden Organic gives the quite detailed information about How to Make Compost.
slope index of inequality (SII) and the relative index of inequality (RII).
Slope Index of Inequality (SII) and Relative Index of Inequality (RII)
The slope index of inequality (SII) and the relative index of inequality (RII) are measures of health inequality (Mackenbach, 1997). The SII and RII can be calculated through regression analysis on an indicator of the cumulative relative position of each group with respect to a socioeconomic variable account for both the socioeconomic status (SES) of the groups and the size of the population.
The groups of SES are ordered by decreasing socioeconomic status from higher to lower. Each socioeconomic category is given a score called ridit score, which reflects the average cumulative frequency of the group, a midpoint of the range in the cumulative distribution introduced by Bross (1958). For example, if the highest educated women include 20% of the population, the range of women in this category is from 0.00 to 0.20 and assigned a ridit score of 0.10 (= 0.20/2 = [0 + 0.2]/2), and if the next level of educated women include 50% of the population from .20 to 0.70, the corresponding ridit score is 0.45 (= 0.20 + 0.5/2 = [0.20 + 0.70]/2) and so forth.
RII (rate ratios) can be which can be estimated in two ways: one way is to divide the SII by the mean level of population health or by the frequency of the health problem in the population; the other way is to divide the predicted value of the regression at the highest point (range=1) by the predicted value of the regression at the lowest point (range=0). The second method for the RII is calculated by log-linear—or logistic—regression after the logarithmic—or logit—transformation of the dependent variable. One way to facilitate the interpretation of this measure of the second method may be to express the RII as a percentage by subtracting 1 from it and multiplying the result by 100 (see Table 1 below) (Regidor, 2004).
Other References:
Calculation of SII and RII using aggregated data (modified from the paper of Regidor, 2004)
Calculation of SII and RII using individual data - Stata 12 (modified from the paper of Ernstsen, 2012)
Estimating Relative Index of Inequality (RII) for smoking in men at the first survey:
.glm i.smoking ridit age if survey==1 & men==1, fam(bin) link(log) nolog eform
Estimating Slope Index of Inequality (SII) for smoking in men at the first survey:
.glm i.smoking ridit age if survey==1 & men==1, fam(bin) link(identity)
Estimating trend in RII and SII over time for men:
.glm i.smoking c.ridit##survey age if men==1, fam(bin) link(log) nolog eform
.glm i.smoking c.ridit##survey age if men==1, fam(bin) link(identity)
Estimating gender differences in RII and SII at each survey:
.glm i.smoking c.ridit##men age if survey==1, fam(bin) link(log) nolog
.glm i.smoking c.ridit##men age if survey==1, fam(bin) link(identity)
Estimating if RII and SII changed differently over time in men and women:
.glm i.smoking c.ridit##men##survey age, fam(bin) link (log) nolog
.glm i.smoking c.ridit##men##survey age, fam(bin) link (identity) nolog
The slope index of inequality (SII) and the relative index of inequality (RII) are measures of health inequality (Mackenbach, 1997). The SII and RII can be calculated through regression analysis on an indicator of the cumulative relative position of each group with respect to a socioeconomic variable account for both the socioeconomic status (SES) of the groups and the size of the population.
The groups of SES are ordered by decreasing socioeconomic status from higher to lower. Each socioeconomic category is given a score called ridit score, which reflects the average cumulative frequency of the group, a midpoint of the range in the cumulative distribution introduced by Bross (1958). For example, if the highest educated women include 20% of the population, the range of women in this category is from 0.00 to 0.20 and assigned a ridit score of 0.10 (= 0.20/2 = [0 + 0.2]/2), and if the next level of educated women include 50% of the population from .20 to 0.70, the corresponding ridit score is 0.45 (= 0.20 + 0.5/2 = [0.20 + 0.70]/2) and so forth.
SII (rate difference) is the slope of the regression line (b) estimated by the weighted least squares method and represents the change in measured outcome/event when the position of the SES changes by one unit.
RII (rate ratios) can be which can be estimated in two ways: one way is to divide the SII by the mean level of population health or by the frequency of the health problem in the population; the other way is to divide the predicted value of the regression at the highest point (range=1) by the predicted value of the regression at the lowest point (range=0). The second method for the RII is calculated by log-linear—or logistic—regression after the logarithmic—or logit—transformation of the dependent variable. One way to facilitate the interpretation of this measure of the second method may be to express the RII as a percentage by subtracting 1 from it and multiplying the result by 100 (see Table 1 below) (Regidor, 2004).
Other References:
- Software: Health Disparity Measures in HD*Calc - NCI
- NCI (2005). Methods for Measuring Cancer Disparities
- Keppel & CDC (2005). Methodological issues in measuring health disparities
- Cheng (2008). Methods and Software for Estimating Health Disparities: The Case of Children's Oral Health
- Hayes (2002). How to calculate confidence limits for the relative index of inequality?
- Schwarz (2006). The Contributions of Diseases to Increasing Educational Mortality Differential in Austria
- OpenMichigan. Measuring Health Disparities
- BMJ (2017). Say what you mean, mean what you say: inequality and inequity
- Klein (2010): Defining and measuring disparities, inequities, and inequalities in the Healthy People initiative
- Arcaya (2015). Inequalities in health: definitions, concepts, and theories
Calculation of SII and RII using aggregated data (modified from the paper of Regidor, 2004)
SII of the year 1990 = 104.4, the beta coefficient (b) of a linear regression of Ridit90 and Mort90.
RII of the year 1990 can be calculated as SII/(average mortality rate) = 104/134 = 0.7761 (Measures of Health Disparity - NCI (pdf))
ID
|
Men
|
Survey
|
Smoking
|
Ridit
|
Age
|
1
|
1
|
1
|
0
|
0.34
|
53
|
2
|
0
|
1
|
1
|
0.55
|
48
|
3
|
0
|
2
|
0
|
0.34
|
55
|
4
|
1
|
3
|
1
|
0.34
|
40
|
Estimating Relative Index of Inequality (RII) for smoking in men at the first survey:
.glm i.smoking ridit age if survey==1 & men==1, fam(bin) link(log) nolog eform
Estimating Slope Index of Inequality (SII) for smoking in men at the first survey:
.glm i.smoking ridit age if survey==1 & men==1, fam(bin) link(identity)
Estimating trend in RII and SII over time for men:
.glm i.smoking c.ridit##survey age if men==1, fam(bin) link(log) nolog eform
.glm i.smoking c.ridit##survey age if men==1, fam(bin) link(identity)
Estimating gender differences in RII and SII at each survey:
.glm i.smoking c.ridit##men age if survey==1, fam(bin) link(log) nolog
.glm i.smoking c.ridit##men age if survey==1, fam(bin) link(identity)
Estimating if RII and SII changed differently over time in men and women:
.glm i.smoking c.ridit##men##survey age, fam(bin) link (log) nolog
.glm i.smoking c.ridit##men##survey age, fam(bin) link (identity) nolog
New features mentioned in SAS Tech Report, May 2013
New features mentioned in SAS Tech Report, May 2013
I haven't use SAS for my projects for a while. Today I read the SAS Tech Report in my emailbox. The Graphics focus area has been updated and is a great place to learn some new features/PROC SGPLOT. SAS is working hard on making better graphics.
Chris Daman has posted a few blogs about multilevel analysis:
I haven't use SAS for my projects for a while. Today I read the SAS Tech Report in my emailbox. The Graphics focus area has been updated and is a great place to learn some new features/PROC SGPLOT. SAS is working hard on making better graphics.
Chris Daman has posted a few blogs about multilevel analysis:
Saturday, May 11, 2013
Does 3 minutes of exercise and two fasts a week (5:2) work?
Does 3 minutes of exercise and two fasts a week (5:2) and others
A few weeks ago, I watched a presention on PBS channel by Dr. Michael Mosley about he dealed with his high blood glucose (diabetes). He amazingly found 3 minutes of exercise and two fasts a week works for him.
Francesco (2018): A time to fast, Ludwig (2018): Dietary fat: From foe to friend?
A few weeks ago, I watched a presention on PBS channel by Dr. Michael Mosley about he dealed with his high blood glucose (diabetes). He amazingly found 3 minutes of exercise and two fasts a week works for him.
- This new diet mimics fasting by “rebooting” the body - State Column (2015)
- Reaping The Health Benefits Of Fasting Without Actually Fasting - Forbes (2015)
- Brandhorst (2015). A Periodic Diet that Mimics Fasting Promotes Multi-System Regeneration, Enhanced Cognitive Performance, and Healthspan
- 'FastDiet' book is attracting dieters, and doubters - USA Today
- 'The Fast Diet': Recipes for Low-Calorie Meals - ABCNews
- Michael Mosley: 'The Fast Diet' Author On Self-Experimentation, Fasting And Coming To America - Huffington Post
- 3 Minutes of Exercise and Two Fasts a Week: Is This the Future of Fitness?
- Feast and Famine: Controversial 'Fast Diet' Weight Loss Plan Is Eat for 5 Days, Fast for 2 - ABCNews
- The fast diet - Michael Mosley
Francesco (2018): A time to fast, Ludwig (2018): Dietary fat: From foe to friend?
- Howard (2017). Does fasting on alternate days work? A new study weighs in
Friday, May 10, 2013
Integrated Health Interview Series
Integrated Health Interview Series (IHIS)
If you're working on trend projects using US National Health Interview Survey. IHIS, a database of NHIS data that facilitates trend analyses, can be a big helper. This well-organized online documents included NHIS annual data from the 1960s to the present. You can easily linked to additional variables in NHIS public use data and comprehensive on-line documentation.
If you're working on trend projects using US National Health Interview Survey. IHIS, a database of NHIS data that facilitates trend analyses, can be a big helper. This well-organized online documents included NHIS annual data from the 1960s to the present. You can easily linked to additional variables in NHIS public use data and comprehensive on-line documentation.
Thursday, May 09, 2013
Medicare Provider Charge Data
Medicare Provider Charge Data
"As part of the Obama administration's work to make our health care system more affordable and accountable, data are being released that show significant variation across the country and within communities in what hospitals charge for common inpatient services.
The data provided here include hospital-specific charges for the more than 3,000 U.S. hospitals that receive Medicare Inpatient Prospective Payment System (IPPS) payments for the top 100 most frequently billed discharges, paid under Medicare based on a rate per discharge using the Medicare Severity Diagnosis Related Group (MS-DRG) for Fiscal Year (FY) 2011. These DRGs represent almost 7 million discharges or 60 percent of total Medicare IPPS discharges.
Hospitals determine what they will charge for items and services provided to patients and these charges are the amount the hospital bills for an item or service. The Total Payment amount includes the MS-DRG amount, bill total per diem, beneficiary primary payer claim payment amount, beneficiary Part A coinsurance amount, beneficiary deductible amount, beneficiary blood deducible amount and DRG outlier amount.
For these DRGs, average charges and average Medicare payments are calculated at the individual hospital level. Users will be able to make comparisons between the amount charged by individual hospitals within local markets, and nationwide, for services that might be furnished in connection with a particular inpatient stay.
Data are being made available in Microsoft Excel (.xlsx) format and comma separated values (.csv) format."
Hospital Prices No Longer Secret As New Data Reveals Bewildering System, Staggering Cost Differences - 05/08/2013 The Huffington Post
Subscribe to:
Posts (Atom)

