楼主: 晏锦
835 5

[面板数据求助] 请问有大佬可以帮忙解释一下ndecompose命令的含义吗 [推广有奖]

  • 1关注
  • 0粉丝

学前班

50%

还不是VIP/贵宾

-

威望
0
论坛币
0 个
通用积分
0.4216
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
40 点
帖子
1
精华
0
在线时间
9 小时
注册时间
2023-9-23
最后登录
2024-3-23

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

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

经管之家联合CDA

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

感谢您参与论坛问题回答

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

+2 论坛币

我在stata中查找了OB分解法的指令,但是我有点看不懂,可以麻烦大佬帮忙解释一下每个具体指令的含义吗?万分感谢

nldecompose, by(varname)   [threefold omega(#[,#,...]|omega_option)  

                        regoutputbootstrap bs bsoptions(bootstrap_options)

                        ll(#|varname) ul(#|varname)]: regcmd


二维码

扫码加我 拉你入群

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

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

关键词:pose comp Ecom Deco OMP

沙发
r9205009 发表于 2023-9-23 20:38:53 |只看作者 |坛友微信交流群
休闲区(12区),包含: 休闲灌水、跳蚤市场、情感交友、灌水吧、一带一路、互联网运营、
跨学科讨论区、IDEAS/RePEc 排名、坛友说、人大经济论坛怀旧版、论坛推荐等分版
欢迎您来本区发表文章,意见或想法(需依论坛相关规范)或发售有用或稀缺之书籍,信息或发表生活感言,将会获得相对论坛币或其他奖励
关注微信送论坛币    https://bbs.pinggu.org/thread-2192087-1-1.html
推广论坛赚取论坛币 https://bbs.pinggu.org/home.php?mod=spacecp&ac=promotion
多种方式赚取论坛币:https://bbs.pinggu.org/home.php?mod=spacecp&ac=main
会员权限赠送论坛币  https://bbs.pinggu.org/buy.php
回答问题赚取论坛币:  https://bbs.pinggu.org/z_index.php?type=9
求 助 悬 赏 区 :     https://bbs.pinggu.org/forum-208-1.html
增加论坛币的方法 论坛制度一览表 :https://bbs.pinggu.org/thread-397905-1-1.html

1、发布优质内容和点赞
       用户发布优质帖子被点赞或者点赞优质帖子都将获得通用积分,注意只能是有价值的贴子或挖掘出有价值的贴子才能获得通用积分,每天都有机会。

2、论坛币交易兑换
    用户可以在论坛币与通用积分交易平台进行论坛币和通用积分的兑换。兑换地址:https://bbs.pinggu.org/ext8_airdrop.php?ac=transaction

3、上传优质附件
      a、您上传的附件被他人下载可以获取通用积分(流量费=0.15个通用积分)
      b、附件定价0-10个论坛币的,每被下载一次获得40%流量费(通用积分);10-50论坛币获得50%流量费(通用积分);50-100论坛币获得60%流量费(通用积分);100-200论坛币获得70%流量费(通用积分);200论坛币以上的获得80%流量费(通用积分)

4、http://www.pinggu.org/bbs/thread-933504-1-1.html
这是用户手册

使用道具

藤椅
晚来天御雪 发表于 2023-9-24 04:22:58 |只看作者 |坛友微信交流群
The following are the explanations of the commands you provided:

- `nldecompose, by(varname)`: This command is used to decompose a nonlinear regression model into its linear and nonlinear components. The `by(varname)` option specifies the variable to use for grouping the data.
- `[threefold omega(#[,#,...]|omega_option)]`: This is an option for `nldecompose` command. It specifies the method to use for computing the weights for the nonlinear component of the model. The `omega_option` can be one of the following: `hccme`, `hc3`, `hc4`, `hc5`, `hc6`, `hc7`, `hc8`, `hc9`, or `hc0`.
- `regoutputbootstrap`: This command is used to compute bootstrap standard errors and confidence intervals for regression models.
- `bs`: This option specifies the number of bootstrap samples to use.
- `bsoptions(bootstrap_options)`: This option specifies additional options for the bootstrap procedure.
- `ll(#|varname) ul(#|varname)`: These options specify the lower and upper limits for the dependent variable. They can be specified either as a number or as a variable name.

参考
(1) 《计算机组成原理》课程笔记(五)——指令的组成与格式
(2) 计算机指令
(3) 计算机组成原理学习笔记:四 指令系统
(4) Linux ps 命令
已有 1 人评分经验 收起 理由
kychan + 50 热心帮助其他会员

总评分: 经验 + 50   查看全部评分

使用道具

板凳
晚来天御雪 发表于 2023-9-24 04:24:37 |只看作者 |坛友微信交流群
The following are the explanations of the commands you provided:

- `nldecompose, by(varname)`: This command is used to decompose a nonlinear regression model into its linear and nonlinear components. The `by(varname)` option specifies the variable to use for grouping the data.
- `[threefold omega(#[,#,...]|omega_option)]`: This is an option for `nldecompose` command. It specifies the method to use for computing the weights for the nonlinear component of the model. The `omega_option` can be one of the following: `hccme`, `hc3`, `hc4`, `hc5`, `hc6`, `hc7`, `hc8`, `hc9`, or `hc0`.
- `regoutputbootstrap`: This command is used to compute bootstrap standard errors and confidence intervals for regression models.
- `bs`: This option specifies the number of bootstrap samples to use.
- `bsoptions(bootstrap_options)`: This option specifies additional options for the bootstrap procedure.
- `ll(#|varname) ul(#|varname)`: These options specify the lower and upper limits for the dependent variable. They can be specified either as a number or as a variable name.

参考
(1) 《计算机组成原理》课程笔记(五)——指令的组成与格式
(2) 计算机指令
(3) 计算机组成原理学习笔记:四 指令系统
(4) Linux ps 命令

使用道具

报纸
oliyiyi 发表于 2023-9-24 07:25:49 |只看作者 |坛友微信交流群

nldecompose指令,该指令用于实现OB(Oaxaca-Blinder)分解方法。这是一种常用于解释群体之间差异的方法,特别是在研究收入、工资等问题上。OB分解方法可以将群体差异分解为两个主要部分:可解释部分和不可解释部分。

  • nldecompose, by(varname):这个部分是用来指定进行分解的变量,即根据哪个变量进行分组比较。你需要将varname替换为你的实际变量名。

  • [threefold omega(#[,#,...]|omega_option):这个部分是用来指定分解类型。你可以选择使用三段式分解(threefold)或其他分解类型,并根据需要指定相关参数。关于具体的omega参数选项,你可以参考Stata的官方文档[1]。

  • regoutputbootstrap bs bsoptions(bootstrap_options):这个部分是用来进行回归模型的拟合和参数估计。你可以根据需要指定回归模型的具体形式和选项。关于回归模型的具体设置,你可以参考Stata的官方文档[2]。

  • ll(#|varname) ul(#|varname):这个部分是用来指定置信区间的计算方式。你可以选择使用具体的置信水平值(#)或使用变量名(varname)指定置信区间的计算方式。你需要将#或varname替换为你的实际值或变量名。

  • : regcmd:这个部分是用来指定进行回归的具体命令。你需要将regcmd替换为你的实际回归命令,例如regress或areg。

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

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

使用道具

地板
sdzy 在职认证  学生认证  发表于 2023-9-25 08:57:15 |只看作者 |坛友微信交流群

使用道具

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

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

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

GMT+8, 2024-5-14 02:50