Synopsis
This operator can read Stata data files.
Description
This operator can read stata files. Currently only stata files of version 113 or 114 are supported.
Input
Output
- output:
Parameters
- filename: Name of the file to read the data from.
- datamanagement: Determines, how the data is represented internally.
- attribute naming mode: Determines which variable properties should be used for attribute naming.
- handle value labels: Specifies how to handle attributes with value labels, i.e. whether to ignore the labels or how to use them.
- sample ratio: The fraction of the data set which should be read (1 = all; only used if sample_size = -1)
- sample size: The exact number of samples which should be read (-1 = all; if not -1, sample_ratio will not have any effect)
- use local random seed: Indicates if a local random seed should be used.
- local random seed: Specifies the local random seed