可能重复:( stats.SE的交叉帖子,但我是由国防部派过来的)
我试图在SAS中得到我的预测的平方误差之和,但我不确定我是否正确。我不确定我是否完全理解我的代码获得的输出(特别是stdp):infile '\data.dat'; proc sortdata = tridata; by x3;
model y=x3;
plot r. *
= x3::lexeme[+x3::alpha];
x3::phrase_parse(begin(str), end(str), word, x3::/usr/local/include/boost/spirit/home/x3/support/traits/move_to.hpp:180:9: error: no matching fun