I just wanted to pass this link a long to a BBC article about the relationship between life choices and health risks. I thought it was interesting.
Share ThisRelated posts:
PostBadge tag to show // FeedBurner FeedFlare. // ------------------------- // FeedBurner account and feed required. // Sign up at http://feedburner.com //================================================ class module_feedflare { function init(){ global $gregarious; $gregarious->add_settings ( array ( 'feedburner_url' => '' ) ); $gregarious->add_page ( 'FeedFlare', 'modules/feed-flare/icn_Flare.png', 'page_feedflare();', 'feedFlare' ); } function postbadge_tags(){ return array ( array ( 'tag' => '%FLARE%', 'replacewith' => 'feed_flare("",false)' ), ); } function update_info(){ return 100; } } //------------------------------------------ // TEMPlATE TAGS //------------------------------------------ function feed_flare($settings = '', $echo = true){ global $wp_query; $post = $wp_query->post; $sets = array('postID' => $post->ID, 'before' => '', 'after' => '', 'force' => 0 ); grab_sets($settings, $sets); if ( !$sets['force'] && hideOnID($sets['postID']) ){ return ''; } if( !$path = _get_feedburner_url() ) return ''; if( substr( $path, -1 ) == '/' ){ $path = substr( $path, 0, strlen( $path ) -1 ); } $path = str_replace ( 'feedburner.com/', 'feedburner.com/~s/', $path ); $path .= '?i='.get_permalink($sets['postID']); $result = $sets['before'] . "" . $sets['after']; if($echo) echo $result; else return $result; } function _get_feedburner_url(){ $feedurl = greg_get_option( 'feedburner_url' ); if ( $feedurl ){ return attribute_escape($feedurl); } else { $feedburner_settings = get_option('feedburner_settings'); if( is_array($feedburner_settings) && ($feedurl = $feedburner_settings['feedburner_url']) ) { return attribute_escape($feedurl); } else { return false; } } } //------------------------------------------ // OPTIONS PAGE //------------------------------------------ function page_feedflare(){ $feedurl = _get_feedburner_url(); ?>
I just wanted to pass this link a long to a BBC article about the relationship between life choices and health risks. I thought it was interesting.
Share ThisRelated posts:
I thought the article had a great point. I wish it would have touched on the often exaggerated or misleading cause -> effect relationship that comes with statistics…
50% of women eating 16 cheeseburgers a day are dying of cancer… only to find out that the only type of women that eat 16 cheeseburgers a day live in Chernobyl. It’s not the cheeseburgers causing cancer, it’s something totally unrelated…
You should blog about these other types of statistical misinformation. You have far more experience with this subject than a lowly engineer
!
This is really cool! I showed it to my mom because she is always complaining about cancer related statistics she reads online or hears about on Oprah or what have you.
Maybe she will even start eating delicious bacon again!