Samples directory
of your installation. This directory contains the following subdirectories:
Projects |
contains the
sample project files. When you open a project file, SAS/GRAPH Network
Visualization Workshop automatically opens the data sets and all graphs
that have been associated with the project.
|
Data |
contains the
sample data sets. You can load individual data sets without opening
a project.
|
|
Variable
|
Description
|
|---|---|
|
Customer ID
|
Serves as the
FROM variable that originates the link.
|
|
Transaction ID
|
A value that
identifies every transaction.
|
|
Merchant ID
|
Serves as the
TO variable that terminates the link.
|
|
Fraud
|
Indicates whether
the transaction is fraudulent (1) or not fraudulent (0). This variable
also determines link colors.
|
|
Variable
|
Description
|
|---|---|
|
Node
|
Serves as the
NODE ID variable that identifies all customers and merchants.
|
|
Label
|
Determines the
text that appears when you apply a label to nodes in a network graph.
|
|
In Arcs; Out
Arcs; Total Arcs
|
Created by SAS/GRAPH
Network Visualization Workshop to keep track of the links that are
associated with each node.
|
|
Project File:
|
ComputerGrid.nvw
|
|
Link Data Set:
|
gridlink4.sas7bdat
|
|
Node Data Set:
|
gridnodes.sas7bdat
|
|
Position File:
|
gridnodes.sas7bdat
|
|
Variable
|
Description
|
|---|---|
|
from
|
Serves as the
FROM variable that originates the link.
|
|
to
|
Serves as the
TO variable that terminates the link.
|
|
failures
|
Provides the
number of times that the connection failed.
|
|
tests
|
Provides the
number of times that the connection was tested.
|
|
weight3
|
Indicates an
arbitrary variable that is available for the purpose of exploring
the data.
|
|
pcnt_fail
|
Indicates failure
as a percentage of the number of failures divided by the number of
tests.
|
|
Variable
|
Description
|
|---|---|
|
node
|
Serves as the
NODE ID variable that identifies all computers in the data. This variable
also determines the text that appears when you apply a label to nodes
in a network graph.
|
|
weight;weight2;weight3
|
Indicates arbitrary
variables that are available for the purpose of exploring data that
has multiple variables.
|
|
x
|
Provides the
X coordinate for a fixed position network graph.
|
|
y
|
Provides the
Y coordinate for a fixed position network graph.
|
|
Variable
|
Description
|
|---|---|
|
INDIVIDUAL
|
Serves as the
FROM variable that originates the link.
|
|
CORPORATION
|
Serves as the
TO variable that terminates the link.
|
|
BOARD CHAIRMAN
|
Indicates whether
the individual is (1) or is not (0) the board chairman of the corresponding
corporation.
|
|
CEO
|
Indicates whether
the individual is (1) or is not (0) the chief executive officer of
the corresponding corporation.
|
|
NUMBER OF BOARDS
|
Provides the
number of boards of which the individual is a member. This variable
also determines link colors.
|
|
BOARD SIZE
|
Provides the
size of the board.
|
|
Variable
|
Description
|
|---|---|
|
CATEGORY
|
Classifies the
corporations into categories such as retail, energy, manufacturing,
and others. For individual people, this variable identifies the node
as an individual and also indicates which individuals are chief executive
officers.
|
|
NAME
|
Serves as the
NODE ID variable that identifies all individuals and corporations.
|
|
FULL NAME
|
Provides the
first and last name for individuals and the full company name for
corporations.
|
|
TYPE
|
Indicates whether
the node is an individual (I) or a corporation (C). This variable
also determines the shapes of node markers.
|
|
NUMBER OF BOARDS
|
Provides the
number of boards of which the individual is a member. For a corporation,
this variable gives the size of the corporation's board.
|
|
REVENUES
|
Provides the
revenues for corporations. For individuals, this value is ignored.
|