The MODELMATRIX Procedure

PROC MODELMATRIX Statement

  • PROC MODELMATRIX <options>;

The PROC MODELMATRIX statement invokes the procedure. Table 13.1 summarizes the options in the PROC MODELMATRIX statement by function.

Table 13.1: PROC MODELMATRIX Statement Options

Option

Description

Basic Options

DATA=

Specifies the input data table


You can specify the following options:

DATA=CAS-libref.data-table

names the input data table for PROC MODELMATRIX to use. The default is the most recently created data table. CAS-libref.data-table is a two-level name, where

CAS-libref

refers to a collection of information that is defined in the LIBNAME statement and includes the caslib, which includes a path to the data, and a session identifier, which defaults to the active session but which can be explicitly defined in the LIBNAME statement. For more information about CAS-libref, see the section Using CAS Sessions and CAS Engine Librefs.

data-table

specifies the name of the input data table.

Last updated: December 21, 2018