Data Sets

The Flexible Statistics Data Analysis Toolbox™ software includes a number of sample data sets provided in tab separated data file (.txt file). The simplest way to load a data set into the MATLAB workspace is to type:

 load filename.txt 

where filename is one of the files listed in the table. This will load the original txt file into a standard data matrix. Note that this straightforward loading option will not work for datasets mixing numerical and categorical variables, like fishery.txt.

The datasets have also been organized in a table format complementing the data matrix with the variable and observation names and data specific notes. The table can be loaded in the workspace by typing

 load filename.mat

Note that from FSDA 2021a (version 8.5.0) the datasets are not provided anylonger in cell, dataset or structure format.