multiMethods property
getter/setter pair
Implementation
Map<String, String> multiMethods = {
'Vars with Missing': '''
Remove all columns (variables) that have any missing values. The variables
with missing values are indicated in the data summary. The variables to be
removed will be identified and you have a chance to review them before
committing to remove them.
''',
'Obs with Missing': '''
Remove rows (observations) that have any missing values. That is, if there
are one or more missing values in a row, then remove that row from the
dataset.
''',
'Ignored': '''
Remove columns (variables) from the dataset that are marked as Ignore in
the Dataset tab's Role page. The variables to be removed will be
identified and you will have a chance to review them before comitting to
remove them.
''',
};