结果:找到“stata gen=1”相关内容99个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
A Gentle Introduction to Stata 6th
49 个回复 - 10013 次查看
English | April 12, 2018 | ISBN: 1597182699 | 570 pages | AZW3
Alan C. Acock's A Gentle Introduction to Stata, Sixth Edition is aimed at new Stata users who want to become proficient in Stata. Afte ...
2018-11-3 12:08 - igs816 - Stata专版
A Gentle Introduction to Stata 4th
34 个回复 - 16479 次查看
A Gentle Introduction to Stata, Fourth Edition by Alan C. Acock
English | 2014 | ISBN: 1597181420 | 500 pages | PDF | 6,4 MB
A Gentle Introduction to Stata, Fou ...
2014-12-10 14:48 - igs816 - 计量经济学与统计软件
stataSE16.0 mac版本 legend使用问题
2 个回复 - 1004 次查看
使用legend改变变量默认标签,显示1unknown function 总进球数" not an integer in option label(),是什么问题呢?
graph twoway line total first year,title("案例2.3结果")xlabel(1997(2)2012)ylabel(0(10)80) ...
2022-1-28 15:56 - 是个学术小垃圾 - Stata专版
stata12 的legend函数的使用问题
11 个回复 - 18107 次查看
目前在学
stata12
发现有个问题,就是legend函数不能用
比如我敲入以下命令
legend( label(1 "July") label(2 "January"))
系统就会提示“unrecognized command: legend”
请问哪位大侠知道是怎么回事?
2014-8-27 13:27 - ljr1984 - Stata专版
stata egen函数count和anycount
1 个回复 - 9422 次查看
count是
stata中用于计数的命令,但在egen里的用法略有不同,比较两个命令:
anycount(varlist), values(integer numlist) may not be combined with by. It returns the number of variables in varlist for wh ...
2022-7-29 23:40 - Lee_iris - Stata专版
statalegend(label)命令出现错误
4 个回复 - 5904 次查看
twoway (scatter mpg weight if foreign == 0)(scatter mpg weight if foreign == 1),legend(label(1"Domestic")label(2"Foreign"))position(12)
以上命令运行后,出现以下错误:
1unknown function Domestic" ...
2019-8-8 18:28 - 咕巫巫 - 爱问频道
stata16报错:invalid 'egen' r(198);
1 个回复 - 741 次查看
by id, sort:egen m = count (year)
. foreach x of global xlist{
2. gen w`x' = w1`x' + 0.0000000001
> egen e1`x' = total(w`x' * log(w`x'))
3. gen d`x' = 1 + 1/log(m) * e1`x'
> }invalid ...
2021-10-5 11:26 - UUYABC - Stata专版
关于stata中egen命令的使用问题
13 个回复 - 24390 次查看
在下载的
stata11中,ado文件中含有egen.ado,egen.dlg和egen.sthlp三个文件,但使用egen命令时总是提示unknown egen function,是何原因?
2012-12-6 09:59 - 柠檬果 - Stata专版
Stata data generation
0 个回复 - 640 次查看
想设一个变量B使得B=1的概率为50%,B=-1的概率也为50%。
用的代码是gen rand = uniform()
gen B = cond(rand < .5, -1, 1)
不过发现并不能是概率正好为50%,请问一下各位大佬们有没有更好的方法
2020-5-6 12:18 - 表情包小王子 - 计量经济学与统计软件
stata中egenmore的outside函数的意思是什么
4 个回复 - 7250 次查看
stata中有个egenmore应用程序是用来查找离群值,其中的outside函数的意思是什么,
egen out = outside(price)
egen out2 = outside(price), factor(2)
egen outby= outside(price), by(foreign) fact ...
2015-3-31 10:06 - 夏虫可以语冰 - 计量经济学与统计软件
stata关于generate用法的疑问
1 个回复 - 3152 次查看
generate elderly =[age>=60] if age!=.<br>
我知道generate产生新变量的简单用法,但这个后面跟的有点看不懂,究竟是要age不为空的还是要大于等于60的呢,谢谢
2019-10-7 23:22 - WZ1996 - 计量经济学与统计软件
stata12 legend(label)命令
2 个回复 - 3616 次查看
求助,在按照连玉君老师的视频学习
stata,不过老师的那个版本有点低了,我用的是
stata12,很多命令
stata12都不执行。比如下面这个,我是直接复制老师的命令,但是不执行。后来我按照另一种格式写的,但是总是有问题。 ...
2019-8-1 16:23 - 光管金融硕士 - Stata专版
关于stata中egen命令的使用和面板数据列相加问题
13 个回复 - 16260 次查看
两个问题求教:
一、关于egen命令的使用
set obs 5
obs was 0, now 5
. gen a=_n
. gen sum1=sum(a)
. egen sum2=total(a)
unknown egen function total()
r(133);
上述egen命令为什么不可用?
但egen b= ...
2012-11-25 13:44 - 柠檬果 - Stata专版
stata中egen数据标准化
0 个回复 - 2301 次查看
stata中egen的使用方法:可以使数据标准化哦,详情可以看https://mp.weixin.qq.com/s/N2Bly3q647GeEJ6jgejOpg和https://mp.weixin.qq.com/s/sDuTuQE11fvvRUoGoMvvdQ
2018-8-26 23:14 - 花芽子 - Stata专版
关于stata里的sargen检验,一直通不过,求大家帮忙!
5 个回复 - 7570 次查看
对差分GMM和系统GMM分别进行sargan检验)1) GMM的sargan检验程序为
xtabond gdp L(0/1).(ln_consumption ln_capital ln_government ln_hcapital) ln_opennes ln_urban ln_dependency ln_technology ln_services ln_ ...
2015-5-7 21:09 - Ina - 计量经济学与统计软件
stata中的legend怎么用??急!!
0 个回复 - 2825 次查看
graph bar (sd)education (sd)age ,over(county)blabel(bar,position(outside)),legend(label(1"教育年限标准差")label(2"年龄标准差")position(1)ring(0)row(2))
我做教育年限标准差和年龄标准差的图例时,怎么总是 ...
2016-1-2 11:29 - 派大星1996 - 灌水吧
求助,stata 中的generate命令问题
2 个回复 - 8444 次查看
求助,为什么gen techedu= techpay+ edupay就可以,gen hwtt1=hwtt/gdp这个公式就不行呢,看了下gen的公式中所有带有"/"的新命名公式都会出现type mismatch。并且不是数据类型转化的问题,数据都是数值型的,不知道问 ...
2015-7-7 12:24 - liushangqun - Stata专版
A gentle introduction to stata
50 个回复 - 21344 次查看
本帖最后由 蓝色 于 2012-2-16 19:21 编辑 本帖最后由 bookbug 于 2009-8-28 09:24 编辑
名称:A gentle introduction to
stata
格式:pdf
来源:自己复印扫描
大小:68m
页数:310
part1
part2
part3
...
2008-9-3 08:03 - bookbug - 计量经济学与统计软件
STATA设置LEGEND方位
1 个回复 - 1691 次查看
请问各位要设置LEGEND的方位,为何用legend(pos(10))不行呢?放在哪里才是合适的?谢谢!
twoway area x4 x3 x2 x1 year1, xlabel(1980(1)2011,angle(90)) ytitle([Gt]) legend(pos(10))
2015-5-8 06:21 - shaoqinglong11 - Stata专版
求;A Gentle Introduction to Stata, 3rd Edition
11 个回复 - 6489 次查看
[/td][/tr][/table][/td][/tr][/table]Comment from the Stata technical group Alan C. Acock’s A Gentle Introduction to Stata, Third Edition is aimed at new Stata users who want to become proficient in S ...
2010-12-20 10:02 - xge2000 - Stata专版
endogeneity test in stata context
13 个回复 - 10770 次查看
I spent times estimating the effect of IPR (intellectual property right) on attracting technological trade at firm level data. However, when I think about it IPR is endogeneous. Could anyone let me kn ...
2010-2-4 20:06 - richardqmul - Stata专版
[有奖求书] A Gentle Introduction to Stata
14 个回复 - 7188 次查看
要求:清晰的PDF格式,奖励20金币
A Gentle Introduction to Stata, 2nd Edition
Alan C. Acock
Copyright 2008
ISBN-10: 1-59718-043-2
ISBN-13: 978-1-59718-043-6
Pages: 333; paperback
Price $46.00
T ...
2008-8-29 17:52 - eblog - Stata专版
大神求教,为什么我的prgen命令安装不了,我用的是stata12
1 个回复 - 2728 次查看
大神求教,为什么我的prgen命令安装不了,我用的是
stata12,急~~~~~~~
. net install spost9_ado
checking spost9_ado consistency and verifying not already installed...
the following files already ex ...
2014-5-13 16:03 - liupeng798800 - Stata专版