要分析某地几十年里的温度是否升高,有一组数据里记录每年每天的平均温度,统计每年里温度大于20,25,30度的天数,若是拟合天数和年份的回归线,(靠拟合线的斜率来判断温度是否升高),这里天数和年份没有线性关系的时候如何拟合回归线?还有sas运行时候,log里出现错误,
ERROR: There is no valid data for the bottom horizontal axis labeled yy. The graph was not
produced.
我是先将date转成字符型的,在plot过程的时候是否要将时间再从character转化成numerical呢,谢谢,sas菜鸟拜教