missing.listwise Function (GPL)

Syntax

missing.listwise()

Description

Specifies that a case is excluded from the graph if the case is missing a value for any variable in the dataset. It does not matter if the variable is actually used in the graph.

Examples

Figure 1. Example: Excluding missing values listwise
SOURCE: s = csvSource(file("mydata.csv"), missing.listwise())