<!doctype html>
<html lang="en-US">
<head>
	<!-- meta tags-->
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<link rel="profile" href="http://gmpg.org/xfn/11">
	<link rel="pingback" href="https://wysac.uwyo.edu/wysac/xmlrpc.php">


	<title>Eric Canen &#8211; Wyoming Survey &amp; Analysis Center</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />
<link rel='dns-prefetch' href='//stackpath.bootstrapcdn.com' />
<link rel='dns-prefetch' href='//code.highcharts.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link rel="alternate" type="application/rss+xml" title="Wyoming Survey &amp; Analysis Center &raquo; Feed" href="https://wysac.uwyo.edu/wysac/feed/" />
<link rel="alternate" type="application/rss+xml" title="Wyoming Survey &amp; Analysis Center &raquo; Posts by Eric Canen Feed" href="https://wysac.uwyo.edu/wysac/people/ecanen/feed/" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v10.1.3 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-DWSRE978GC"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '10.1.3';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/wysac.uwyo.edu\/wysac\/people\/ecanen\/feed\/"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-DWSRE978GC',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-DWSRE978GC', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by MonsterInsights -->
		<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id='wp-block-library-inline-css' type='text/css'>
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*wp_block_styles_on_demand_placeholder:6a05bf8754962*/
/*# sourceURL=wp-block-library-inline-css */
</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<link rel='stylesheet' id='wpa-style-css' href='https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-accessibility/css/wpa-style.css?ver=2.3.3' type='text/css' media='all' />
<style id='wpa-style-inline-css' type='text/css'>

.wpa-hide-ltr#skiplinks a, .wpa-hide-ltr#skiplinks a:hover, .wpa-hide-ltr#skiplinks a:visited {
	
}
.wpa-hide-ltr#skiplinks a:active,  .wpa-hide-ltr#skiplinks a:focus {
	
}
	:root { --admin-bar-top : 7px; }
/*# sourceURL=wpa-style-inline-css */
</style>
<link rel='stylesheet' id='ppress-frontend-css' href='https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/css/frontend.min.css?ver=4.16.15' type='text/css' media='all' />
<link rel='stylesheet' id='ppress-flatpickr-css' href='https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.css?ver=4.16.15' type='text/css' media='all' />
<link rel='stylesheet' id='ppress-select2-css' href='https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.css?ver=da526d09ae451eda609d118f79e223b1' type='text/css' media='all' />
<link rel='stylesheet' id='eeb-css-frontend-css' href='https://wysac.uwyo.edu/wysac/wp-content/plugins/email-encoder-bundle/assets/css/style.css?ver=54d4eedc552c499c4a8d6b89c23d3df1' type='text/css' media='all' />
<link rel='stylesheet' id='wysac-beta-style-css' href='https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/style.css?ver=da526d09ae451eda609d118f79e223b1' type='text/css' media='all' />
<link rel='stylesheet' id='custom-google-fonts-css' href='https://fonts.googleapis.com/css?family=Montserrat%7COpen+Sans%3A300%2C400%2C700&#038;ver=da526d09ae451eda609d118f79e223b1' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css' href='//use.fontawesome.com/releases/v5.5.0/css/all.css?ver=da526d09ae451eda609d118f79e223b1' type='text/css' media='all' />
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.1.3" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/wysac.uwyo.edu\/wysac","hash_tracking":"false","v4_id":"G-DWSRE978GC"};/* ]]> */
</script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/flatpickr/flatpickr.min.js?ver=4.16.15" id="ppress-flatpickr-js"></script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/select2/select2.min.js?ver=4.16.15" id="ppress-select2-js"></script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/email-encoder-bundle/assets/js/custom.js?ver=2c542c9989f589cd5318f5cef6a9ecd7" id="eeb-js-frontend-js"></script>
<script type="text/javascript" src="https://code.highcharts.com/highcharts.js?ver=da526d09ae451eda609d118f79e223b1" id="highcharts-js-js"></script>
<script type="text/javascript" src="https://code.highcharts.com/modules/data.src.js?ver=da526d09ae451eda609d118f79e223b1" id="highcharts-data-js"></script>
<script type="text/javascript" src="https://code.highcharts.com/maps/modules/map.js?ver=da526d09ae451eda609d118f79e223b1" id="highcharts-map-js"></script>
<script type="text/javascript" src="https://code.highcharts.com/mapdata/countries/us/us-wy-all.js?ver=da526d09ae451eda609d118f79e223b1" id="highcharts-map-wyoming-js"></script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/js/hc-theme.js?ver=da526d09ae451eda609d118f79e223b1" id="hc-theme-js"></script>
<link rel="https://api.w.org/" href="https://wysac.uwyo.edu/wysac/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://wysac.uwyo.edu/wysac/wp-json/wp/v2/users/5" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://wysac.uwyo.edu/wysac/xmlrpc.php?rsd" />

<link rel="icon" href="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/cropped-WYSAC_navy-bl-only-white-32x32.png" sizes="32x32" />
<link rel="icon" href="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/cropped-WYSAC_navy-bl-only-white-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/cropped-WYSAC_navy-bl-only-white-300x300.png" />
<meta name="msapplication-TileImage" content="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/cropped-WYSAC_navy-bl-only-white-300x300.png" />
</head>

<body>
	<div id="page" class="site">
		<a class="skip-link sr-only" href="#content">Skip to main content</a>
		<header id="masthead" class="site-header" role="banner">
			<!--TOP BAR
===================================*-->
<div class="container-fluid border-bottom">
  <div class="row py-2 d-flex align-items-center">
    <div class="col-3 col-md-4 d-none d-md-inline">
      <a href="http://www.uwyo.edu/" class="uw-linkback"><img src="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/uw_white_52x25.png" class="uw-logo" /> <small class="d-none d-md-inline">University of Wyoming</small></a>
    </div>
    <div class="col d-flex">
      <ul class="topbar-contact-info mb-0 ml-auto">
        <li class="topbar-contact-item mr-1 mr-md-3">
          <a href="tel:+3077662189" class="topbar-contact-link"><i class="fas fa-phone mr-1"></i>(307) 766-2189</a>
        </li>
        <li class="topbar-contact-item mr-1 mr-md-3">
          <span><i class="fas fa-map-marker-alt mr-1"></i>406 S. 21st St., Laramie, WY</span>
        </li>
        <li class="topbar-contact-item mr-1 mr-md-3">
          <a href="https://wysac.uwyo.edu/wysac/contact-wysac" class="topbar-contact-link"><i class="fas fa-envelope mr-1"></i>Contact Us</a>
        </li>
        <li class="topbar-contact-item border-left mr-1 mr-md-3">
          <a href="https://www.facebook.com/wysac/" class="topbar-contact-link"><i class="fab fa-facebook mr-1 pl-2 pl-md-3"></i><span class="sr-only">Find Us on Facebook</span></a>
        </li>
        <li class="topbar-contact-item">
          <a href="https://twitter.com/wysac?lang=en" class="topbar-contact-link"><i class="fab fa-twitter"></i><span class="sr-only">Find Us on Twitter</span></a>
        </li>
      </ul>
    </div>
  </div>
</div><!--topbar-->
<!-- Site-Logo + Navigation
=================================== -->
<nav class="navbar navbar-expand-lg navbar-light border-bottom shadow-sm">
  <a class="navbar-brand site-title" href="https://wysac.uwyo.edu/wysac">
    <img src="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/09/cropped-WYSAC_navy-bl-only-white-1.png"  width="55" height="55" class="d-inline-block align-center mr-2" alt="WYSAC Logo"/>
        <span class="d-none d-md-inline">Wyoming Survey &amp; Analysis Center</span>

  </a>
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNav" aria-controls="mainNav" aria-expanded="false" aria-label="Toggle navigation">
      <span class="navbar-toggler-icon"></span>
    </button>
      <div id="mainNav" class="collapse navbar-collapse"><ul id="menu-main-navigation" class="navbar-nav"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-104" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-104 nav-item"><a title="People" href="https://wysac.uwyo.edu/wysac/experts/" class="nav-link">People</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-47" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-47 nav-item"><a title="Research" href="https://wysac.uwyo.edu/wysac/reports/" class="nav-link">Research</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-45" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children dropdown menu-item-45 nav-item"><a title="Projects" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-45">Projects</a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-45" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-631" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-631 nav-item"><a title="In-Progress" href="https://wysac.uwyo.edu/wysac/category/current-projects/" class="dropdown-item">In-Progress</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-632" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-632 nav-item"><a title="View All Projects" href="https://wysac.uwyo.edu/wysac/category/projects/" class="dropdown-item">View All Projects</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-2438" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2438 nav-item"><a title="Region 8 PTTC" href="https://wysac.uwyo.edu/wysac/region-8-pttc/" class="dropdown-item">Region 8 PTTC</a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-364" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-364 nav-item"><a title="Centers" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-364">Centers</a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-364" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-366" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-366 nav-item"><a title="Justice Research" href="https://wysac.uwyo.edu/wysac/about/criminal-justice/" class="dropdown-item">Justice Research</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-367" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-367 nav-item"><a title="Research &#038; Evaluation" href="https://wysac.uwyo.edu/wysac/about/health-education-studies/" class="dropdown-item">Research &#038; Evaluation</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-365" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-365 nav-item"><a title="Information Technology" href="https://wysac.uwyo.edu/wysac/about/information-technology/" class="dropdown-item">Information Technology</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-368" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-368 nav-item"><a title="Survey Research" href="https://wysac.uwyo.edu/wysac/about/survey-research/" class="dropdown-item">Survey Research</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1885" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1885 nav-item"><a title="Community-Based Research &#038; Action" href="https://wysac.uwyo.edu/wysac/about/community-based-research-action/" class="dropdown-item">Community-Based Research &#038; Action</a></li>
</ul>
</li>
</ul><form role="search" method="get" id="searchform" class="form-inline ml-auto mt-2 mt-sm-0" action="<?php echo get_site_url();?>">
			<label class="sr-only" for="s">Search for:</label>
				<input type="text" value="" name="s" id="s" class="form-control form-control-sm col" placeholder="Search ...">
				<input type="submit" id="searchsubmit" value="Search" class="btn btn-outline-secondary btn-sm ml-2 d-inline d-lg-none" />
		</form></ul></div>
  </nav>
					<!--Page Titles -->
					  <div class="container py-5 mt-5 header-author">
    <div class="row">
      <div class="col text-center">
        
		<img src="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/10/Eric-300x300.png" class="center-block img-circle" />
        <!-- <img src="https://wysac.uwyo.edu/wysac/wp-content/uploads/2016/10/blank-profile-picture-973460_960_720-e1476401686519-150x150.png" class="center-block img-circle" /> -->
		
        <!-- NAME AND JOB TITLE
        =================================== -->
        <h1 class="page-title mt-3">Eric Canen</h1>
        <p class=" lead taxonomy-description">Senior Research Scientist</h2>
        <p class="text-center sidebar-section-title"><a href="javascript:;" data-enc-email="rpnara[at]hjlb.rqh" class="link-dark mail-link" data-wpel-link="ignore"><i class="fas fa-envelope mr-1"></i>Email Eric</a></p>
      </div>
    </div>
  </div>
	</header>
		<div id="content" class="site-content">

<div id="primary" class="container content-area author-page flex-fill">
		<main id="main" class="site-main" role="main">

						<div class="row">
				<header class="page-header col-md-12">


				</header><!--.col-md-12-->
			</div>
			<div class="row">
				<div class="page-content col">
					<!-- BIOGRAPHY
					=================================== -->
											<div>
							<h2>About Eric</h3>
							<p>Since joining WYSAC in 2003, Eric Canen has worked extensively in the evaluation field, primarily focusing on the prevention of alcohol and other drug abuse. Mr. Canen has lead multiple projects including the Wyoming Prevention Needs Assessment, and the evaluation of the North Dakota Strategic Prevention Framework State Incentive Grant. While at WYSAC, he has honed his data analysis, and reporting skills; developing innovative methods to automate the creation of evaluation reports and to streamline the analysis  process. Mr. Canen, in addition to his research projects, currently serves as the manager of the Center for Health and Education Studies within WYSAC.</p>
						</div>
										<div class="expert-profile-section">
						<!-- PUBLICATIONS
						=================================== -->
													<h3 class="expert-profile-heading">Publications</h3>
												<!-- BOOKS -->
												<!-- JOURNALS -->
													<h4>Journals and Magazines</h4>
							<p><p><span data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;Youth Misperceptions of Peer Substance Use Norms: A Hidden Risk Factor in State and Community Prevention, A journal article coauthored with Rodney Wambeam, Jeff Linkenbach, and Jay Otto, http://link.springer.com/article/10.1007/s11121-013-0384-8nn&quot;}" data-sheets-userformat="{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}"><a href="http://link.springer.com/article/10.1007/s11121-013-0384-8"><em>Youth Misperceptions of Peer Substance Use Norms: A Hidden Risk Factor in State and Community Prevention</em></a>, journal article coauthored with Rodney Wambeam, Jeff Linkenbach, and Jay Otto.<br />
</span></p>
</p>
											</div>
					<div class="expert-profile-section">
						<!-- PRESENTATIONS
						=================================== -->
													<h3 class="expert-profile-heading">Presentations</h3>
							<p><p><span data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;When Evaluation Throws You a Curveball: A case example of Microsoft Office products for multisite data collection and later automated data entry and verification. A poster presentation given at the 2015 American Evaluation Association Conference, coauthored with Janelle Simpson, http://www.evaluationconference.org/e/in/eid=13&amp;s=2846&amp;print=1&amp;req=infonnViewing Substance Abuse Prevention over the Long Term. A poster presentation at the 2013 Society for Prevention Research Conference, coauthored with Rodney Wambeam, https://spr.confex.com/spr/SPR2013/webprogram/Paper20309.htmlnnFewer Errors and Faster Results: How to Automate Production of Tables and Reports With Software You Already Own. A presentation given at the 2011 American Evaluation Association Conferencen&quot;}" data-sheets-userformat="{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}"><a href="http://www.evaluationconference.org/e/in/eid=13&amp;s=2846&amp;print=1&amp;req=info"><em>When Evaluation Throws You a Curveball: A case example of Microsoft Office products for multisite data collection and later automated data entry and verification</em></a>. A poster presentation given at the 2015 American Evaluation Association Conference, coauthored with Janelle Simpson.</span></p>
<p><a href="https://spr.confex.com/spr/SPR2013/webprogram/Paper20309.html"><em>Viewing Substance Abuse Prevention over the Long Term</em></a>. A poster presentation at the 2013 Society for Prevention Research Conference, coauthored with Rodney Wambeam.</p>
<p><em>Fewer Errors and Faster Results: How to Automate Production of Tables and Reports With Software You Already Own</em>. A presentation given at the 2011 American Evaluation Association Conference.</p>
</p>
											</div>
	</div><!--.col-md-8 page-content -->
	<aside class="col-md-4 widget-area author-sidebar">
		<!-- PHONE NUMBER
		================================== -->
					<h3 class="sidebar-section-title">Phone</h3>
			<p><i class="fas fa-phone mr-1"></i>(307) 760-0307</p>
				<!-- SOCIAL MEDIA ICONS / LINKS
		=================================== -->
					<h3 class="sidebar-section-title  mt-3">Social Media</h3>
				<!-- TWITTER USERNAME -->
				<!-- FACEBOOK PROFILE  -->
					<a href="https://www.facebook.com/eric.canen" target="_blank" class="link-dark"><i class="fab fa-facebook fa-2x mr-2" alt="Facebook Page"></i><span class="sr-only">Facebook Profile</span></a>
				<!-- LINKED IN  PROFILE  -->
					<a href="https://www.linkedin.com/in/ericcanen" target="_blank" class="link-dark"><i class="fab fa-linkedin fa-2x mr-2" alt="LinkedIn Profile"></i><span class="sr-only">LinkedIn Profile</span></a>
				<!-- EXPERT TOPIC AREAS
		=================================== -->
					<!-- EDUCATION
			=================================== -->
							<h3 class="sidebar-section-title mt-3">Education</h3>
				<p><p>University of Wyoming, M.S, Statistics, 2008<br />
University of Wyoming, M.S, Psychology, 2002<br />
Brigham Young University, B.S., Psychology, 1999</p>
</p>
						<!-- SKILLS & TRAININGS
			=================================== -->
							<h3 class="sidebar-section-title  mt-3">Skills & Trainings</h3>
				<p><ul>
<li>Data Analysis</li>
<li>SPSS, Stata, Python coding, VBA</li>
<li>Evaluation Design, Survey Design</li>
<li>Management, Grant Writing, Technical Assistance</li>
<li>Federal Reporting</li>
<li>Database Design, Data Science, Data Mining</li>
</ul>
</p>
						<!-- Associations and Memberships
			=================================== -->
							<h3 class="sidebar-section-title  mt-3">Associations & Memberships</h3>
				<p><p><span data-sheets-value="{&quot;1&quot;:2,&quot;2&quot;:&quot;Society for Prevention Research, Member since 2006, http://www.preventionresearch.org/nnAmerican Evaluation Association, Member since 2004,nhttp://www.eval.org/&quot;}" data-sheets-userformat="{&quot;2&quot;:513,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0}"><a href="http://www.preventionresearch.org/">Society for Prevention Research</a>, Member since 2006.<br />
<a href="http://www.eval.org/">American Evaluation Association</a>, Member since 2004.</span></p>
<p>&nbsp;</p>
</p>
						<!-- AWARDS
			=================================== -->
			
		</aside>

	</div><!--.row-->
</main><!-- #main -->
</div><!-- #primary -->

<!--WPFC_FOOTER_START-->
</div><!-- #content -->

<footer id="colophon" class="container-fluid bg-black site-footer pt-3" role="contentinfo">
	<!-- =======================
	Nav
	======================== -->
	<div class="row py-4">
		<div class="col col-md-8 mx-auto mb-3">
			<nav class="nav footer-nav justify-content-center" role="navigation">
				<div class="menu-footer-menu-container"><ul id="footer-menu" class="nav"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-105 nav-item"><a title="People" href="https://wysac.uwyo.edu/wysac/experts/" class="nav-link">People</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15 nav-item"><a title="Research" href="https://wysac.uwyo.edu/wysac/reports/" class="nav-link">Research</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-49" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-49 nav-item"><a title="Projects" href="https://wysac.uwyo.edu/wysac/category/projects/" class="nav-link">Projects</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-52" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-52 nav-item"><a title="About WYSAC" href="https://wysac.uwyo.edu/wysac/about/" class="nav-link">About WYSAC</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-195" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-195 nav-item"><a title="Connect" href="https://wysac.uwyo.edu/wysac/contact-wysac/" class="nav-link">Connect</a></li>
</ul></div>			</nav><!--.footer-navigation-->
	<!-- =======================
	Legal
	======================== -->
			<nav class="nav footer-legal-nav justify-content-center" role="navigation">
				<div class="menu-footer-menu-legal-container"><ul id="footer-Legal" class="nav"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-130" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-130 nav-item"><a title="Privacy" href="https://wysac.uwyo.edu/wysac/privacy/" class="nav-link">Privacy</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-131" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-131 nav-item"><a title="Using our Data" href="https://wysac.uwyo.edu/wysac/using-our-data/" class="nav-link">Using our Data</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-135" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-135 nav-item"><a title="Employment" href="https://wysac.uwyo.edu/wysac/category/jobs/" class="nav-link">Employment</a></li>
</ul></div>			</nav><!--.footer-navigation-->
		</div><!-- .secondary-footer-nav-->
	</div><!--.row-->
	<!-- =======================
	Copyright
	======================== -->
	<div class="row">
		<div class="col">
			<p class="small text-white site-info text-center">&copy; 2026 Wyoming Survey &amp; Analysis Center</p>
		</div><!-- .site-info -->
	</div><!--.row-->
</div>
</footer><!-- #colophon .site-footer -->
</div><!-- #page -->

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/wysac/*"},{"not":{"href_matches":["/wysac/wp-*.php","/wysac/wp-admin/*","/wysac/wp-content/uploads/*","/wysac/wp-content/*","/wysac/wp-content/plugins/*","/wysac/wp-content/themes/wysac-2018-1.5/*","/wysac/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script type="text/javascript" id="ppress-frontend-script-js-extra">
/* <![CDATA[ */
var pp_ajax_form = {"ajaxurl":"https://wysac.uwyo.edu/wysac/wp-admin/admin-ajax.php","confirm_delete":"Are you sure?","deleting_text":"Deleting...","deleting_error":"An error occurred. Please try again.","nonce":"7a9568657b","disable_ajax_form":"false","is_checkout":"0","is_checkout_tax_enabled":"0","is_checkout_autoscroll_enabled":"true"};
//# sourceURL=ppress-frontend-script-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-user-avatar/assets/js/frontend.min.js?ver=4.16.15" id="ppress-frontend-script-js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" id="popper-js-js"></script>
<script type="text/javascript" src="//stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" id="bootstrap-js-js"></script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/js/navigation.js?ver=20151215" id="wysac-beta-navigation-js"></script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/js/skip-link-focus-fix.js?ver=20151215" id="wysac-beta-skip-link-focus-fix-js"></script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/js/readmore.min.js?ver=1.0" id="readmore-js-js"></script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-content/themes/wysac-2018-1.5/js/readmore-function.js?ver=1.0" id="readmore-function-js-js"></script>
<script type="text/javascript" id="wp-accessibility-js-extra">
/* <![CDATA[ */
var wpa = {"skiplinks":{"enabled":true,"output":"\u003Cdiv class=\"wpa-hide-ltr\" id=\"skiplinks\" role=\"navigation\" aria-label=\"Skip links\"\u003E\u003Ca href=\"#content\" class='no-scroll et_smooth_scroll_disabled'\u003ESkip to Content\u003C/a\u003E \u003Ca href=\"#masthead\" class='no-scroll et_smooth_scroll_disabled'\u003ESkip to navigation\u003C/a\u003E \u003C/div\u003E"},"target":"1","tabindex":"1","underline":{"enabled":false,"target":"a"},"videos":"","dir":"ltr","viewport":"1","lang":"en-US","titles":"1","labels":"1","wpalabels":{"s":"Search","author":"Name","email":"Email","url":"Website","comment":"Comment"},"alt":"","altSelector":".hentry img[alt]:not([alt=\"\"]), .comment-content img[alt]:not([alt=\"\"]), #content img[alt]:not([alt=\"\"]),.entry-content img[alt]:not([alt=\"\"])","current":"","errors":"","tracking":"","ajaxurl":"https://wysac.uwyo.edu/wysac/wp-admin/admin-ajax.php","security":"4bae69c1b6","action":"wpa_stats_action","url":"https://wysac.uwyo.edu/wysac/people/ecanen/feed/","post_id":"","continue":"","pause":"Pause video","play":"Play video","restUrl":"https://wysac.uwyo.edu/wysac/wp-json/wp/v2/media","ldType":"button","ldHome":"https://wysac.uwyo.edu/wysac","ldText":"\u003Cspan class=\"dashicons dashicons-media-text\" aria-hidden=\"true\"\u003E\u003C/span\u003E\u003Cspan class=\"screen-reader\"\u003ELong Description\u003C/span\u003E"};
//# sourceURL=wp-accessibility-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://wysac.uwyo.edu/wysac/wp-content/plugins/wp-accessibility/js/wp-accessibility.min.js?ver=2.3.3" id="wp-accessibility-js" defer="defer" data-wp-strategy="defer"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://wysac.uwyo.edu/wysac/wp-includes/js/wp-emoji-release.min.js?ver=da526d09ae451eda609d118f79e223b1"}}
</script>
<script type="module">
/* <![CDATA[ */
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://wysac.uwyo.edu/wysac/wp-includes/js/wp-emoji-loader.min.js
/* ]]> */
</script>

</body>
</html>
