The CSPATIALREG Procedure

Syntax: CSPATIALREG Procedure

The following statements are available in the CSPATIALREG procedure. Items within angle brackets (< >) or square brackets ([ ]) are optional.

  • PROC CSPATIALREG <options>;

  • BOUNDS bound1 [ , bound2 …];

  • BY variables;

  • CLASS variable <(options)>…<variable <(options)>> </ global-options>;

  • DISPLAY <table-list> </ options>;

  • DISPLAYOUT table-spec-list </ options>;

  • INIT initialization1 < , initialization2 …>;

  • MODEL dependent-variable = regressors </ options>;

  • OUTPUT OUT=CAS-libref.data-table <options> <keyword <=name>>…<keyword <=name>>;

  • RESTRICT restriction1 [, restriction2 …];

  • TEST equation1 <, equation2…> / <test-options>;

  • SPATIALEFFECTS <model-spatial-effect-regressors>;

  • SPATIALID variable;

You can specify only one MODEL statement. If you specify a BOUNDS, INIT, OUTPUT, RESTRICT, SPATIALEFFECTS, or TEST statement, it must appear after the MODEL statement. You can specify no more than one SPATIALEFFECTS statement. However, multiple BOUNDS, INIT, RESTRICT, and TEST statements are allowed.

Last updated: October 12, 2022