• Previous Page
  • |
  • Next Page
FREQ Statement
Previous Page | Next Page

The GLMSELECT Procedure

  • Overview Procedure Overview
    Features
  • Getting Started
  • Syntax Procedure Syntax
    PROC GLMSELECT Statement BY Statement CLASS Statement EFFECT Statement FREQ Statement MODEL Statement MODELAVERAGE Statement OUTPUT Statement PARTITION Statement PERFORMANCE Statement SCORE Statement STORE Statement WEIGHT Statement
  • Details Procedure Details
    Model-Selection Methods Model Selection Issues Criteria Used in Model Selection Methods CLASS Variable Parameterization and the SPLIT Option Macro Variables Containing Selected Models Using the STORE Statement Building the SSCP Matrix Model Averaging Using Validation and Test Data Cross Validation Displayed Output ODS Table Names ODS Graphics
  • Examples Procedure Examples
    Modeling Baseball Salaries Using Performance Statistics Using Validation and Cross Validation Scatter Plot Smoothing by Selecting Spline Functions Multimember Effects and the Design Matrix Model Averaging
  • References
 
FREQ Statement
FREQ variable ;

The variable specified in the FREQ statement identifies a variable in the input data set containing the frequency of occurrence of each observation. PROC GLMSELECT treats each observation as if it appears times, where is the value of the FREQ variable for the observation. If it is not an integer, the frequency value is truncated to an integer. If it is less than 1 or if it is missing, the observation is not used.


Previous Page | Next Page | Top of Page
Copyright © SAS Institute Inc. All rights reserved.
  • Previous Page
  • |
  • Next Page
  • |
  • Top of Page