Net-nets and Net Promoter Scores
February 17, 2021
Coding open-ends is a way to simplify responses by putting them into countable categories
February 17, 2021
Coding open-ends is a way to simplify responses by putting them into countable categories
July 20, 2020
We’re excited to release print layout charts. These are designed to provide precise control over layout and a wide variety of options, within a coherently styled family of charts.
18% | 26% | 30% | 15% | 10% | |
11% | 23% | 40% | 16% | 11% | |
10% | 16% | 35% | 24% | 15% | |
10% | 20% | 39% | 20% | 12% | |
9% | 16% | 29% | 29% | 16% | |
9% | 16% | 29% | 23% | 23% | |
9% | 13% | 26% | 29% | 24% | |
7% | 14% | 28% | 32% | 19% | |
6% | 9% | 21% | 32% | 32% |
June 28, 2020
Each Protobi element can be arranged like a PowerPoint slide.
This lets you see how it will export to PowerPoint, and potentially streamline the workflow from analysis to presentation.
For instance, here is an element with a headline in slide layout:
And here is the element as it exports to PowerPoint with the default Protobi template:
June 14, 2020
You can use Protobi not only to find the story but to tell it. The new headline, slide layout, and notes features may help.
Each element can now show a headline in bold text. This can be a place
to put the main takeaway from the chart as in this example:
April 30, 2020
Protobi is proud to support the Sermo COVID-19 Barometer, a weekly in-depth survey of practicing physicians around the world about their experiences, perceptions, and treatment practices related to COVID-19.
In total, Sermo’s COVID-19 Real Time Barometer observational study has polled over 20,000 physicians in 30 countries, including the United States, Canada, United Kingdom, France, Brazil, Russia, China, Japan and Australia. All data published to date and study methodology can be found here at https://sermo.com/blog.
One of the many interesting metrics from this survey is the percent of physicians who believe their region is at or has passed the peak of the outbreak.
The series of charts below shows how US physicians have changed dramatically over the past six weeks. The most recent wave is shown first, scroll down to see how this has changed over time. Notice that US physicians’ current perceptions are far more optimistic than just four weeks ago.
April 14, 2020
A data file shows a student’s application was filed on “14-Apr-2020”. So, was that application filed on or before April 14?
That seems like it should be an easy question to answer .. obviously yes, right? But if you’re in the US, your browser might say “No” .
Interpreting and comparing date values is surprisingly nuanced. There are many common date string formats, these formats vary by country, browsers differ in how they parse date strings, and they even consider the user’s time zone, so results may vary depending on when and where the date string was parsed.
This article details some practical complexities and presents a simple function to convert date strings you might receive in a data file to a clean date string you can consistently use for comparisons.
October 10, 2019
Sometimes you need to change the data from your survey, for all sorts of good reasons. This article shows a few different ways to do that…
September 20, 2019
Protobi design work sessions get you working with your data right away.
As soon as you have partial data, book time with our support team and we can step through the survey with you, question by question, by screenshare.
Together, we’ll tailor the view to support your analysis, and save a lot of time. In the process, you’ll also become expert by learning through doing, as the work sessions also serve as training sessions in disguise..
February 14, 2019
Valentines Day candies can send a lot of confusing messages. You can now evaluate them in Protobi using sentiment analysis …
Above is a stock photo of classic candy hearts, annotated with automated sentiment analysis scores in Protobi. Protobi lets you score text verbatims using leading AI libraries from Indico and ParallelDots.
In real-life we imagine you’d use this to evaluate open-end survey responses. But the candy hearts provide a good example to show the strengths and limitations.
These libraries score text on a scale from 0 to 100%, where 100% is very positive, 0% is very negative, and 50% is neutral. Here’s one example scoring a random list of adjectives:
At heart, computerized sentiment analysis is a bit simplistic from a human perspective. It scores the words within the text and returns an aggregate summary score. The computer doesn’t really get in the mind of the author to divine the actual sentiment.
Generally sentiment analysis is reasonably good at identifying as positive words most people would consider positive:
“True love” (98%)
“Best day” (97%)
“Laugh”: (90%)
And conversely identifying as negative words most people would consider negative
“Fart monster” (2%)
Automated sentiment analysis can be effective at quickly sorting through lots of verbal expressions and extracting general trends.
The scores in the image above are literally taken from the algorithm. We assume it’s giving the following ratings because the computer simply doesn’t understand the experience:
“XOXO” (67%)
“First kiss” (47%)
For instance it rates the following as having a high sentiment even though might be totally not what this is conveying:
“You’re really nice…” (98%)
And it rates the following as having a low sentiment even though might intend to communicate quite the opposite:
“You’re not half bad” (32%)
And it may completely miss subtle British-vs-American interpretations, at least according to this Guardian reporter on English-to-English: “quite” explained who explains that in British English, this is not a high compliment:
“Quite good” (98%)
Sentiment analysis is currently available in all projects. Contact support@protobi.com
January 8, 2019
Part of the fun of delivering Protobi to clients is showing it in your colors and brand — or better yet, in theirs.
Your firm and your client firm each have a brand guide that specify colors and logos. There’s probably a page that looks a lot like this:
You can set custom logos, splash images and colors for each project. See the Protobi tutorials “Colors” and “Logo and splash images”
January 6, 2019
In even the best designed surveys, you may need to do additional data refactoring and cleaning :
You can do serious data processing in Protobi itself. Your code stays all in one project, with change history, and applies whenever you update your data file.
Prefer to work locally in R, Python or SPSS or other language? Protobi REST API also makes it easy to get work with your favorite platform.
See the Protobi Tutorial “Process data in Protobi”
December 30, 2018
Protobi provides a number of ways to summarize location data in geographic maps.
The most direct method is a chloropleth map, which shows geographic regions in a map projection and colors the regions according to a metric:
The above map shows US states, but it’s also possible to show other divisions such as country, county or ZIP.
August 31, 2018
Flow diagrams can be a good way to visualize relationships between variables, like progression of treatment regimens by line of therapy.
One type of flow diagram is the Sankey diagram where the width of the arrows is proportional to quantity. Here’s how to create one in Protobi…
August 28, 2018
Ever review your data and wonder “What?! How did I get a mean of 2.13 on a 2-point scale?”
Surveys sometimes code special values like “Not asked” or “Don’t know” as integers like 9
, -9
or 99
.
These can definitely throw off your analysis.
Here’s how to fix them in Protobi…
August 1, 2018
Sometimes your data has outliers. Trimming and Winsorizing are two ways to mitigate the effect of extreme values on your analysis. Two more alternatives are to recode or simply retain them.
July 31, 2018
Coding verbatims into concepts is a common task in text analytics. But how many concepts should you expect to find given your sample size? How big should your sample be to identify 20 concepts?
That may sound abstract, but when budgeting research that’s the bet we make with actual dollars. It’d be good to know the odds.
This article suggests a new way to predict how many distinct codes you may expect to see in N survey responses. Such a curve might be used to inform sample size selection before fielding research, or during analysis to benchmark the results.
July 27, 2018
The Van Westendorp Price Sensitivity Meter (PSM) is a non-parametric chart used to summarize stated consumer price preferences. It allows product managers to see the intersection between prices customers perceive as good value versus prices customers perceive as expensive.
Here's how to create it in Protobi using cumulative line charts...
July 24, 2018
Your survey data might have one or more columns with date values. There are lots of ways you can parse and analyze dates in Protobi.
July 18, 2018
How do we describe the distribution of time intervals when some aren’t yet complete?
The Kaplan–Meier Survival Estimator is a non-parametric curve that describes the empirical survival function given observed interval to-date.
Importantly it is designed to handle “censored” data where the intervals are observed before they are known to be complete.
July 17, 2018
Surveys often ask for time intervals, with start and end dates:
One thing we can do is to look at the data. Another is to look at how survival data is summarized in clinical research…
July 14, 2018
Surveys can contain “loops” where a subset of the survey is repeated several times per respondent. This is typical in new product assessments, employee satisfaction surveys, patient case research, and observational trials.
You can choose whether to see survey loops “flattened” or “stacked”. Which is best depends on your analysis goals.
June 26, 2018
We're excited to support SERMO Dashboard Analytics! Protobi Viewer is now available with every SERMO RealTime and full length survey globally.
See the intro video:
Your survey design and data are automatically configured and ready to explore. To learn more log into your SERMO Client Portal or visit SERMO Dashboard Analytics with Protobi
June 25, 2018
Your survey asked quantities as absolute counts. But now you need to report them as percentages. Here’s how to calculate ratios and correctly preserve percentages, frequencies and means:
June 16, 2018
Yay! You’ve fielded a global survey in multiple local languages.
Yikes! Now you need to analyze all those local-language verbatims…
Protobi works with Google Translate so you can start reading and even recoding those text verbatims in multiple languages to analyze right away.
June 10, 2018
Straightliners. You know they must be somewhere in your sample … respondents who give the same answer to every question in a section.
If you could see the answers for one respondent for one section, it’d be easy to spot. But how do you quickly identify all straightlines? It’s pretty easy to find them in Protobi using this one trick…
May 8, 2018
As you work, Protobi saves all your changes locally, and your latest version survives closing the browser. You can work on your own copy and push changes up to the server when you’re ready for colleagues to see. Work from an airplane or ferry, then sync your changes when back online.
Select “Local History” from the toolbar context menu (or press Shift+Z). You’ll see a timeline of your most recent changes. Select a timestamp to restore your project as it existed at that moment:
April 1, 2018
Interactive analysis is great for exploring the data, testing hypotheses.
Collaborating online is great for finding the story with colleagues and clients.
But in today’s business world, analysis still has to go into PowerPoint to tell that story to the broader organization.
Protobi lets you create visualizations that look more like your presentation than your survey. And export into your own PowerPoint template as editable chart objects.
March 1, 2018
Dynamically resize any chart in Protobi with the mouse. For any selected element, a resize handle appears when you hover.
February 11, 2018
Perceptual maps can be a useful way to concisely visualize associations among multiple variables. Protobi can create a perceptual map based on principal components analysis for many types of crosstabs.
February 11, 2018
You can show pretty much any distribution as a WordCloud. For instance, you can show the states where survey respondents are located:
September 15, 2017
You’ve asked each respondent to answer multiple questions. Now you want to know if respondents’ answers to this question are significantly different than their answers to other questions.
Protobi’s new PairedTable allows you to compare different questions across the same respondents (rather than compare the individual questions for different subsets of respondents). This uses pairwise comparisons for stronger statistical tests.
This uses pairwise comparisons for stronger statistical tests. It uses pairwise t-tests to compare means and McNemar’s test (with small sample corrections) to compare percentages.
For more information, see the Paired table tutorial
September 14, 2017
A TopBoxTornado plot is a concise way to present top- and bottom-box scores for multiple ratings on Likert-type scales.
January 14, 2017
Protobi is not just a pretty face for the data, it also provides a full-featured language for data cleaning and reshaping prior to analysis.
No matter how carefully you design a survey there are almost always changes you need to make to the data once it comes back:
You can now do all of the above (and more) within Protobi.
Previously you might have used SPSS, R, or external vendors to do this externally. You can still do that, and upload the results to Protobi as you wish.
But now you can also keep all your processing code in one place, integrated with your analysis, and documented.
Strapped for time? We’re happy to set up your data cleaning and reshaping for you, and show your analysts how to edit or author it.
August 17, 2016
Back-to-school season entails all the necessary checkups and health exams.
Seeing where the kids fell on the height weight standards chart, I noticed
that the charts all seem to conveniently stop at age 20. What would they look like if extended for adults?
June 17, 2016
We love bar charts and their simple utility in the New York Times and Wall Street Journal. But other chart types also have their role in finding and telling the stories in survey data, and our client work often entails creative custom visualizations…
June 14, 2016
Does your survey include a collection of related questions on a common scale? E.g.
Protobi includes useful tools—top-box summaries, stacked bars, crosstabs and clustering—that make it easy to analyze ratings, rankings, and other questions on common scales.
But the tips here you can do in Excel, R or even PowerPoint…
March 14, 2016
Click here for up-to-the-minute New York Times top stories …in PowerPoint!
As powerful and ubiquitous as the mobile/web has become, PowerPoint is still the platform for business analysis today. Interactivity and rapid collaboration are awesome, but business findings are presented in slides, to be presented, distilled and synthesized, as insights crystallize into decisions.
So we’re pushing the boundaries of PowerPoint on the web, making it easy to export data as slides with native charts and tables. Using your company’s template. And even to instantly update the charts and tables (leaving your text untouched) as new respondents come in.
Which got us to wondering, if all other business results must be presented in PowerPoint why don’t executives ask to see the New York Times in a slide deck? Maybe just no one ever thought it was possible!
So for fun we combined the NYTimes Top News API to test our shiny new library to generate PowerPoint with native charts, images, tables, real time data and user-defined templates.
More to the point, Protobi can export your entire survey… be it in Survey Monkey, TypeForm, Qualtrics and Confirmit Surveys seamlessly to native PowerPoint charts and tables.
December 14, 2015
Wait! Before you send the survey for programming, here are a few quick ways to simplify the survey for the respondent, the client, and the analyst.
A few of these pick on an actual customer satisfaction survey Amtrak sent me. This is unfair. The trip was great, and it’s clear that Amtrak listens to its riders to keep the experience nice. But a lot of surveys are similar so it’s a good example.
July 31, 2015
A key task in any survey is identifying outliers that can mar an otherwise great analysis. Outliers can arise for many reasons – honest mistakes, careless entries, or outright bogus answers. Protobi makes outliers stand out so identifying them is as easy as shooting fish in a barrel.