Data sets and analyses
Rave uses two parallel mechanisms to store your information: Data sets and Analyses. Each of these is described on its own page.
The summary is:
- Data sets contain your actual data and the supporting information needed to interpret it. This includes the data itself, the name of each variable, the type of each variable (continuous, discrete, string, etc.), and the names of any functions that are used to calculate the data.
- Analyses contain supporting information related to how you are using your data sets. This includes things like a list of which rows of the data set are selected, what color to use to draw each row (in some visualizations), what ranges of the independent variables to use when running optimization, and what values of the independent variables define the "current point" for drawing continuous visualizations.
) When you open Rave, you must load one or more data sets before you can do anything. An initial analysis (named "Default Analysis") is created for you. You can create additional Analyses as needed, but you do not need to create a new analysis for each data set you load. Each Analysis stores information related to every one of your data sets, so most of the time you will only need one analysis. The purpose of creating additional Analyses is to enable you to manage multiple sets of the information stored by the analyses, which effectively lets you create groups of interactive visualizations that are linked within each group but not across groups. Since by default all visualizations belong to the same Default Analysis, they will all be linked to each other until you create additional Analyses and assign different (groups of) visualizations to each Analysis.