-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresearch.html
73 lines (68 loc) · 2.93 KB
/
research.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
s
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46774844-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<title>Steven Ellis</title>
<link rel="stylesheet" type="text/css" href="self.css">
</head>
<link rel="icon"
type="image/png"
href="/favicon.png">
<link rel="icon"
type="image/png"
href="favicon.png">
<body>
<a href="index.html"><img id="logo" src="ideographic_description_character_overlaid.svg" type="image/svg+xml">
</img></a>
<div id="wrapdiv">
<div id="links"><h2>
<a href="index.html">Profile</a>
<a id="sel" href="research.html">Research</a>
<a href="visualization.html">Visualization</a>
</h2></div>
<br>
<!-- <h1>KnowYourNeighbr - an ensemble approach to provide interpretable ML outputs</h1>
<h2><ul>
<a href="knowyourneighbr_algo.html"><div class="image" style="float:right; margin-bottom:20px; margin-left:20px;"><img src="knowyourneighbr_fig_1.png" width="300"></div></a>
<li><a href="knowyourneighbr_algo.html">Writeup</a></li> -->
<!-- <li><a href="https://github.com/stevenae/brfss">Github</a></li> -->
<!-- </ul>
</h2>
<h1>Acu/BRFSS - a proof of concept applying industry methods to public health research</h1>
<h2><ul>
<a href="acu_brfss.html"><div class="image" style="float:right; margin-bottom:20px; margin-left:20px;"><img src="acu_brfss_poca.png" width="300"></div></a>
<li><a href="acu_brfss.html">Writeup</a></li>
<li><a href="https://github.com/stevenae/brfss">Github</a></li>
</ul>
</h2> -->
<h1>CensusMatchR - a novel algorithmic method of matching geographic regions to one another using census data.</h1>
<h2><ul>
<a href="censusmatchr_algo.html"><div class="image" style="float:right; margin-bottom:20px; margin-left:20px;"><img src="censusmatchr.png" width="300"></div></a>
<li><a href="censusmatchr_story.html">Story of the project</a></li>
<li><a href="censusmatchr_algo.html">Algorithm explanation</a></li>
<li><a href="ama_poster.pdf">Conference poster</a></li>
<li><a href="https://github.com/stevenae/CensusMatchR">Github</a></li>
</ul>
</h2>
<h1>Rcbc - <a href="http://en.wikipedia.org/wiki/Conjoint_analysis">conjoint analysis</a> and survey authoring in R.</h1>
<h2><ul>
<a href="rcbc.pdf"><div class="image" style="float:right; margin-bottom:20px; margin-left:20px;"><img src="rcbc.png" width="300"></div></a>
<li><a href="https://github.com/stevenae/Rcbc/raw/master/ss-R-tutorial-2013.pdf">Rcbc instruction slides, "Introduction to R for Choice Modelers"</a></li>
<li><a href="rcbc.pdf">Conference poster</a></li>
<li><a href="https://github.com/stevenae/Rcbc">Github</a></li>
</ul>
</h2>
<br>
</div>
</body>
</html>