在SAS中proc expand是做什么用的~proc expand data=have out=want method=step extrapolate;by descending id;id year;convert code1 ;run;expand是做什么用的?data=have out=want method=step by descending id;id year; 这两句和iD有什么关系.

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/30 16:06:40

在SAS中proc expand是做什么用的~proc expand data=have out=want method=step extrapolate;by descending id;id year;convert code1 ;run;expand是做什么用的?data=have out=want method=step by descending id;id year; 这两句和iD有什么关系.
在SAS中proc expand是做什么用的~
proc expand data=have out=want method=step extrapolate;
by descending id;
id year;
convert code1 ;
run;
expand是做什么用的?
data=have out=want method=step
by descending id;
id year; 这两句和iD有什么关系.求解释下语句之间表达的意思~

在SAS中proc expand是做什么用的~proc expand data=have out=want method=step extrapolate;by descending id;id year;convert code1 ;run;expand是做什么用的?data=have out=want method=step by descending id;id year; 这两句和iD有什么关系.
1.proc expand主要用来处理时间序列问题,
比如,将日线数据转换为月度单位数据(季度、年);求数据的平滑值(移动平均、求和、方差等等).
2.data=have,have是你需要操作的数据集,out=want,want是expand操作得到的结果数据集
3.第一个id是数据中的一个变量,对其进行降序排序;第二个id是proc expand语句的一个函数,
id函数表示对数据have中一个数值型变量进行识别,通常id后面的变量是时间变量(year,month,day...).
id 函数要与by函数一起用,且它后面的变量不能有重复值.

在sas中proc expand 是做什么用的~!求详细解释 在SAS中proc expand是做什么用的~proc expand data=have out=want method=step extrapolate;by descending id;id year;convert code1 ;run;expand是做什么用的?data=have out=want method=step by descending id;id year; 这两句和iD有什么关系. sas中alpha是什么意思sas语句proc ttest h=100 alpha=0.1; SAS程序,关于散点图,proc gplot data=XX;plot A*B=orange;run;为什么要写=orange,这个orange 会在图中标示出来么? SAS中如何在整理回归结果的时候将其保留小数点后四位,尤其是回归参数我的操作程序是proc reg; model y1=Sex Age Responsibility {Bureaucracy Seniorprofessionals} Boardsize Outsidedirector Independence Boardshare car2 Ca SAS在建模中有什么作用,怎么用? sas中符号$什么意思 block在sas中是什么意思? proc near 和proc far 分别是什么时候用哪一个啊?汇编中 proc near与 proc far 的使用我是一直没弄明白,请问高手是怎么用啊,分别是什么时候用啊? SAS方差分析时,contrast语法有什么用?语法规则是什么?我以前用SAS方差分析时,都是输入数据后,直接proc anova;class ***; model ***; contrast 有什么用,怎么用? 求助关于在SAS中将矩阵做处理后重新生成矩阵和数据集的方法我对某个对称矩阵m2作如下处理后,可以得到其对角线以下的下三角矩阵的所有元素:proc iml;use ssj.m2;read all var _all_ into xx;do i=1 to n 数学中sas表示什么hl呢 SAS中index有什么作用 在SAS中怎么实现分布拟合 sas程序中data abc;是? expand to 和expand by什么区别 sas中如何按照2个分类变量对多变量求统计值(包括均值、中位数)?例如,如何按照年龄和性别分类,求收入、消费的均值和中位数.求编程代码.如果使用proc tabulate data=...关键是后面 在report painter 中 expand 是什么作用?谢谢