Evidence Toolkit
About
Contact
Project Evident
Topics ▾
Data (24)
Improving Programs (13)
Evidence Based Policy (9)
Evaluation (7)
Strategic Evidence Planning (6)
Technology (5)
Diversity Equity Inclusion (4)
Theory of Change (4)
Reporting (2)
Gregor Thomas
Latest
Glossary of Terms
Gregor Thomas
Dec 19, 2019
•
17 min read
Learn more about the terms that evidence builders are using as they use data
Data
Should I Learn R?
Gregor Thomas
Mar 29, 2019
•
3 min read
R is useful, but not easy. This guide will help you decide if R is right for you.
Data
Getting Started Learning R
Gregor Thomas
Mar 27, 2019
•
3 min read
Recommended resources for R beginners: books, online classes, other resources, and general advice.
Data
How to Build a Dashboard
Gregor Thomas
Jan 16, 2019
•
3 min read
Dashboards are a fantastic way to keep data-users updated. We talk about prerequisites and considerations when embarking on a dashboard project, compare common dashboarding solutions, and link to our favorite dashboard design resources.
Data
How to Assess Your Current Data System
Gregor Thomas
Jan 4, 2019
•
4 min read
Use a Data Map to evaluate your data architecture and identify areas for improvement.
Data
Getting Help With an R Problem
Gregor Thomas
Dec 7, 2018
•
5 min read
Guidance on getting quick, effective help with your R troubles using a variety of free resources.
How to Hire Technical Roles
Gregor Thomas
Dec 5, 2018
•
3 min read
Data analyst, data scientist, data engineer... what are the differences in these roles, and how do I know which one I need? Also provides guidance on writing job descriptions for these roles.
Data
What is Version Control (e.g., git) and When Do I need It?
Gregor Thomas
Dec 3, 2018
•
5 min read
Version Control (also called Source Control) is software that keeps track of code and how it changes over time. It is indispensable for code “in production”, where changes need to be made carefully with with the possibility to “roll back”.