楼主: maxwell35
6529 5

紧急求助,关于BIPROBIT [推广有奖]

  • 1关注
  • 0粉丝

高中生

40%

还不是VIP/贵宾

-

威望
0
论坛币
380 个
通用积分
0.0000
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
234 点
帖子
27
精华
0
在线时间
31 小时
注册时间
2005-9-4
最后登录
2023-11-10

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

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

经管之家联合CDA

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

感谢您参与论坛问题回答

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

+2 论坛币
小弟正在做一个BIVARIATE PROBIT的分析,但是有一个问题搞不清楚,紧急求助各位大牛
在BIVARIATE PROBIT中, 需要加入IDENTIFYING RESTRICTION变量,这个变量是只能在SELECTION EQUATION中加呢,还是
也可以通过在OUTCOME EQUATION中加入来解决?

非常感谢!!
二维码

扫码加我 拉你入群

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

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

关键词:biprobit Probit 紧急求助 Rob IPR 求助 biprobit

沙发
蓝色 发表于 2010-7-7 12:02:58 |只看作者 |坛友微信交流群
你查过biprobit的帮助或者手册吗
好像没有你说的那种

下面是stata里面的help文件


help biprobit                                              dialogs:  biprobit                        
                                                                     seemingly unrelated biprobit     
                                                                     svy: biprobit                    
                                                                     svy: seemingly unrelated biprobit
                                                          also see:  biprobit postestimation         
------------------------------------------------------------------------------------------------------

Title

    [R] biprobit -- Bivariate probit regression


Syntax

    Bivariate probit model

        biprobit depvar1 depvar2 [varlist] [if] [in] [weight] [, options]


    Seemingly unrelated bivariate probit model

        biprobit equation1 equation2 [if] [in] [weight] [, su_options]


    where equation1 and equation2 are specified as

        ( [eqname: ] depvar [=] [varlist] [, noconstant offset(varname) ] )

    options                       description
    ------------------------------------------------------------------------------------------------
    Model
      noconstant                  suppress constant term
      partial                     fit partial observability model
      offset1(varname)            offset variable for first equation
      offset2(varname)            offset variable for second equation
      constraints(constraints)    apply specified linear constraints
      collinear                   keep collinear variables

    SE/Robust
      vce(vcetype)                vcetype may be oim, robust, cluster clustvar, opg, bootstrap, or
                                    jackknife

    Reporting
      level(#)                    set confidence level; default is level(95)
      noskip                      perform likelihood-ratio test

    Max options
      maximize_options            control the maximization process; seldom used
    ------------------------------------------------------------------------------------------------

    su_options                    description
    ------------------------------------------------------------------------------------------------
    Model
      partial                     fit partial observability model
      constraints(constraints)    apply specified linear constraints
      collinear                   keep collinear variables

    SE/Robust
      vce(vcetype)                vcetype may be oim, robust, cluster clustvar, opg, bootstrap, or
                                    jackknife

    Reporting
      level(#)                    set confidence level; default is level(95)
      noskip                      perform likelihood-ratio test

    Max options
      maximize_options            control the maximization process; seldom used
    ------------------------------------------------------------------------------------------------

    depvar1, depvar2, varlist, and depvar may contain time-series operators; see tsvarlist.
    bootstrap, by, jackknife, rolling, statsby, svy, and xi are allowed; see prefix.
    Weights are not allowed with the bootstrap prefix.
    vce(), noskip, and weights are not allowed with the svy prefix.
    pweights, fweights, and iweights are allowed; see weight.
    See [R] biprobit postestimation for features available after estimation.


Description

    biprobit fits maximum-likelihood two-equation probit models -- either a bivariate probit or a
    seemingly unrelated probit (limited to two equations).


Options

        +-------+
    ----+ Model +-----------------------------------------------------------------------------------

    noconstant; see [R] estimation options.

    partial specifies that the partial observability model be fitted.  This particular model
        commonly has poor convergence properties, so we recommend that you use the difficult option
        if you want to fit the Poirier partial observability model; see [R] ml.

        This model computes the product of the two dependent variables so that you do not have to
        replace each with the product.

    offset1(varname), offset2(varname), constraints(constraints), collinear; see [R] estimation
        options.

        +-----------+
    ----+ SE/Robust +-------------------------------------------------------------------------------

    vce(vcetype) specifies the type of standard error reported, which includes types that are
        derived from asymptotic theory, that are robust to some kinds of misspecification, that
        allow for intragroup correlation, and that use bootstrap or jackknife methods; see [R]
        vce_option.

        +-----------+
    ----+ Reporting +-------------------------------------------------------------------------------

    level(#); see [R] estimation options.

    noskip specifies that a full maximum-likelihood model with only a constant for the regression
        equation be fitted.  This model is not displayed but is used as the base model to compute a
        likelihood-ratio test for the model test statistic displayed in the estimation header.  By
        default, the overall model test statistic is an asymptotically equivalent Wald test of all
        the parameters in the regression equation being zero (except the constant).  For many
        models, this option can substantially increase estimation time.

        +-------------+
    ----+ Max options +-----------------------------------------------------------------------------

    maximize_options: difficult, technique(algorithm_spec), iterate(#), [no]log, trace, gradient,
        showstep, hessian, shownrtolerance, tolerance(#), ltolerance(#), gtolerance(#),
        nrtolerance(#), nonrtolerance, from(init_specs); see [R] maximize.  These options are seldom
        used.

        Setting the optimization type to technique(bhhh) resets the default vcetype to vce(opg).


Examples

    Setup
        . webuse school

    Bivariate probit model
        . biprobit private vote logptax loginc years

    Seemingly unrelated bivariate probit model
        . biprobit (private = logptax loginc years) (vote = logptax years)

    Seemingly unrelated bivariate probit model with robust standard errors
        . biprobit (private = logptax loginc years) (vote = logptax years), vce(robust)

使用道具

藤椅
gyw23 发表于 2010-7-9 02:36:49 |只看作者 |坛友微信交流群
I have used biprobit for a lot of my papers. One thing you need to know is that there is NO strict identification for biprobit. That is, you can have z from the selection equation and x from the outcome equation to be the same: x = z. The system is still identified because it is nonlinear. So the identification comes from the nonlinear property of bivariate probit. If this is the case, then the underlying assumption is that the error terms in the two equations are correlated.

However, in practice, people still prefer to have one or two independent variables in the selection equations to be different from the outcome equation. Z not = X. This is sometimes called strictly identified, which is a prefered approach.

You may also check out mvprobit. It is a user written ado file. It does multivariate probit: bivariate probit, trivariate probit, etc etc.

使用道具

板凳
maxwell35 发表于 2010-8-1 13:17:17 |只看作者 |坛友微信交流群
3# gyw23

Thanks, that's really a clear explanation. And, another question, is there any restriction or preference (dummy or ordinal, etc.) in terms of choosing the independent identifying variable in the selection equation? Because in my equation, i would include several dummy variables as the identifying variable and i dont know if it is a reasonable choice. Looking forward to your comments!

使用道具

报纸
改革同步 发表于 2011-10-6 19:44:19 |只看作者 |坛友微信交流群
受教了,很好的一个命令

使用道具

麻烦问问 在做biprobit模型时,估计系数的命令咋写啊?

使用道具

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

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

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

GMT+8, 2024-5-21 08:20