可能重复:( stats.SE的交叉帖子,但我是由国防部派过来的)
我试图在SAS中得到我的预测的平方误差之和,但我不确定我是否正确。我不确定我是否完全理解我的代码获得的输出(特别是stdp):infile '\data.dat'; proc sortdata = tridata; by x3;
model y=x3;
plot r. *
就像0到5之间有障碍的球员一样,在0-5的范围内也有类似的障碍,6-11之间的障碍也在6-11之间,依此类推。我正在尝试的是从每个射程中获取前3名球员,这样我就可以为每一轮设置飞行。when userhandicap>=0 and userhandicap<=5 then '0-5'
when userhandicap>=6 and userhandicap<=11 then '6-