楼主: fei355
2956 0

[学习心得] 几个有用的stata命令 [推广有奖]

学科带头人

29%

还不是VIP/贵宾

-

威望
0
论坛币
20593 个
通用积分
836.8533
学术水平
94 点
热心指数
91 点
信用等级
77 点
经验
37118 点
帖子
2989
精华
1
在线时间
896 小时
注册时间
2008-12-4
最后登录
2024-11-6

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
1.在stata中作生存分析的命令:
文章:stgenreg: A Stata Package for General Parametric Survival Analysis
命令格式及介绍:
Title

    stgenreg -- General parametric survival models

Syntax

        stgenreg [if] [in] [, options]


    options                        Description
    ---------------------------------------------------------------------------
    Model
      loghazard(string)            user-defined log baseline hazard function
      hazard(string)               user-defined baseline hazard function
      bhazard(varname)             invokes relative survival models, defining
                                     the expected hazard rate at the time of
                                     event
      eq_name(string)              specify the components to include in the
                                     linear predictor of each parameter

    Reporting
      showcomponent                display each parsed component specified in
                                     cov#
      mataloghazard                display the log hazard function passed to
                                     Mata
      matakeep                     do not drop data from Mata after fitting a
                                     model
      eform                        exponentiate coefficients of first ml
                                     equation}
      level(#)                     set confidence level; default is level(95)

    Maximization options
      nodes(#)                     number of quadrature nodes
      search(string)               search option to pass to ml
      initmat(matrix_name)         matrix of initial values to pass to ml
      copy                         parameters in the initial values matrix are
                                     entered by position
      skip                         any parameters found in initial values
                                     matrix but not in model are skipped
      nolog                        suppress display of log-likelihood iteration
                                     log
      maximize_options             control the maximization process; seldom
                                     used
    ---------------------------------------------------------------------------
    You must stset your data before using stgenreg; see [ST] stset.
    fweights, iweights, and pweights may be specified using stset; [ST] stset.
    Factor variables are not currently supported.

2.reshape

有时候需要面板数据,但是数据又不是stata识别的格式,就需要重新调整。

【方法】

这时候reshape还是很方便的。

【例子】

很简明的例子:


*上面变成下面的命令:

reshape long inc, i(id) j(year)

*下面变成上面的命令:

reshape wide inc, i(id) j(year)


二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:stata命令 Stata tata maximization coefficients stata 命令 survival General 文章

已有 1 人评分学术水平 热心指数 信用等级 收起 理由
huangz88 + 1 + 1 + 1 热心帮助其他会员

总评分: 学术水平 + 1  热心指数 + 1  信用等级 + 1   查看全部评分

我就是我!
您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-12-25 15:14