stata是什么 表示什么意思

苹果/安卓/wp
积分 1991, 距离下一级还需 234 积分
权限: 自定义头衔, 签名中使用图片, 隐身, 设置帖子权限
道具: 彩虹炫, 涂鸦板, 雷达卡, 热点灯, 金钱卡, 显身卡, 匿名卡, 抢沙发, 提升卡下一级可获得
权限: 设置回复可见道具: 沉默卡
购买后可立即获得
权限: 隐身
道具: 金钱卡, 彩虹炫, 雷达卡, 热点灯, 涂鸦板
stata命令里面的qui 表示什么意思啊??
载入中......
help quietly, help noisily
-------------------------------------------------------------------------------------------------------------------
& & [P] quietly -- Quietly and noisily perform Stata command
& & Perform command but suppress terminal output
& && &&&quietly [:] command
& & Perform command and ensure terminal output
& && &&&noisily [:] command
& & Specify type of output to display
& && &&&set output { proc | inform | error }
Description
& & quietly suppresses all terminal output for the duration of command.&&It is useful both interactively and in
& & programs.
& & noisily turns back on terminal output, if appropriate, for the duration of command.&&It is useful only in
& & programs.
& & set output specifies the output to be displayed.&&It is useful only in programs and even then is seldom used.
Example of interactive use
& & You do not care to see the output from a particular regression, but instead want to silently run the
& & regression so that you may access some of its returned results.
& && &&&. sysuse auto
& && &&&. quietly regress mpg weight foreign headroom
& & No output is presented, but the e() returned results from the regression are now available.
总评分:&经验 + 60&
热心指数 + 1&
Stata版版规
结果不显示有屏幕上
总评分:&经验 + 5&
不显示 的意思 一起学习!加油
quietly,悄悄的处理,结果不显示
闻道有先后,术业有专攻。
快速回归,不显示结果,但是mom中保留数据以供后续命令使用
鼓励积极发帖讨论
总评分:&经验 + 5&
但是不在屏幕上显示出来
原来如此。
谢谢楼主解惑
初级热心勋章
初级热心勋章
初级信用勋章
初级信用勋章
初级学术勋章
初级学术勋章
中级学术勋章
中级学术勋章
中级热心勋章
中级热心勋章
中级信用勋章
中级信用勋章
高级热心勋章
高级热心勋章
高级信用勋章
高级信用勋章
无限扩大经管职场人脉圈!每天抽选10位免费名额,现在就扫& 论坛VIP& 贵宾会员& 可免费加入
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
如有投资本站或合作意向,请联系(010-);
邮箱:service@pinggu.org
投诉或不良信息处理:(010-)
京ICP证090565号
论坛法律顾问:王进律师10个stata中有用的命令_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
10个stata中有用的命令
上传于|0|0|暂无简介
阅读已结束,如果下载本文需要使用1下载券
想免费下载本文?
定制HR最喜欢的简历
你可能喜欢苹果/安卓/wp
积分 47, 距离下一级还需 38 积分
道具: 彩虹炫, 涂鸦板, 雷达卡, 热点灯, 金钱卡, 显身卡下一级可获得
权限: 自定义头衔
购买后可立即获得
权限: 隐身
道具: 金钱卡, 彩虹炫, 雷达卡, 热点灯, 涂鸦板
stata语句,reg后面加个b是什么意思,就是回归reg……,b&&中的这个b
谢谢!!!!
支持楼主:、
购买后,论坛将把您花费的资金全部奖励给楼主,以表示您对TA发好贴的支持
载入中......
看帮助啊,
[R] regress -- Linear regression
regress depvar
[weight] [, options]
Description
---------------------------------------------------------------------------------------------
noconstant
suppress constant term
has user-supplied constant
查看帮助&&解释的很清楚
论坛扫地人员
_b[]表示提取模型某个估计参数
小竹竹竹竹 发表于
stata语句,reg后面加个b是什么意思,就是回归reg……,b&&中的这个b
谢谢!!!!标准化回归系数我记得好像是
看帮助啊,
& & [R] regress -- Linear regression
& && &&&regress depvar [indepvars] [if] [in] [weight] [, options]
& & options& && && && && &Description
& & ---------------------------------------------------------------------------------------------
& && &noconstant& && && & suppress constant term
& && &hascons& && && && & has user-supplied constant
& && &tsscons& && && && & compute total sum of s seldom used
& & SE/Robust
& && &vce(vcetype)& && &&&vcetype may be ols, robust, cluster clustvar, bootstrap, jackknife,
& && && && && && && && && & hc2, or hc3
& & Reporting
& && &level(#)& && && && & default is level(95)
& && &beta& && && && && & report standardized beta coefficients
& && &eform(string)& && & report exponentiated coefficients and label as string
& && &depname(varname)& & substitute dep programmer's option
& && &display_options& &&&control column formats, row spacing, line width, display of omitted
& && && && && && && && && & variables and base and empty cells, and factor-variable labeling
& && &noheader& && && && &suppress output header
& && &notable& && && && & suppress coefficient table
& && &plus& && && && && & make table extendable
& && &mse1& && && && && & force mean squared error to 1
& && &coeflegend& && && & display legend instead of statistics
& & ---------------------------------------------------------------------------------------------
& & indepvars may cont see fvvarlist.
& & depvar and indepvars may contain time- see tsvarlist.
& & bootstrap, by, fp, jackknife, mfp, mi estimate, nestreg, rolling, statsby, stepwise, and svy
& && & see prefix.
& & vce(bootstrap) and vce(jackknife) are not allowed with the mi estimate prefix.
& & Weights are not allowed with the bootstrap prefix.
& & aweights are not allowed with the jackknife prefix.
& & hascons, tsscons, vce(), beta, noheader, notable, plus, depname(), mse1, and weights are not
& && &allowed with the svy prefix.
& & aweights, fweights, iweights, and
see weight.
& & noheader, notable, plus, mse1, and coeflegend do not appear in the dialog box.
& & See [R] regress postestimation for features available after estimation.
Stata版版规
<font color="#6232839 发表于
标准化回归系数我记得好像是啊!非常感谢! 计量渣渣再问句标准化回归系数是什么意思
蓝色 发表于
看帮助啊,谢谢!!!好细致!!!! 计量渣渣再问句标准化回归系数是什么意思
论坛扫地人员
小竹竹竹竹 发表于
谢谢!!!好细致!!!! 计量渣渣再问句标准化回归系数是什么意思标准化回归系数是在变量的量纲不一致时,为了比较大小,先对变量进行标准化再进行回归后的结果。
初级学术勋章
初级学术勋章
中级热心勋章
中级热心勋章
初级热心勋章
初级热心勋章
中级学术勋章
中级学术勋章
高级学术勋章
高级学术勋章
高级热心勋章
高级热心勋章
初级信用勋章
初级信用勋章
中级信用勋章
中级信用勋章
特级热心勋章
高级热心勋章
二级伯乐勋章
二级伯乐勋章
一级伯乐勋章
一级伯乐勋章
高级信用勋章
高级信用勋章
特级学术勋章
特级学术勋章
无限扩大经管职场人脉圈!每天抽选10位免费名额,现在就扫& 论坛VIP& 贵宾会员& 可免费加入
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
&nbsp&nbsp|
如有投资本站或合作意向,请联系(010-);
邮箱:service@pinggu.org
投诉或不良信息处理:(010-)
京ICP证090565号
论坛法律顾问:王进律师s 数据标红是什么意思
全部答案(共1个回答)
就会给出红字。
设它为函数或那个什么变量(忘了叫啥了),指向预设的那个数据库,省名对应下拉菜单,价格对应那个标红的
你把它变成红色有什么&#039;用呢??
用条件格式将大于100的设成红色,小于100设成绿色
怀特岛的纽波特Nora'S Place怎么样?有人住过吗?
大家还关注
确定举报此问题
举报原因(必选):
广告或垃圾信息
激进时政或意识形态话题
不雅词句或人身攻击
侵犯他人隐私
其它违法和不良信息
报告,这不是个问题
报告原因(必选):
这不是个问题
这个问题分类似乎错了
这个不是我熟悉的地区在s里面L.ce1代表什么意思?
全部答案(共1个回答)
/link?url=jtjGfdh1kM5l6Zft_hmRSz5TGr0yNydMhIc593HRJgzllKCD...
12.1路过。。。R其实有个package可以读出来,然后再转成csv让12读
不一定,首先变量提示由于共线性被剔除有两种原因,一种是正常的,不用管,一种是不正常的,需要处理,不过总的来说无论你是否处理,它都不会进入回归(stata会自动忽...
M/T只是代币,像QQ币一样。 M/T模式就是对多媒体内容和文本内容按照不同的标准来计费,M即Media的首个字母,是多媒体内容的计价单位,多媒体内容包括图像、...
您好,我想问一下,摘环之后多长
大家还关注
确定举报此问题
举报原因(必选):
广告或垃圾信息
激进时政或意识形态话题
不雅词句或人身攻击
侵犯他人隐私
其它违法和不良信息
报告,这不是个问题
报告原因(必选):
这不是个问题
这个问题分类似乎错了
这个不是我熟悉的地区

我要回帖

更多关于 stata怎么表示滞后项 的文章

 

随机推荐