Exploring insights with recipes


Exploring insights with recipes

Open Insights Explorer

Available Recipes

The Insights Explorer’s Recipes tab provides ready-to-use R scripts organised into categories:

  • Descriptive analysis of the sample
    • Create a map of responses
    • Plot responses on a timeline
    • Plot duration of responses for each question
    • Plot duration of responses for individual respondent
    • Plot the distribution of countries
    • Plot the distribution of devices
    • Participants profile analysis
    • Analysis of weighting schemas
  • Specialised analysis
  • Other recipes

Here are some example outputs of these recipes. The appearance of visualisations may vary based on your dataset.

Example geographical map of response distribution:
Example geographical map of response distribution
Example block radar chart of Likert-scale outputs:
Example block radar chart of Likert-scale outputs
Example chart of Net Promoter Score by age group:
Example chart of distribution of Net Promoter Score by age group

You can also save the outputs for external use.

Getting started with Recipes

Open Conjointly’s Insights Explorer

The Insights Explorer is available for direct access without login. Conjointly users can find it under Utilities on the left-hand side menu, or access it directly from launched experiment reports.

Access Insights Explorer via Utilities menu

Load experiment data

To load the Recipes tab:

  1. Navigate to the Files tab in the top-right corner.
  2. Click Load from experiment .
  3. Choose your experiment from the menu.

When you access the Insights Explorer directly from Conjointly experiments, the Recipes tab loads automatically.

Alert to load rwasm

Additional analysis options

Besides offering streamlined analysis through Recipes, Insights Explorer also supports:

  • Working with multiple data sources: Load data from Conjointly experiments, upload your own data, and combine data for comprehensive analysis.
  • Analysing data using LLM: Type your request on the LLM interface and run the generated code to produce your desired insights and visualisations without coding.
  • Writing custom R code: Create customised analyses and visualisations using R functions and libraries.

Frequently asked questions

What are the system requirements to run Insights Explorer?

Insights Explorer runs in modern web browsers, including Chrome, Safari, Edge, Firefox, and more. No local installation or additional software is required.

Can I change the path to load the R WebAssembly software?

Yes. Simply click on the button on the left-hand-side menu.

Alert to load rwasm

You will see an alert asking you to specify the path to load the R WebAssembly (R Wasm) software. While the default URL (https://conjoint-ly.github.io/webr/) is pre-filled, you can enter your preferred distribution URL if needed.

Alert to load rwasm

How do file management works in Insights Explorer?

The Insights Explorer initiates a new session each time you open the utility. Your files and work in Insights Explorer are session-based. This means:

  • You can download your processed results and delete working files at any time.
  • Any files you create, upload, or change remain available during your current browser session.
  • Command history is maintained separately for each session.

When you log in to your Conjointly account, you can save your Insights Explorer session by clicking the the button on the left-hand-side menu.

Save current session

Please note that all unsaved session and working files are automatically cleared when you close Insights Explorer and cannot be recovered.

To load a previous Insights Explorer session, make sure you are logged in to your Conjointly account. A popup will appear when you open Insights Explorer. Select the session you want to load to continue working.

Load a previous session

Can I save my visualisations?

Yes. The Plot tab includes several tools for working with your visualisations:

  • Navigate between plots using the and buttons.
  • Save plot as PNG file for external use.
  • Clear plots to start fresh.
  • Replot to rebuild the current plot with updated dimensions.
  • Enlarge to open the plot in a separate modal for better viewing and resizing.
  • Dock back to return to the main insights explorer interface.
Example of using Plot interface

What libraries are available in Insights Explorer?

Insights Explorer comes with the following pre-installed R packages:

  • All standard packages of WebR.
  • ggplot2: Creates statistical data visualisations using a layered approach. Useful for building complex plots from simple components.
  • data.table: Handles large datasets with high-performance data manipulation. Offers enhanced features for subsetting, joining, and updating data.
  • lubridate: Simplifies working with dates and times in R. Helps parse date-time data and perform date-time calculations.

You can also load additional packages based on your analysis requirements.

Next steps

You can also read about: