layout | title | permalink |
---|---|---|
page |
Thinking Stats |
/thinkingstats/ |
![]({{ site.baseurl }}/assets/images/thinkingstats_logo.jpg)
Thinking Stats is my consulting company dealing with data management/cleaning, data analytics and statistical modeling. It is currently headquartered in Utah.
I have consulted on projects in education, communication sciences, economics, psychology, and biology. The table below highlights the ways I can (and often have) contributed to a project.
Project Type | Output Produced by Thinking Stats |
---|---|
Research (Scientific or Business Improvement) |
Technical Reports Published Papers Data Management Data Cleaning R Code Replicable Workflow |
Production (Part of a larger system) |
Production Level Code Technical Reports Data Cleaning |
Contact me for a free intake appointment. To contact me,
- Email me at t.barrett@aggiemail.usu.edu, or
- Fill out the form below.
I try to respond to either within 48 hours.
Your request has been processed and will be reviewed soon.
<script type="text/javascript">
function ReplaceForm()
{
var IDofForm = "gform";
var IDofDivWithForm = "formdiv";
var IDforReplacement = "for_replacement";
document.getElementById(IDofForm).submit();
document.getElementById(IDofDivWithForm).innerHTML = document.getElementById(IDforReplacement).innerHTML;
}
</script>
<style>
form {
/* Just to center the form on the page */
margin: 0 auto;
}
form div + div {
margin-top: 1em;
}
label {
/* To make sure that all labels have the same size and are properly aligned */
display: inline-block;
width: 90px;
text-align: right;
}
input[type=text] {
width: 80%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
border: 2px solid #ccc;
border-radius: 4px;
}
input[type=text]:focus {
width: 100%;
}
textarea {
width: 100%;
height: 150px;
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
background-color: #f8f8f8;
resize: none;
}
#button {
display: block;
width:150px;
margin:10px auto;
padding:7px 13px;
text-align:center;
background:#D35400;
font-size:20px;
font-family: 'Helvetica', serif;
color:#ffffff;
white-space: nowrap;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
#button:active {
vertical-align: top;
padding-top: 8px;
}
.one a {
text-decoration: none;
}
</style>