楼主: Adrian2Hope
51108 138

[原创博文] 我是一名SAS程序员   [推广有奖]

81
Adrian2Hope 发表于 2017-12-22 09:26:33 |只看作者 |坛友微信交流群
Mapping EPOCH more granularly


一般我们在sdtm中做epoch的时候,通常分为"SCREENING", "TREATMENT", "FOLLOW-UP"三个阶段,这里提到一种更为精细的分类,在treatment中根据study schedule再在细分,这样让reviewer更为清楚的了解某个event或intervention发生的具体时间点。

In-order to make the data more useful, the agency has asked industry to identify the Epoch that collected General-Observation-Class data starts in or is collected in. Doing this at a more granular level than a single Treatment Epoch should help the reviewer/consumer understand when things happened relative to discrete study activities more easily, which should facilitate review.


The EPOCHvariable’s values defined in TA are expected to be assigned to collected datain the General-Observation-Class domains to identify which Epoch the collecteddata began in, or was collected in.


Let’sassume each of the administrations is once-a-day for two weeks, and the Run-in,Rests and Wash-out are somehow different from each other.


Manywould map Run-in and Wash-out to separate Epochs, but many would map theDosing1-Rest-Dosing2-Rest-Dosing3 to a single Treatment Epoch. Let’s thinkabout this is relationship to the AE Treatment Emergent flag.


If theentire Dosing1-Dosing3 period of time is one Epoch, then

  • how is this different from Treatment Emergent?

  • How to knowthat data records started or were collected somewhere in the Treatment periodof time?



Mappingthis more granularly would likely aid the review, and in this example we shouldprobably have an Epoch for each of the Elements. Generally the Elements should be moregranular, but in this example since we assumed the treatments were allonce-a-day for two weeks the granularity of the Elements and Epochs should bethe same.


TheEpochs are defined in TA, then used to identify the boundaries and values forassigning EPOCH in the General-Observation-Class domains. Thegranularity beyond “Treatment” provides value to reviewers to identify thestudy-period at a more granular level.


捕获.PNG

捕获.PNG


TAExample for the first two Arms:

捕获.PNG


大家好,我是团长。

使用道具

82
terrorist002 发表于 2018-2-12 07:42:51 来自手机 |只看作者 |坛友微信交流群
楼主威武,我问下,楼主sas程序员的年龄一般有没有要求。平时经常看到一般的程序员,过了三十五就很难去找工作了。

使用道具

83
chaijixin 在职认证  发表于 2018-2-12 13:10:53 |只看作者 |坛友微信交流群
感谢楼主分享,你是在国内做医药方面的SAS 分析?
不知道美国这边,没有医药背景,只考了SAS BASE, ADVANCE的话,好不好找这方面的工作。楼主是否有这方面的经验?

使用道具

84
chaijixin 在职认证  发表于 2018-2-12 13:13:33 |只看作者 |坛友微信交流群
另外想知道,楼主是那年毕业的,看你帖子中说,还没毕业时,因考了SAS,就有很多有意向的offer。似乎找工作很简单的样子,这是不是很多年前的情景,还是近一俩年的。
谢谢

使用道具

85
Adrian2Hope 发表于 2018-2-23 23:36:49 |只看作者 |坛友微信交流群
terrorist002 发表于 2018-2-12 07:42
楼主威武,我问下,楼主sas程序员的年龄一般有没有要求。平时经常看到一般的程序员,过了三十五就很难去找工 ...
年龄没有要求的,年龄越大,不正好经验越足嘛。当然了,以后随着level的提升,慢慢进入管理层了,会考虑其他方面的东西。这个国内和国外有差别,外企和国内公司有差别,不能一下子说死。

使用道具

86
Adrian2Hope 发表于 2018-2-23 23:38:24 |只看作者 |坛友微信交流群
chaijixin 发表于 2018-2-12 13:10
感谢楼主分享,你是在国内做医药方面的SAS 分析?
不知道美国这边,没有医药背景,只考了SAS BASE, ADVANC ...
不是说在北美那边有这样的说法吗?if you get a sas, you will never lose your job.之类的。另外,很多美国那边的cro公司是中国人开的,里面的员工也是中国的,可以试试

使用道具

87
Adrian2Hope 发表于 2018-2-23 23:41:29 |只看作者 |坛友微信交流群
chaijixin 发表于 2018-2-12 13:13
另外想知道,楼主是那年毕业的,看你帖子中说,还没毕业时,因考了SAS,就有很多有意向的offer。似乎找工作 ...
科学地做临床试验这块的公司大约是在85年前后进的,刚开始都是些大的外企,药厂啊,cro之类的,现在竞争是还蛮激烈的,尤其是人才的竞争。我觉得这个行业还是有前途的。毕竟,人可以不理财,但人总不能不生病吧,生病不就得吃药嘛。

使用道具

88
chaijixin 在职认证  发表于 2018-2-24 00:10:27 |只看作者 |坛友微信交流群
Adrian2Hope 发表于 2018-2-23 23:38
不是说在北美那边有这样的说法吗?if you get a sas, you will never lose your job.之类的。另外,很多美 ...
这句话适用于10年前,现在会SAS的人也很多。竞争相当激烈

使用道具

89
chaijixin 在职认证  发表于 2018-2-24 00:11:19 |只看作者 |坛友微信交流群
Adrian2Hope 发表于 2018-2-23 23:41
科学地做临床试验这块的公司大约是在85年前后进的,刚开始都是些大的外企,药厂啊,cro之类的,现在竞争是 ...
有道理,感谢分享,但确实需要一些医学方面的背景吧

使用道具

90
Adrian2Hope 发表于 2018-3-26 09:17:49 |只看作者 |坛友微信交流群
  1. data final;
  2. set final end=eof;
  3. output;
  4. if eof then do;
  5. call missing(of _all_);
  6. output;
  7. end;
  8. run;
复制代码

在做table的时候,有人喜欢以这种方式插入一个空行,以分隔不同部分的内容。当然这样是可以的,至少针对内容不具有扩展性是行得通。但如果某些summary table是by category, by visit, by name之类的,在并不清楚要空多少行的时候,还是在report中用compute更好些。

使用道具

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

本版微信群
加好友,备注cda
拉您进交流群

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

GMT+8, 2024-4-25 09:28