且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将SAS代码转换为R代码

更新时间:2023-02-16 22:28:09



我知道SAS和R并且可以帮助翻译给你。

但是这个帖子有点旧了。

所以,如果它仍然是实际的,请通过邮件给我写信:

bestuser@mail.ru ,主题:'sas into R'



谢谢,



步骤0;

#get data into R





步骤1;

/ *获取所有不同的主要信息来自CMS数据* /

cms_filter< - data.frame(main_cpt = unique(cms
Hi,
I know both SAS and R and can help translate it to you.
But this post a little old.
So if it is still actual, please, write me via mail:
bestuser@mail.ru, topic: 'sas into R'

Thanks,

Step 0;
#get data into R


Step 1;
/*get all distinct main cpts from CMS data*/
cms_filter <- data.frame( main_cpt = unique( cms


main_cpt))
main_cpt ) )