quantal.ext
来自「没有说明」· EXT 代码 · 共 43 行
EXT
43 行
/*
** quantal.ext - external declarations for common statistics globals used in
** the quantal response procedures.
**
** (C) Copyright 1988-1995 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
** SYSTEMS, INC. This File Header must accompany all files using
** any portion, in whole or in part, of this Source Code. In
** addition, the right to create such files is strictly limited by
** Section 2.A. of the GAUSS Applications License Agreement
** accompanying this Software Product.
**
** If you wish to distribute any portion of the proprietary Source
** Code, in whole or in part, you must first obtain written
** permission from Aptech Systems.
**
**-------------------**------------------**-------------------**-----------**
**-------------------**------------------**-------------------**-----------**
*/
external matrix _qriter; /* iteration results: 0 no, 1 view, 2 print */
external matrix _qrstat; /* 0 for no desc stats */
external matrix _qrev; /* 1 for reversed order of comparing */
external matrix _qrfit; /* 1 print detailed goodness of fit measures */
external matrix _qrpred; /* save predicted values */
external string _qrpredn; /* name of file of predicted values */
external matrix _qrcatnm; /* names of outcome categories */
external matrix _qrnsqz0; /* Initial maximum number of "squeezes" */
external matrix _qrnsqz1; /* maximum # of squeezes after later */
external matrix _qrsqz; /* Initally, no squeezes */
external matrix _qrsqtol; /* Squeeze if change in lik le _qrsqtol */
external matrix _qrstart; /* if not zero, user start values are used */
external matrix _qrlogit; /* 1 for ordered logit; 0 for ordered probit */
external matrix _qrnewt; /* 1 to use Newton Raphson; 0 for scoring */
external matrix _qr_ver;
external matrix _qrcon;
external matrix _qrplot; /* plot effects */
external matrix _qrtmp;
external matrix _qrycat;
external matrix _qrmiter; /* maximum iterations */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?