代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/273525/4206656
ado separate.ado
*! version 2.0.8 17nov2004
program define separate, rclass sortpreserve
version 6, missing
syntax varname [if] [in], BY(str asis) [Generate(str) /*
*/ Indicator(str) MISSing SEQuential SHORT
www.eeworm.com/read/273525/4207127
ado ml_score.ado
*! version 1.0.8 01apr2005
program ml_score, rclass
version 9, missing
syntax anything(name=scvars id="newvarlist") ///
[if] [in] [, FORCEscores OLDOLOGit * ]
marksample touse, novarlist
www.eeworm.com/read/273525/4207245
ado matlist.ado
*! version 1.0.3 04feb2005
program matlist
version 8
#del ;
syntax anything(id="matrix name or matrix expression" name=M)
[,
// options of matrix list
TITle(str) /
www.eeworm.com/read/273525/4207401
ado ml_query.ado
*! version 7.0.5 28feb2002
program define ml_query
version 6
syntax [, SYStem]
if "`system'"!="" {
MLqsys
exit
}
if `"`0'"' != "" {
error 198
}
if "$ML_stat"!="model" {
www.eeworm.com/read/273525/4207441
ado ml_hold.ado
*! version 1.0.0 19sep2003
program ml_hold, rclass
version 8.1
syntax [, NOIsily ]
if "`noisily'" == "" {
local noisily quietly
}
if "$MLhold" != "" {
local hold = $MLhold+1
www.eeworm.com/read/273525/4207483
ado mhodds.ado
*! version 6.1.9 17mar2005
program define mhodds, rclass
version 6, missing
syntax varlist(min=2) [if] [in] [fweight] [, Binomial(string) /*
*/ Compare(string) BY(string) Level(cilevel) ]
www.eeworm.com/read/273525/4207551
ado ml_p.ado
*! version 1.0.0 03jan2005
program ml_p
version 9
syntax [anything] [if] [in] [, SCores * ]
if `"`scores'"' != "" {
ml_score `0'
exit
}
_predict `0'
end
exit
www.eeworm.com/read/273525/4207788
ado adjust.ado
*! version 2.2.4 17mar2005
program adjust
version 6.0, missing
* Syntax:
* adjust [var[= #] [var[= #] ...]] [if exp] [in range] [, by(varlist)
* generate(var [var]) {xb [se|stdf] | pr |
www.eeworm.com/read/273525/4207971
ado varirf_set.ado
*! version 1.2.5 08jul2004
program define varirf_set, rclass
version 8
syntax [anything(name=filename id="irf filename")] /*
*/[, /*
*/ New /* undocumented
*/ replace /*
*/ clear
www.eeworm.com/read/273525/4208024
ado varfcast.ado
*! version 2.0.1 26nov2002
program define varfcast
version 8.0
syntax [anything(id="varfcast command" name =cmd)] [if] [in] [, *]
if "`cmd'" != "" {
gettoken sub 0:0 , parse(" ,")
lo