结果:找到“代码解释”相关内容10个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
如何使用 ChatGPT 的新“代码解释器”功能
8 个回复 - 1027 次查看
如何使用 ChatGPT 的新“
代码解释器”功能
How to use ChatGPT’s new “Code Interpreter” feature
A game-changing feature for not just programmers and data experts, but general users as well. Analyze ...
2023-7-20 12:02 - olympic - Forum
Stata代码解释
2 个回复 - 1279 次查看
想问一下这个具体是什么意思呀?
global regopt "absorb(city ind3) cluster(city#ind3 city#year) keepsing"
2023-9-9 11:16 - 肥宅并不肥 - 新手入门区
代码解释
2 个回复 - 407 次查看
sex : Factor w/ 2 levels "F","M": 1 2 2 1
大神们,初学者,这行代码中这个w是代表什么意思?
感谢感谢
2023-7-31 15:40 - yuanly10 - R语言论坛
全要素生产率OP方法-代码解释
0 个回复 - 671 次查看
想问一下,全要素生产率OP方法里面,以下这组代码怎么解释呢?生成【退出变量exit】时,(退市日期!=. | 是否ST或PT==1 )这个是什么意思呢?存在企业退出是1,还是说不存在企业退出是1?我没看懂一个同仁的代码。还望 ...
2022-5-1 10:11 - FFFF@WWW - Stata专版
代码解释
0 个回复 - 716 次查看
不知道以下代码是什么意思:求指点:proc sql;create tablesasuser.qiang_pom3 asselect a.*, b.xbetafromsasuser.qiang_pom3 a left join temp3 bon a.hotel_id =b.hotel_id and a.customer_id=b.customer_id and a ...
2013-10-24 01:39 - hitliziru - SAS专版
代码解释
2 个回复 - 883 次查看
proc sql;
create table temp2 as
select Group__, avg(avg) as avg
from temp
group by Group__;
这段什么意思?
2013-10-16 22:33 - hitliziru - SAS专版