⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 quantal.dec

📁 没有说明
💻 DEC
字号:
/*
** quantal.dec - declarations for common statistics globals used in
**               the quantal response procedures.
** (C) Copyright 1988-1999 by 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.
**
**-------------------**------------------**-------------------**-----------**
**-------------------**------------------**-------------------**-----------**
*/

/* Version info:  major version | minor version | revision */
declare matrix _qr_ver = { 3, 1, 9 };

declare matrix _qriter = 0;    /* iteration results:  0 no, 1 view, 2 print */
declare matrix _qrstat = 0;    /* 0 for no desc stats */
declare matrix _qrev = 0;      /* 1 for reversed order of comparing */
declare matrix _qrfit = 0;     /* 1 print detailed goodness of fit measures */
declare matrix _qrpred = 1;    /* save predicted values */
declare string _qrpredn = "_qrpred";  /* name of file of predicted values */
declare matrix _qrcatnm = 0;   /* names of outcome categories */
declare matrix _qrnsqz0 = 0;   /* Initial maximum number of "squeezes"  */
declare matrix _qrnsqz1 = 10;  /* maximum # of squeezes after later  */
declare matrix _qrsqz = 0;     /* Initally, no squeezes */
declare matrix _qrsqtol = .01; /* Squeeze if change in lik le _qrsqtol  */
declare matrix _qrstart = 0;   /* if not zero, user start values are used  */
declare matrix _qrlogit = 0;   /* 1 for ordered logit; 0 for ordered probit */
declare matrix _qrnewt = 1;    /* 1 to use Newton Raphson; 0 for scoring */
declare matrix _qrcon = 1;
declare matrix _qrplot = 1;        /* plot effects */
declare matrix _qrtmp = 0;
declare matrix _qrycat = 0;
declare matrix _qrmiter = 1000; /* maximum iterations */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -