TSET

TSET sets global parameters to be used by procedures that analyze time series and sequence variables.

TSET                                              
 [PRINT={DEFAULT**}]  [/NEWVAR={CURRENT**}] [/MXAUTO={16**}]
        {BRIEF    }            {NONE     }           {lags}
        {DETAILED }            {ALL      }       
                                                  
 [/MXCROSS={7** }]  [/MXNEWVARS={60**}] [/MXPREDICT={60**}]
           {lags}               {n   }              {n   }
                                                  
 [/MISSING={EXCLUDE**}]  [/CIN={95** }] [/TOLER={0.0001**}]
           {INCLUDE  }         {value}          {value   }
                                                  
 [/CNVERGE={0.001**}]  [/ACFSE={IND**}]
           {value  }           {MA   }           
                                                  
 [/PERIOD=n]    [/ID=varname]        
                                                  
 [/{CONSTANT**}]       
   {NOCONSTANT}                                  

 [/DEFAULT] 

**Default if the subcommand is omitted.

This command takes effect immediately. It does not read the active dataset or execute pending transformations. See the topic Command Order for more information.

Example

TSET PERIOD 6 NEWVAR NONE MXAUTO 25.