The TPSPLINE Procedure

Syntax: TPSPLINE Procedure

The following statements are available in the TPSPLINE procedure:

  • PROC TPSPLINE <options>;

  • MODEL dependents = <variables> (variables)</ options>;

  • SCORE DATA=SAS-data-set OUT=SAS-data-set <keyword …  keyword>;

  • OUTPUT <OUT=SAS-data-set> keyword …  keyword;

  • BY variables;

  • FREQ variable;

  • ID variables;

The syntax in PROC TPSPLINE is similar to that of other regression procedures in the SAS System. The PROC TPSPLINE and MODEL statements are required. The SCORE statement can appear multiple times; all other statements appear no more than once.

The statements available for PROC TPSPLINE are described in alphabetical order after the description of the PROC TPSPLINE statement.